1

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:

enter image description here

However, for 1.7 I get no match:

enter image description here

Carol.Kar
  • 4,581
  • 36
  • 131
  • 264

1 Answers1

0

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.

Community
  • 1
  • 1
herry
  • 1,708
  • 3
  • 17
  • 30