The ebuild needs to be updated to build the packages from source
Created attachment 47378 [details] jxplorer-3.1_rc4.ebuild an ebuild for the latest release of jxplorer. this ebuild build jxplorer from source and makes it possible for users to save connections and options. this was not possible in the past because the default configuration file wasn't stored in ${HOME} automagically. this ebuild also removes packed jar issues.
Created attachment 47379 [details] build.xml an build.xml file used by ant to compile jxplorer. it's not possible atm the build jxplorer using jikes, will try to patch jxplorer to enable this feature.
Created attachment 47380 [details, diff] jxplorer-gentoo.patch this patch tells jxplorer to search for a configuration file in '~/.jxplorer' instead of '~/jxplorer', this is just against the polution of ~
Created attachment 47381 [details, diff] jxplorer-log4j.patch this patch changes the default logfile location to /tmp, otherwise it would have been under /usr/share/jxplorer and this is a read only location.
Created attachment 47383 [details] jxplorer.sh last but not least, a rewritten startup file for jxplorer
jxplorer-3.1_rc4 now available for testing in the portage tree.