myeclipse 试用期过了,该怎么办?

要具体步骤~不甚感激
点击unlock后出现如下界面

MyEclipse提示过期了,MyEclipse Trial Expired,可以利用以下class生成注册码:

源码如下:

import java.io.*;   


public class MyEclipseGen {   

    private static final String 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 to five years imprisonment for a first offense. Think about it; pay for a license, avoid prosecution, and feel better about yourself.";  

    public String 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 = new java.text.DecimalFormat("000");   

        licenseNum = nf.format(Integer.valueOf(licenseNum));   

        String verTime = new StringBuilder("-").append(new java.text.   

                SimpleDateFormat("yyMMdd").format(cal.getTime())).append("0").   

                         toString();   

        String type = "YE3MP-";   

        String need = new StringBuilder(userId.substring(0, 1)).append(type).   

                      append("300").append(licenseNum).append(verTime).toString();  

        String dx = new StringBuilder(need).append(LL).append(userId).toString();  

        int suf = this.decode(dx);   

        String code = new StringBuilder(need).append(String.valueOf(suf)).   

                      toString();   

        return this.change(code);   

    }   


    private int decode(String s) {   

        int i;   

        char[] ac;   

        int j;   

        int k;   

        i = 0;   

        ac = s.toCharArray();   

        j = 0;   

        k = ac.length;   

        while (j < k) {   

            i = (31 * i) + ac[j];   

            j++;   

        }   

        return Math.abs(i);   

    }   


    private String change(String s) {   

        byte[] abyte0;   

        char[] ac;   

        int i;   

        int k;   

        int j;   

        abyte0 = s.getBytes();   

        ac = new char[s.length()];   

        i = 0;   

        k = abyte0.length;   

        while (i < k) {   

            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;   

            i++;   

        }   

        return String.valueOf(ac);   

    }   


    public MyEclipseGen() {   

        super();   

    }   


    public static void main(String[] args) {   

        try {   

            System.out.println("please input register name:");   

            BufferedReader reader = new BufferedReader(new InputStreamReader(   

                    System.in));   

            String userId = null;   

            userId = reader.readLine();   

            MyEclipseGen myeclipsegen = new MyEclipseGen();   

            String res = myeclipsegen.getSerial(userId, "20");   

            System.out.println("Serial:" + res);   

            reader.readLine();   

        } catch (IOException ex) {   

        }   

    }   

}

使用效果:

温馨提示:答案为网友推荐,仅供参考
第1个回答  2015-12-09

  方法如下:

    找该本版的注册机

    找该本版的注册码

    找该本版的破解文件

    安装myeclipse插件

    一、下载eclipse然后安装myeclipse插件

    二、安装myeclipse,安装到D:\myeclipse下,  解压eclipse到d:\eclipse
    三、找到D:\myeclipse\eclipse\plugins把它下面的所有jar放到d:\eclipse\dropins下
    四、将myeclipse卸载掉(如果myeclipse你还有其它的用也可以不卸载)
    五、启动eclipse3.4.2就可以了,你会看到和myeclipse差不多的界面,不过它确实是eclipse里装入了myeclipse插件。
          装入插件之后eclipse开发web程序和使用myeclipse没什么两样.
    说明:
         eclipse里的dropins目录存放我们自己加入的插件程序,myeclipse7.0里自带了很多的其它插件如swing,report等。
          如果要手动添加其它的插件,则只需要把安装插件的plugins目录里的东西复制到eclipse的dropins目录下就可以了。

第2个回答  2014-11-16
我可以给你一个,我们学校实验室的!很好用,应该能用啊!
看看能不能用:
Window Builder Pro Keygen
Neur0n/FALLEN
Serial Number=WindowBuilderPro-01778-5784
Activation Key=WindowBuilderPro-QD0VG-JM09K-9PQWT追问

用不了啊

本回答被网友采纳