?破解myEclipse

建立一个java项目,将reg.java放入,并且运行在控制台 输入账户

回车就会出现 序列号

菜单栏--->myeclipse-->substription information--->输入账号和序列号确定。

reg.java   代码实现为:

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;

public class Reg {

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 Reg() {
}

public static void main(String[] args) {
try {
System.out.println("请输入你要注册的账户:");
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
String userId = null;
userId = reader.readLine();
Reg myeclipsegen = new Reg();
String res = myeclipsegen.getSerial(userId, "5");
System.out.println("生成的序列号(Serial):" + res);
reader.readLine();
} catch (IOException ex) {
}

}
}

时间: 2024-10-13 00:25:32

?破解myEclipse的相关文章

如何破解MyEclipse 10.x

本文以MyEclipse Professional 10.6 为例来介绍如何破解MyEclipse 10.x. 本文使用的破解补丁对MyEclipse Standard/ Professional/ Blue/ Spring的10.x版本均有效(例如:MyEclipse 10.0.MyEclipse 10.1. MyEclipse 10.5.MyEclipse 10.6.MyEclipse 10.7.1等). 操作环境说明: 操作系统: Windows 7 SP1 旗舰版 64位 MyEclip

破解 MyEclipse For Spring 的步骤

破解 MyEclipse For Spring 的步骤: 1.关闭myeclipse: 2.运行破解工具,写上UserCode,最好是 8 位以上, 3.注意选择 myeclipse 的版本,我提供的下载软件安装应该选择 spring 这个版本: 4.点击 SystemId 这个按钮: 5.等待序列号生成以后,选择 Tools,然后选择 第 0 个选项(RebuildKey): 6.点击“Active”: 7.选择 Tools,然后选择 第 1 个选项(ReplaceJarFile): 8.找到

linux下如何破解myeclipse

这是我分享的两个下载,一个myeclipe一个是激活补丁!这个在其他地方都行的(链接: http://pan.baidu.com/s/1jGG9cTC 密码: fi8a) 这个比较扯淡,虽说激活补丁上告诉你,可以在windows.linux和mac上都可以用,但是当你真的在linux上激活是你发现run.bat就是个没有用的东西,点击根本没有反映.但可惜的只能告诉你bat文件是针对DOS的.好了不扯淡了.还有个条件就是你必须安装好你的jdk和myeclipse.(提示如果你解压的有乱码建议重命名

教你破解MyEclipse到2016年【图文详解】

1.首先确定JDK以及环境变量没有问题.因为破解工具包里的run.bat是调用java命令执行jar包,如果环境变量没有配置好,那就运行不了了.2.解压破解包,双击[run.bat]打开破解界面: 3.Usercode随便输入字符,点击[SystemId]按钮产生一个SystemId,再点击[Action]按钮.会产生以下部分: 4.打开MyEclipse,[MyEclipse] -> [Subscription Information]-->把上面生成的[LICENSEE]复制到[Subsc

破解 myeclipse 2014 professional,步骤很重要

网易 博客 GACHA-动漫萌妹汇集地 LOFTER-最美图片社交 印像派-我的照片书 这些小语种最有前途,免费学 注册登录   加关注 程序!能当饭吃咯? 只要你活着,你的前途永远取决你自己! 首页 日志 LOFTER 相册 音乐 收藏 博友 关于我 日志 Windows下解决PostgreSQL8.1安装失败问题(图解) Myeclipse10下搭建SSH框架(图解)Struts2.1+Spring3.0+Hibernate3.3 MyEclipse10仅7步成功破解激活(图解) 2012-

#MyEclipse# MyEclipse 9.0破解

MyEclipse 9.0的激活机制(2011/3/28日) 1.破解公钥(确保MyEclipse没有开启,否则失败!)   解压破解包中的myeclipse9_keygen_activator.zip,复制publicKey.bytes文件,   然后用WinRAR或7-zip打开Common\plugins\com.genuitec.eclipse.core_9.0.0.me201103181703.jar,   然后到该压缩文件com\genuitec\eclipse\core目录下,替换

MyEclipse 10破解

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 2015 Stable 2.0破解方法

本篇博文简单介绍一下利用网上说明的方法破解MyEclipse 2015 Stable 2.0的具体细节.因为原来在贴吧上的方法不够详细,所以本人重新整理了一下.方法源自:http://tieba.baidu.com/p/3809637196 .(注:橙色部分,我没有遇到过,只是贴吧主说的) 1安装好软件 贴吧主说,破解前不要启动软件.(我照着他的方法试了一遍,启动软件,发现并没有破解.我没有放弃,找了另一个说明,也就是加了第5步之后,才得以破解.通过这事,我得出:第一,破解前启动软件是否会影响破

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