简体   繁体   English

使用Java 1.7预装的Eclipse

[英]Preinstalled eclipse with java 1.7

For a short programming project, I have to install an eclipse with jdk 1.7 on my clients laptop. 对于简短的编程项目,我必须在我的客户笔记本电脑上安装eclipse with jdk 1.7eclipse with jdk 1.7 However, I have insufficient installation rights and my client cannot hand me over more rights. 但是,我的安装权不足,我的客户无法将更多的权利移交给我。

At the moment, I have downloaded eclipse kepler which has a jre 1.6 preinstalled, which is not enough to make my application, which uses the crawler4J libary runnable. 目前,我已经下载了预安装了jre 1.6 eclipse kepler ,这不足以使我的应用程序能够运行crawler4J libary。 Is it possible to get an eclipse with jdk 1.7 preinstalled, which just can be unzipped to make it runnable? 是否有可能获得预安装了jdk 1.7eclipse ,可以将其解压缩以使其可运行?

I appreciate your answers! 感谢您的回答!

UPDATE UPDATE

I get a match for the execution environment: 我得到了执行环境的匹配项:

在此处输入图片说明

However, for 1.7 I get no match: 但是,对于1.7我没有找到匹配项:

在此处输入图片说明

Thanks for update. 感谢您的更新。

I looked for preinstalled eclipse on eclipse donwload page . 我在eclipse donwload页面上寻找了预装的eclipse。 Kepler is already supported Java 7, but these IDE doesn't contains JDK. 开普勒已经支持Java 7,但是这些IDE不包含JDK。 I think JDK 1.6 was installed before than Kepler on your clients computer. 我认为在客户端计算机上安装的JDK 1.6早于Kepler。 So, its need to install. 因此,它需要安装。

This page help to change your project to 1.7. 此页面有助于将项目更改为1.7。 Meanwhile its good to know Eclipse has own compiler . 同时,众所周知Eclipse具有自己的编译器

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

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