emacs-eclim icon indicating copy to clipboard operation
emacs-eclim copied to clipboard

managing / choosing installed java versions

Open senny opened this issue 16 years ago • 4 comments

Currently emacs eclim uses the default jre or jdk for running commands like ant. We need a way to specify and select the installed versions.

senny avatar Oct 20 '09 08:10 senny

Is there a way to get info about installed jdks from eclipse?

fred-o avatar Oct 20 '09 09:10 fred-o

I haven't found one yet. I need to dig around in the eclim sources when I got the time.

senny avatar Oct 20 '09 10:10 senny

I have asked the eclim guys to implement this features, and the developer took it on his todo-list. Stay tuned for updates.

senny avatar Oct 27 '09 13:10 senny

I just added initial support to list the available vm installs:

eclim -command java_list_installs

I still have adding, removing, and setting the default on my todo list.

ervandew avatar Oct 30 '09 03:10 ervandew