managing / choosing installed java versions
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.
Is there a way to get info about installed jdks from eclipse?
I haven't found one yet. I need to dig around in the eclim sources when I got the time.
I have asked the eclim guys to implement this features, and the developer took it on his todo-list. Stay tuned for updates.
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.