Myeclipse8.5 Subscription expired get MyEclipse's registration code

Source: Internet
Author: User
Tags readline dmca

Steps:

1. Create a new Java project in MyEclipse

2. Create a class named Myeclipsegen in the src directory

3. Copy the following code into the class and run it.

ImportJava.io.*; Public classMyeclipsegen {Private Static FinalString LL = "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" five years imprisonment for a first offense . Think about it; Pay for a license, avoid prosecution, and feel better about yourself. ";  Publicstring Getserial (String userId, String licensenum) {Java.util.Calendar cal=java.util.Calendar.getInstance (); Cal.add (1, 3); Cal.add (6,-1); Java.text.NumberFormat NF=NewJava.text.DecimalFormat ("000"); Licensenum=Nf.format (integer.valueof (licensenum)); String Vertime=NewStringBuilder ("-"). Append (NewJava.text.SimpleDateFormat ("YyMMdd"). Format (Cal.gettime ())). Append ("0"). toString (); String type= "ye3mp-"; String need=NewStringBuilder (userid.substring (0, 1) . Append (Type). Append ("300"). Append (Licensenum). Append (Vertime). toString (); String DX=NewStringBuilder (Need). Append (LL). Append (UserId). toString (); intSuf = This. Decode (DX); String Code=NewStringBuilder (Need). Append (string.valueof (SUF)). ToString (); return  This. Change (code); }    Private intDecode (String s) {inti; Char[] AC; intJ; intK; I= 0; AC=S.tochararray (); J= 0; K=ac.length;  while(J <k) {i= (* i) +Ac[j]; J++; }        returnMath.Abs (i); }    Privatestring Change (string s) {byte[] abyte0; Char[] AC; inti; intK; intJ; Abyte0=s.getbytes (); AC=New Char[S.length ()]; I= 0; K=abyte0.length;  while(I <k) {J=Abyte0[i]; if((J >=) && (J <= 57) ) {J= (((j-48) + 5)% 10) + 48; } Else if((J >=) && (J <= 90) ) {J= (((j-65) + 13)% 26) + 65; } Else if(J >= && (J <= 122)) ) {J= (((j-97) + 13)% 26) + 97; } Ac[i]= (Char) J; I++; }        returnstring.valueof (AC); }     PublicMyeclipsegen () {Super(); }     Public Static voidMain (string[] args) {Try{System.out.println ("Please input register name:"); BufferedReader Reader=NewBufferedReader (NewInputStreamReader (system.in)); String userId=NULL; UserId=Reader.readline (); Myeclipsegen Myeclipsegen=NewMyeclipsegen (); String Res= Myeclipsegen.getserial (UserId, "20"); System.out.println ("Serial:" +res);        Reader.readline (); } Catch(IOException ex) {} }}
View Code

4. Follow the prompts to enter the registration name (you can freely enter), and then automatically generate the registration code

5. Open "MyEclipse"----"Subscription Information" dialog box, enter the registration code and user name just generated.

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.