myeclipse 6.5GA及以前版本下载
下载地址:[list][*]官方站点下载:[url=http://downloads.myeclipseide.com/downloads/products/eworkbench/6.5.0GA/MyEclipse_6.5.0GA_E3.3.2_Installer_A.exe][color=#0000ff]down me[/color][/url] (MyEclipse Enterprise Workbench 6.5.0 GA for Eclipse 3.3.x and Windows 98/2000/NT/XP/Vista 06/18/2008)
说明:已包含Elipse和JRE,无需安装其他即可运行的ALL-in-ONE版本)
Version: 6.5.0 GA | File size: 442.00 MB
MD5 : d1ac87a9edadf19751fe9b802387d6b4
[*]官方站点下载:[url=http://downloads.myeclipseide.com/downloads/products/eworkbench/6.5.0GA-Blue/MyEclipse_Blue_6.5.0GA_E3.3.2_Installer_A.exe][color=#810081]down me[/color][/url] (MyEclipse Blue Edition 6.5.0 GA for Eclipse 3.3.x and Windows 98/2000/NT/XP/Vista 06/18/2008)
说明:MyEclipse Blue Edition is a custom version of MyEclipse Enterprise Workbench tailored specifically for IBM WebSphere application server development.
Version: 6.5.0 GA | File size: 512.00 MB
MD5 : 4fdd661b1996654d6533b2bacb3e4c54
[*]官方站点下载:[url=http://downloads.myeclipseide.com/downloads/products/eworkbench/5.5.1GA/MyEclipse_5.5.1GA_E3.2.2_FullStackInstaller.exe][color=#0000ff]down me[/color][/url] (MyEclipse Enterprise Workbench 5.5.1 GA for Eclipse 3.2.x and Windows 98/2000/NT/XP/Vista 05/21/2007)
说明:已包含Elipse和JRE,无需安装其他即可运行的ALL-in-ONE版本)
Version: 5.5.1 GA | File size: 184.45 MB
MD5 : e756230714c4df1c7cc63f9216a7d4ab
[*]官方站点下载:[url=http://downloads.myeclipseide.com/downloads/products/eworkbench/5.5.1GA/MyEclipse_5.5.1GA_E3.2.2_Installer.exe][color=#0000ff]down me[/color][/url] (MyEclipse Enterprise Workbench 5.5.1 GA for Eclipse 3.2.x and Windows 98/2000/NT/XP/Vista 05/21/2007)
说明:请先安装Eclipse 3.2.2 和 JDK 1.4.2_5 或更高的版本,此文件是PLUG-IN版本)
Version: 5.5.1 GA | File size: 136.55 MB
MD5 : 3924f10aa74ebb834a8eeb31fb33187d
[*]官方站点下载:[url=http://downloads.myeclipseide.com/downloads/products/eworkbench/4.1.1GA/EnterpriseWorkbenchInstaller_4.1.1GA_E3.1.exe][color=#0000ff]down me[/color][/url] (MyEclipse Enterprise Workbench 4.1.1 GA for Windows 98/2000/XP 03/02/2006)
说明:请先安装Eclipse 3.1.x 和 JDK 1.4.2 或更高的版本,此文件是PLUG-IN版本)
Version: 4.1.1 GA | File size: 145.41 MB
MD5 : FE8B61B1BB5D1FD76A68568D5FA31AD3
[*]官方站点下载:[url=http://downloads.myeclipseide.com/downloads/products/eworkbench/3.8.4/EnterpriseWorkbenchInstaller_030804.exe][color=#0000ff]down me[/color][/url] (MyEclipse Enterprise Workbench 3.8.4 for Windows 98/2000/XP 1/27/2005)
说明:请先安装Eclipse 3.0.x 和 JDK 1.4.1 或更高的版本,此文件是PLUG-IN版本)
Version: 3.8.4 | File size: 58.18 MB[/list]
myeclipse 6.5 GA and blue 注册码程序
下面的这个程序可以计算出myeclipse 6.5 GA and blue的注册码,和大家分享一下,我也是在网上找到的。import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
public class Crack {
public static final void main(String[] args) {
String id = "";
InputStreamReader stdin = new InputStreamReader(System.in);// 键盘输入
BufferedReader bufin = new BufferedReader(stdin);
while (true) {
System.out.println("请输入要计算的key序列:");
try {
id = bufin.readLine();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
String num = "999";
System.out.println(getSerial(id, "100", num, false));
System.out.println("是否继续计算(Y/N):");
stdin = new InputStreamReader(System.in);// 键盘输入
bufin = new BufferedReader(stdin);
try {
if (bufin.readLine().equalsIgnoreCase("N")) {
break;
}
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
public static String getSerial(String userId, String version,
String licenseNum, boolean selected) {
Calendar cal = Calendar.getInstance();
cal.add(1, 3);
cal.add(6, -1);
NumberFormat nf = new DecimalFormat("000");
licenseNum = nf.format(Integer.valueOf(licenseNum));
String verTime = selected ? (new StringBuffer("-")).append(
(new SimpleDateFormat("yyMMdd")).format(cal.getTime())).append(
"0").toString() : "-0812310";
String type = "YE3MB-";
String need = (new StringBuffer(String.valueOf(userId.substring(0, 1))))
.append(type).append(version).append(licenseNum)
.append(verTime).toString();
String dx = (new StringBuffer(String.valueOf(need)))
.append(
"Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 ([url]http://www.loc.gov/copyright/legislation/dmca.pdf[/url]). 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.")
.append(userId).toString();
int suf = decode(dx);
String code = (new StringBuffer(String.valueOf(need))).append(
String.valueOf(suf)).toString();
return change(code);
}
private static int decode(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 change(String 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;
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 = (char) j;
}
return String.valueOf(ac);
}
} 注册前一定要把网络断开
页:
[1]