网上看到的,原创不知道是谁,我可耻的转过来了。
好像6.5到9.0都可用,不过我只测了6.5可行
建一个工程 把以下代码保存成 Test.java 编译后运行
按要求输入注册名 回车即会输出序列号
源码打包好在附件里。
main方法里的type属性根据MyEclipse的Subscription修改(注释部分有)
其实eclipse-jee-helios免费已经满足我们一般的要求了,eclipse官网有下载,建议没有用过的朋友试一下
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Test {
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, String type) {
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 need = new StringBuilder(userId.substring(0, 1)).append(type)
.append("300").append(licenseNum).append(verTime).toString();
String dx = new StringBuilder(need).append(Test.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 Test() {
super();
}
public static void main(String[] args) {
try {
// MyEclipse Standard Subscription---------YE2MY
// MyEclipse Professional Subscription----YE3MP
// MyEclipse Blue Subscription---------------YE3MB
// MyEclipse for Spring Subscription--------YE3MS
String type = "YE3MP-";
System.out.println("please input register name:");
BufferedReader reader = new BufferedReader(new InputStreamReader(
System.in));
String userId = null;
userId = reader.readLine();
Test myeclipsegen = new Test();
String res = myeclipsegen.getSerial(userId, "999", type);
System.out.println("Serial:" + res);
reader.readLine();
} catch (IOException ex) {
}
}
}
分享到:
相关推荐
解压后找到MyEclipseGen.java文件,在myeclipse直接执行后,控制台自己输入用户名,回车,注册码闪亮登场。
生成myeclipse注册码的简单代码..
myeclipse8.5 注册码生成程序. 我的myeclipse一直使用各种的注册码生成程序. 我目前使用的就是这个 注册码 生成程序. 可以使用. Decompiling this copyrighted software is a violation of both your license ...
将这个文本文件中的代码贴到myeclipse里面运行就可以生成注册码(10.0版本以下的,我自己用的是8.5的绝对有用)
【MyEclipse注册码生成器】是一款针对MyEclipse集成开发环境的注册码生成工具,旨在帮助用户解决MyEclipse的授权问题,避免因试用期限制而影响开发工作。MyEclipse是一款功能强大的Java EE集成开发环境,由Genuitec...
【myEclipse注册码生成器】相关知识点详解 myEclipse是一款基于Eclipse平台的集成开发环境(IDE),专门用于Java、J2EE、Web、移动应用等项目的开发。它扩展了Eclipse的功能,提供了更丰富的特性,如代码提示、调试...
通用的MyEclipse激活码生成代码,只需要将该java代码编译运行,然后在控制台输入你要注册的用户名,然后回车后就会生成注册码,在MyEclipse里面的MyEclipse菜单下选择subscription information 选项,然后再对应位置...
MyEclipse 8.6生成器可以随机生成MyEclipse 8.6注册所需的注册码,大家再也不用到网上无聊的搜索了,自己生成自己用。
MyEclipse注册码生成JAVA类源代码。
MyEclipse10注册码激活码验证码生成器。是一个java文件,运行它即可。
本文将深入探讨“myeclipse注册码java生成类”这一主题,以及如何使用Java编程语言来创建注册码生成器。在Java中,我们可以通过编写特定的代码逻辑来生成看似随机但实际上与特定信息(如用户ID、计算机硬件信息等)...
使用Myeclipse一段时间后进程需要输入注册码才能用,现提供一段代码,需要的朋友可以自己生成需要的注册码
【MyEclipse注册码生成器】是一个工具,用于生成MyEclipse集成开发环境的激活码。MyEclipse是一款强大的Java、Web、J2EE、Android等应用的开发工具,由Genuitec公司开发,是Eclipse IDE的商业扩展版本。它提供了更多...
新建一个工程,将下面的代码粘进去。运行一下,然后输入一个英文名,会生成注册码.在下来就是输入注册码了
各个版本的都可以生成,一段java代码,运行之后输入名字,就会生成一段注册码。简单好用,太强大了。
MyEclipse6.5注册码生成代码,java源码。整个工程打包,只要导入工程,修改注册信息,运行即可生成MyEclipse6.5注册码。