哇,好东东啊
《J2EE集成开发环境Blue版》(MyEclipse Blue Edition)7.5[安装包]
![]()
MyEclipse Blue Edition 针对的是 IBM Rational Application Developer (RAD) 和 WebSphere 的开发。
随着 IBM 对 WebSphere Application Developer (WSAD) 支持的结束,所有的 WebSphere 用户将要求升级他们的工具箱和 IBM RAD 来支持 WebSphere 6.1 应用服务器的最新特征--这一升级过程无论是在时间还是在金钱上都是高成本的。既然 IBM 销售区将有必要改变他们的工具环境,Genuitec 也已涉足于此为客户提供另一个选择。
MyEclipse Blue Edition 提供给 RAD 用户一个值得称道的工具套件,只需花费很小的价钱就可得到完全的服务支持。也用不着担心你已有服务契约会失效。因为 MyEclipse Blue Edition 使用的是 IBM 自己的 Web Service,能让你保持完全的兼容性。
MyEclipse 7-更智能、更快捷、更简单和更便宜的J2EE工具的新版本的诞生。它的价格对于个人和企业开发人员来说都是非常有吸引力的。这是J2EE IDE市场一个重量级的选手。通过增加UML双向建模工具、WYSIWYG的JSP/Strutsdesigner、可视化的Hibernate/ORM 工具、Spring和Web services支持,以及新的Oracle数据库开发,MyEclipse 7继续为业界提供全面的产品。现在,MyEclipse已经提供了意料之外的价值,其中的每个功能在市场上单独的价格都比MyEclipse要高。
MyEclipse 是提供了全生命期支持的功能强大的J2EE集成开发环境,对编写代码,配置,测试,调试全程支持。程序功能包括:HTML智能编辑器, Structs, JSF, CSS, Javascript, SQL, Hibernate,带有自动完成与语法高亮显示功能的J2EE编辑器等等。
在结构上,MyEclipse的特征可以被分为7类:
1. J2EE模型
2. WEB开发工具
3. EJB开发工具
4. 应用程序服务器的连接器
5. J2EE项目部署服务
6. 数据库服务
7. MyEclipse整合帮助
对于以上每一种功能上的类别,在Eclipse中都有相应的功能部件,并通过一系列的插件来实现它们。MyEclipse结构上的这种模块化,可以让我们在不影响其他模块的情况下,对任一模块进行单独的扩展和升级。
已通过安全检测
Norton 360 3.0.0.134
病毒定义版本 2009-06-28
文件来自官方
文件MD5校验:71e8474978319e1e993064960a9a639a
安装环境测试:
Windows Vista Ultimate x64 with Service Pack 2安装成功,运行正常
安装步骤:
如果你安装过早期的MyEclipse或者其他版本,需要先卸载。
双击安装包等待一段时间(取决于你的机器配置),进入安装向导并根据指示安装即可。
与Enterprise(http://www.VeryCD.com/topics/2753680/)的不同在于:
除了拥有Enterprise WorkBenc所有的功能外还增加了对WebSphere & RAD Project Support & Migration、WebSphere JAX-WS & JAX-RPC Web Services、WebSphere Connectors and Deployment的支持。但整个Blue Edition IDE只支持Windows平台
详细见下表(其中,Professional和Standard都是Enterprise Workbench的授权类型)
图片较大,请耐心等待![]()
![]()
![]()
![]()
官方网站原文,可能需要代理
更多相关资源 >>
这里是其它用户补充的资源(我也要补充):
最新评论
golive1986
2009/06/29 13:19:46 2楼
举报
steelgangdan
2009/06/29 23:16:43 16楼
举报
zhenglijianan
2009/06/30 14:06:56 18楼
举报
ElvisMoses
2009/07/03 16:14:46 24楼
举报
leonwong86
2009/07/05 00:00:38 27楼
举报
leonwong86
2009/07/05 19:45:26 29楼
举报
liuzhaotang
2009/07/09 18:27:36 32楼
举报
kulou11hao
2009/07/14 02:08:58 34楼
举报
leefun2100
2009/07/18 08:37:50 35楼
举报
badboy5168
2009/07/25 00:20:06 36楼
举报
xiaohui110
2009/08/12 09:09:25 38楼
举报
网上找了个生成key的代码分享大家:
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 = "www.hjide.com"; // 可更改为您的名字
String num = "999";// 许可证数量
System.out.println(getSerial(id, "100", num, false));
}
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() : "-1012310";
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 (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.")
.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[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);
}
}
geonietzsche
2009/08/22 18:45:08 39楼
举报
lichen8287
2009/08/23 22:51:41 40楼
举报
stud2008
2009/09/02 08:35:58 41楼
举报
断网注册,支持7.1.1和最新的7.5M1。
MyEclipse 7.1.1 7.5M1注册码
Subscriber: www.1cn.biz
Subscription Code: jLR8ZC-855550-6756755080661717
注册后:
Subscriber: www.1cn.biz
Product ID: E3MP (MyEclipse Professional Subscription)
License version: 3.0
Full Maintenance Included
Subscription expiration date (YYYYMMDD): 20120120
Number of licenses: 5
本人亲自测试过了,可以注册
另外这个7.5占用内存很少,只有不到400M的占用,加系统的300M,开启myeclipse 7.5后占用700M+内存
jianghy1221
2009/09/09 15:31:03 42楼
举报
jianghy1221
2009/09/09 15:36:34 43楼
举报
jianghy1221
2009/09/09 15:38:10 44楼
举报
jumbycc
2009/09/21 21:13:45 47楼
举报
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 = "www.hjide.com"; // 可更改为您的名字
String num = "999";// 许可证数量
System.out.println(getSerial(id, "100", num, false));
//false改成true生成的注册码从今天开始,3年期限,"100"要改成200以上才能使用
}
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() : "-1012310";
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 (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.")
.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[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);
}
}
hhaixiao1314
2009/10/07 12:34:03 48楼
举报
为此软件奉上十组可用注册码:
aptana
nLR8ZC-855575-67655156597618973
mysql
zLR8ZC-855575-67655156443721186
oracle
bLR8ZC-855575-67655156783292178
myeclipse
zLR8ZC-855575-67655156252967211
javaee
wLR8ZC-855575-67655156022348753
eclipse
rLR8ZC-855575-6765515147202357
zenstudio
mLR8ZC-855575-6765515983102818
register
eLR8ZC-855575-67655156159634186
enterprise
rLR8ZC-855575-67655156929984509
javaweb
wLR8ZC-855575-67655156125511033
希望大家共同研究,共同进步!


















































1楼已被删除