myeclipse 2015 stable 1.0 进不了marketplace

!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2015-02-13 23:59:18.564
!MESSAGE Connection to http://gosecure.genuitec.com/marketplace/2063-Axa-9367_2202-Brc-8144/2.0.0/catalogs/api/p failed on Connection to http://gosecure.genuitec.com refused. Retry attempt 0 started
!STACK 0

!ENTRY com.genuitec.pulse.client.delivery.package.runtime.ui 4 0 2015-02-13 23:59:27.807
!MESSAGE Could not access marketplace catalogs at http://gosecure.genuitec.com/marketplace/2063-Axa-9367_2202-Brc-8144/2.0.0
!STACK 0
java.io.IOException: Stream closed

!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2015-02-14 00:01:17.392
!MESSAGE Connection to http://gosecure.genuitec.com/marketplace/2063-Axa-9367_2202-Brc-8144/2.0.0/catalogs/api/p failed on Connection to http://gosecure.genuitec.com refused. Retry attempt 0 started

Caused by: java.net.ConnectException: Connection timed out: connect

!ENTRY com.genuitec.pulse.client.delivery.package.runtime.ui 4 0 2015-02-14 00:01:26.931
!MESSAGE Could not access marketplace catalogs at http://gosecure.genuitec.com/marketplace/2063-Axa-9367_2202-Brc-8144/2.0.0
!STACK 0
java.io.IOException: Stream closed

第1个回答  2015-02-19
生成MyEclipse8.5注册码的java源码 生成MyEclipse8.5注册码的java源码 MyEclipseKeyGen MyEclipse8.5注册机 MyEclipse8.5注册码生成 MyEclipse8.5注册机源码
[java] view plaincopyprint?
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;

public class MyEclipseKeyGen {
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 MyEclipseKeyGen() {
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();
MyEclipseKeyGen myeclipsekeygen = new MyEclipseKeyGen();
String res = myeclipsekeygen.getSerial(userId, "5");
System.out.println("Serial:" + res);
reader.readLine();
} catch (IOException ex) {
}
}
}本回答被网友采纳

myeclipse 2015 stable 1.0 进不了marketplace
import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;public class MyEclipseKeyGen { 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 (ht...

MyEclipse安装插件的三种方法与技巧
方法一:通过MyEclipse Marketplace安装插件 MyEclipse提供了一个名为Marketplace的插件市场,用户可以直接在IDE中访问并安装插件。这是最简单和最常用的方法。以下是具体步骤:1. 打开MyEclipse,点击菜单栏的“Help”选项。2. 在下拉菜单中选择“Eclipse Marketplace…”选项。3....

myeclipse 2015 stable 1.0 出现activation is required in 5 day...
1,下载资源http:\/\/pan.baidu.com\/s\/1nvEj2yt2,安装myeclipse在安装的目录可以看到以下文件目录通过显示包内容可以查看myeclipse的插件安装的目录。3,激活myeclipse在下载的激活工具中启动破解工具通过Java-jarcracker2015.jar启动破解文件,默认界面如下图,Usercode随便输入一个用户名点击SystemId按钮生成Sy...

myeclipse 2015 stable 1.0需要破解吗
1、使用以前的注册机算号,版本选择Blue即可,后续可解锁Spring高级功能,即Bling的所有功能全部具备1.1 进入myeclipse2015_keygen\/文件夹,如图:1.2 双击crack.bat(windows下)或者双击cracker.jar(配置好Java环境的MAC windows 或者linux—MAC windows已亲测可用linux系统理论上也可用).1.3 输入Usercod...

myeclipse 2015的CI和stable有什么区别
myeclipse 2015的CI版是测试版,就是还处于不稳定的版本中。其中CI是Continuous Integration的缩写,持续集成、持续整合的意思 stable版又称为标准版,稳定版或者叫专业版。

myeclipse2015stable2.0破解后刚运行起来就闪退怎么办
选择简体中文>清除数据>清除缓存+清除用户数据。提示:Recovery状态下触摸屏暂时失效,用“电源键”确认,“音量键”选择。4、如果通过上述方法操作后,相应的程序都有问题,而其他软件程序都正常的话,可以判断该程序跟系统不兼容,您可以尝试更换其他版本的程序或者游戏试一下。5、建议您备份重新线刷一下...

myeclipse 2015 stable 3.0 闪退问题
用记事本打开myeclipse安装路径下myeclipse.ini 文件,可以看到如下内容(大家遇到的问题不同,内容可能不都相同):然后在文件的开头加上如下两句:-vm E:\/dev_enrionment\/jdk1.5.0_14\/jre\/bin\/javaw.exe 注意: 这两句一定要写到文件的前面,不要放在最后,有可能无效。路径是你电脑上javaw.exe的...

MyEclipse2015调试进入底层代码,怎么看底层代码变量的值?如:看到的是...
preferences->java->editor->hovers->去掉combined勾选variable,combined是全部悬浮提示,所以在debug的时候会默认提示变量信息,而不是变量值,以后如果需要可以改回combined

MyEclipse2015点进去一瞬间CPU就升到100%
1.你的风扇有问题 关键是你的CPU的温度太高了 2.也可能是你电脑的性能不是很好 在显卡和内存太小 把你的电脑配置提升一下 3.若还不是的话 那就是游戏与你的软件相冲突了!

怎么设置myeclipse的主题
工具:MyEclipse 方法:点击myeclipse的Help--Eclipse Marketplace...在搜索框中输入 Eclipse Color Theme,找到后点install 1)点击Window--Preferences--General--Appereance--Color Theme 2)在右边就可以选择主题了

相似回答