You are not logged in.
When I was using the java in the jre package, downloaded .jar files would go to ~/.java I have switched to the openjdk6 package and I have no idea where downloaded .jar files go now... it seems as though they are cached in memory and not saved to disk at all. Are they saved somewhere?
Offline
openjdk and jre don't do the same.
openjdk is a jdk (Java Development Kit) and jre is Java Runtime Environment.
And the files should be downloaded into your download directory which you've either set manually or is maybe $HOME/Download.
Website: andrwe.org
Offline
I thought that jre was a closed source runtime and that openjdk6 was both a dev kit as well as a runtime - both of which being open source... is this not true?
Offline