Java 1.7.0_21 Download For Mac

Active6 years, 7 months ago

I want to use the JRE 1.7 that I downloaded from Oracle website.

Download Java Runtime Environment 1.7.0.6 Offline Installer for 32 Bit and 64 Bit Java software allows you to run applications called 'applets' that are written in the Java programming language. These applets allow you to have a much. Java Runtime Environment 1.7.0.21 (64-bit). Download Java 64-bit offline installer for PC from FileHorse now. Download Java Runtime Environment for Mac.

Java 1.7.0_21 Download For Mac Free

So I correctly install the .pkg file, and when I try /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -version in the terminal I get this :

java version '1.7.0_11' Java(TM) SE Runtime Environment (build 1.7.0_11-b21) Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)

But in Eclipse I can't use anything else than JRE 1.6. When I go in Properties > Java Build Path > Add Library > JRE System Library, I can't find the 1.7 (there is only option for it : JavaSE-1.7 (unbound) with this issue :

No JREs in workspace compatible with specified execution environment: JavaSE-1.7

What should I do ? Thanks

Remote desktop connection manager for mac. This is perfect when you’re updating a public display.

RobRob
7,43420 gold badges61 silver badges97 bronze badges

closed as not a real question by kosa, Frank van Puffelen, Joseph Mastey, John Koerner, Petter NordlanderJan 15 '13 at 18:22

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. If this question can be reworded to fit the rules in the help center, please edit the question. Bit torent download for mac.

3 Answers

The download from java.com which installs in /Library/Internet Plug-Ins is only the JRE, for development you probably want to download the JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html and install that instead. This will install the JDK at /Library/Java/JavaVirtualMachines/jdk1.7.0_<something>.jdk/Contents/Home which you can then add to Eclipse via Preferences -> Java -> Installed JREs.

Ian RobertsIan Roberts
107k11 gold badges140 silver badges156 bronze badges

Java 1.7.0_21 Download For Mac Windows 10

Try editing your eclipse.ini file and add the following at the top

Of course the path may be slightly different, looks like I have an older version..

I'm not sure if it will add itself automatically. If not go into

Preferences --> Java --> Installed JREs

Java Plug In 1 7 0 21

Click Add and follow the instructions there to add it

roznerrozner

Download

3651 gold badge4 silver badges11 bronze badges

You need to tell Eclipse which JDK/JRE's you have installed and where they are located.

This is somewhat burried in the Eclipse preferences: In the Window-Menu select 'Preferences'. In the Preferences Tree, open the Node 'Java' and select 'Installed JRE's'. Then click on the 'Add'-Button in the Panel and select 'Standard VM', 'Next' and for 'JRE Home' click on the 'Directory'-Button and select the top level folder of the JDK you want to add.

Its easier than the description may make it look.

DurandalDurandal

Java 1.7.0.21 Download

17k2 gold badges27 silver badges57 bronze badges

Java Plug-in 1.7.0_21 Download For Mac

Not the answer you're looking for? Browse other questions tagged eclipsemacosjava or ask your own question.