MyEclipse5.0M1 registration code + eclipse3.2 [J2EE]

Source: Internet
Author: User
Tags dmca

MyEclipse5.0M1 supports the latest eclipse version eclipse3.2,
Download and try it out, and find eclipse3.2 is better than 3.1 ..
I will not talk about the installation and configuration methods. The first article on this blog is very clear.
The registration code of MyEclipse5.0M1 is also calculated. The java Algorithm file is attached,

The registration code for MyEclipse5.0M1 is as follows:
License Name: www.whitehouse.net.cn
License Key: jLR8ZC-444-55-4467865646713334

The registration information of MyEclipse5.0M1 is as follows (it can be used until January 1, 2099, and the theory is indefinite !) :
Subscriber: www.whitehouse.net.cn
Product ID: E3MP (MyEclipse Professional submodules)
License version: 9.99
Full Maintenance supported DED
Subpartition expiration date (YYYYMMDD): 20991231
Number of licenses: Unlimited

For more information about getting started, see:

Build an Eclipse + MyEclipse Development Environment

In addition, the java registration code registration machine algorithm is attached:

Program code

Copy codeThe Code is as follows: import java. io .*;

/**
*
* Crack
* Http://www.whitehouse.net.cn/collection
*/
Public class Crack {
Public static String convert (String s ){
If (s = null | s. length () = 0)
Return s;
Byte abyte0 [] = s. getBytes ();
Char ac [] = new char [s. length ()];
Int I = 0;
For (int k = abyte0.length; I <k; I ++ ){
Int j = abyte0 [I];
If (j> = 48 & j <= 57)
J = (j-48) + 5) % 10 + 48;
Else if (j> = 65 & j <= 90)
J = (j-65) + 13) % 26 + 65;
Else if (j> = 97 & j <= 122)
J = (j-97) + 13) % 26 + 97;
Ac [I] = (char) j;
}
Return String. valueOf (ac );
}

Private static int hash (String s ){
Int I = 0;
Char ac [] = s. toCharArray ();
Int j = 0;
For (int k = ac. length; j <k; j ++)
I = 31 * I + ac [j];
Return Math. abs (I );
}

Private static String inputString (){
BufferedReader bufferedreader = new BufferedReader (
New InputStreamReader (System. in ));
String s = null;
Try {
S = bufferedreader. readLine ();
} Catch (IOException ioexception ){
Ioexception. printStackTrace ();
}
Return s;
}

Public static void main (String args []) {
Try {
System. out. println ("My Eclipse IDE v9.99 Keygen ");
System. out. print ("License Name :");
String s = inputString ();
String licStr = "YE3MP-999-00-9912310 ";
String h = s. substring (0, 1)
+ LicStr
+ "Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (http://www.loc.gov/copyright/legislation/dmca.pdf ). under section 1204 of the DMCA, penalties range up to a $500,000 fine or up to five years imprisonment for a first offense. think about it; pay for a license, avoid prosecution, and feel better about yourself."
+ S;
Int j = hash (h );

String lic = s. substring (0, 1) + licStr + Integer. toString (j );
System. out. println ("License Key:" + convert (lic ));
} Catch (Exception exception ){
Exception. printStackTrace ();
}
}
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.