Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » multiple jvms on macos
multiple jvms on macos [message #1753976] Mon, 13 February 2017 15:06 Go to next message
Jonas Alesanas is currently offline Jonas AlesanasFriend
Messages: 3
Registered: February 2017
Junior Member
running into some sort of situation with 2 jvms installed and eclipse (actually a RCP app)

Issue is that for some reason Eclipse seems to be picking the latest jdk (1.Cool of the two instead of the _several times configured 1.7. Work-around is to remove the 1.8.

When having both and despite trying to pin it to 1.7 jstack shows it to go into 1.8.

It's set in:

- JAVA_HOME, JDK_HOME are both set to the definite 1.7 filesystem home, done with /usr/libexec/java_home -v 1.7 for good form.

- The app's .ini has
-vmargs
-vm <...>Studio/jdk/bin
(tried with and without /bin)

- the apps .product execution environment is set to the same 1.7

- the buildtime is firmly 1.7 including build path, compiler setting

- the buildtime run/debug environments are != 1.8


Thanks in advance for any hints
Re: multiple jvms on macos [message #1754012 is a reply to message #1753976] Mon, 13 February 2017 19:04 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4430
Registered: July 2009
Senior Member

Try putting the -vm line and its value line before the -vmargs line. Is there a reason it shouldn't be used with 1.8?

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: multiple jvms on macos [message #1754153 is a reply to message #1754012] Tue, 14 February 2017 18:51 Go to previous message
Jonas Alesanas is currently offline Jonas AlesanasFriend
Messages: 3
Registered: February 2017
Junior Member
tried to put it before the args, and various paths, it perseveres with 1.8, 1.7 being the overall base environment.
Previous Topic:Disable/Dispose/Invisible Popup MenuItems
Next Topic:Toggle command with state for every editor instance
Goto Forum:
  


Current Time: Thu Mar 28 12:26:01 GMT 2024

Powered by FUDForum. Page generated in 0.02582 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top