简体   繁体   English

在记忆棒上运行ECLIPSE

[英]Running ECLIPSE on a memory stick

I'm trying to run Eclipse (Neon 1) on a memory stick. 我正在尝试在记忆棒上运行Eclipse(Neon 1)。 In a first time, the problem was the JVM 1.6 installed on the machine which is too old. 第一次出现问题是机器上安装的JVM 1.6太旧了。 To use a compatible JVM, I created a jre directory in Eclipse's directory and placed in it a JVM 1.8 (the last one found on ORACLE's web site). 为了使用兼容的JVM,我在Eclipse的目录中创建了一个jre目录,并在其中放置了JVM 1.8(在ORACLE的网站上找到的最后一个)。

Now, when I try to run Eclipse, nothing happens. 现在,当我尝试运行Eclipse时,什么都没有发生。 I got the splash screen with "Eclipse Neon 1" then, nothing, not even an error message. 我得到了带有“ Eclipse Neon 1”的启动屏幕,什么都没有,甚至没有错误消息。

What is the problem and what can I do ? 有什么问题,我该怎么办?

Important note : I can't install a JVM on the "native machine" as I'm not administrator. 重要说明:由于我不是管理员,因此无法在“本机”上安装JVM。

Than, you for all your answers. 比,您的所有答案。 Have a good day. 祝你有美好的一天。

When you need programs to run off a USB, always search if a portable version exists first. 当您需要程序来运行USB时,请始终搜索是否首先存在便携式版本。 This is a working portable version of Eclipse Neon but it is another version though. 是Eclipse Neon的工作可移植版本,但是它是另一个版本。

Finally, I found (one of) my mistake. 最终,我发现了我的错误之一。

I used a jre(...).exe. 我使用了jre(...)。exe。 It's the problem. 是问题 I downloaded the tar.gz file of the jre and unpacked it. 我下载了jre的tar.gz文件并将其解压缩。 Then, I used the jre of this unpacked version and everything was ok except a problem with an "access restriction" to some libraries. 然后,我使用了这个解压缩版本的jre,除了对某些库的“访问限制”有问题之外,其他一切都还可以。

I fixed that last problem with that question on StackOverFlow . 在StackOverFlow上解决了该问题的最后一个问题。 And now, everything is ok ! 现在,一切都很好!

Great ! 太好了! Thank you to everyone for your help. 谢谢大家的帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM