简体   繁体   中英

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. 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. Is it possible to get an eclipse with jdk 1.7 preinstalled, which just can be unzipped to make it runnable?

I appreciate your answers!

UPDATE

I get a match for the execution environment:

在此处输入图片说明

However, for 1.7 I get no match:

在此处输入图片说明

Thanks for update.

I looked for preinstalled eclipse on eclipse donwload page . Kepler is already supported Java 7, but these IDE doesn't contains JDK. I think JDK 1.6 was installed before than Kepler on your clients computer. So, its need to install.

This page help to change your project to 1.7. Meanwhile its good to know Eclipse has own compiler .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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