MyEclipse破解

MyEclipse破解(本人只试过7.5和8.0版,据说从6版到8版都适合):
运行下面的代码,即可获得注册码import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;

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, "5");
System.out.println("Serial:" + res);
reader.readLine();
} catch (IOException ex) {
}
}
}

MyEclipse破解,布布扣,bubuko.com

时间: 2024-10-10 00:27:22

MyEclipse破解的相关文章

MyEclipse破解失败的解决办法 | 找不到plugin文件夹

文章出处:http://www.lihuoqing.cn/tool/803.html 感谢大侠的帮助. 前几天在Ubuntu装上了MyEclipse10.6最新版,用着还不错,一直都盲目的追求新版,也不知道有些什么新东西值得期待的,今天心情大好,翻出天朝去往西方MyEclipse官网把新版特征偷了过来,哈哈. 一.MyEclipse10.6 Enterprise WorkBench新版特征 New Editors in 10.6 Hibernate 4.1 New Server Support

MyEclipse破解 已成功

MyEclipse破解: 教程:http://jingyan.baidu.com/article/fdbd42771039bfb89e3f4838.html 附:破解软件:http://pan.baidu.com/s/1jG3O45o

myeclipse 破解

Myeclipse 2014 破解补丁,首先需要先下载 Myeclipse 2014 官方安装文件,下载地址 http://www.jb51.net/softs/150886.html,然后下载此补丁. 本文以MyEclipse Professional 10.6 为例来介绍如何破解MyEclipse 10.x. 本文使用的破解补丁对MyEclipse Standard/ Professional/ Blue/ Spring的10.x版本均有效(例如:MyEclipse 10.0.MyEclip

MyEclipse破解文件+破解说明

破解文件我已经上传了,下面我们就直接破解MyEclipse吧O(∩_∩)O 我们点击cracker程序,如果打不开我们就点击"run"命令来打开它. 在Usercode中我们可以随便输入字符生成Systemid,点击Active. 这样程序会自动生成 License key.Activation code 和 Activation key. 点击菜单 Tools -> 2.SaveProperties,将上一步生成的 License key. Activation code 和

myeclipse 破解,破解失败

转发http://jingyan.baidu.com/article/acf728fd49519ff8e410a361.html 前言:真心看不得网上那些人就一个工具到处复制那种,后来才知道common文件夹只有10一下才有,有人说破解不了也不回答,而且还看到整个破解流程上的图中的usercode都不一致真是够够的 我按照转发的内容已经破解成功了,之前现象是看版权信息时有subscriber和substribcode,但是下面激活状态就是写的还有5天试用期,按照以上教程才解决了 简单的说就是:

关于myeclipse破解的一些事

当出现这个原因时.我的解决方案是,在myeclipse中找到plugins文件夹下的这个包,然后将包的后缀名改为.TXT然后启动myeclipse,然后启动完毕后关闭,然后再将这个包的后缀名改回来.改为.jar,然后在次启动myeclipse,之后会发现没出这个错误,代表这个问题解决 了, 我也是网上get到的,勿喷!!! 还有就是关于破解的那些事,破解myeclipse需要相对应的破解安装包和破解包,(ps:但是据小编推测版本会存在兼容的问题,小编没去试过,)然后解压先安装myeclipse(

ubuntu下安装myeclipse+破解

1.给myeclipseInstaller.run权限 chmod 777 myeclipseInstaller.run 2.安装(结束时不启动,去掉√) ./myeclipseInstaller.run 3.破解(在破解工具的文件夹里,也就是jar cracker.jar目录下)打开终端 java -jar cracker.jar 4.会生成图形化界面 (1)usercode随便填写一个,后面默认的professional即可,然后点击systemid(2)接下来点菜单Tools-->Rebu

myeclipse破解补丁激活失败方法

查看本博客前,请先参考博客:http://blog.csdn.net/miss_kun/article/details/51819048 有时候,激活的时候不成功,比如我的是myeclipse2014,按步骤激活后总报错product activation must be completed.... 1.同样的,进入激活界面,usercode随便输入,点击systemid 和active按钮,生成注册码. 2.打开 MyEclipse,MyEclipse‐-->Subscription Info

同一台电脑上多个myeclipse破解的问题

因为项目版本的问题,电脑上不得装了个myeclipe10版本的,但是破解之后,原来电脑上的myeclipse2014却显 示没有激活,好吧,我又去把myeclipse2014重新激活了一遍,但是到了myeclipse10的确又变成未激活了.在网上溜 了一大圈也没有找到决解方案.最后在网上看到了一位网友的方法,大致如下: 使用破解工具,到最后一步时先替换一个版本的文件,不关闭破解工具,再进行替换另一个版本的文件,例如使 用myeclipse2014的破解工具,先破解myeclipse10的,但不关