在dos下面运行:java MyEclipseCracker 再输入下面的:
Subscriber: www.1cn.biz
Subscriber Code: jLR8ZC-444-55-4467865481680090 注:MyEclipseCracker.class要去找(用百度没有找到)。
现有一 .java的类没有试过,不知道好用不(把它编译成.class的吧)以前在网上也下过几个MyEclipse注册机,注册后MyEclipse可以使用到2009年12月31日。今天无意中在某网友Blog发现一个可以使用到2099年12月31日的,其实以前在论坛里看到过网友关于这个Cracker的帖子,就一个class,当时懒得进命令行执行就没有下载,最近一直在巩固JAVA最基础的知识,从HelloWorld开始(惭愧,丢人啊,后悔以前没好好学~),重新开始学习命令行下的JavaTools,没想到今天在网上又看到了这个Cracker,下载,运行,   Input Subscriber And Crack Output Subscription Code,将Crack的Subscription Code放在MyEclipse的Subscription里一看,晕死~Subscription expiration date为20991231,写这个类的人可真牛B,这可为我们这些不舍得花钱又懒得更新注册机的菜鸟们省事不少。当即把这个class反编译,总共代码才几十行,可惜我现在还是个菜鸟,目前正处于学习中文版的Java API阶段,真想好好研究下这个牛B的class,先把反编译后的class放到Blog上,在我学成后一定要把这个牛B class 研究明白~MyEclipseCracker.java 代码如下:import java.io.*;public class MyEclipseCracker { public MyEclipseCracker() {
 } 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();
  }
 }}http://www.blogjava.net/iKingQu/archive/2006/03/15/35426.html