Thanks for your bug.

On 01/06/2011 06:17 PM, Joachim Zobel wrote:
> Package: jxplorer                       
> Version: 3.2.1+dfsg-4
> Severity: serious
> 
> Subject says it all. Which enviroment info do you need?

Please install openjdk-6-jre, if not already done.
Then, add "java6" parameter to 'find_java_runtime' function call in
/usr/bin/jxplorer or apply attached patch.

jxplorer doesn't work with gcj. I'll remove that possibility in the next
release.


--
Gabriele
--- /usr/bin/jxplorer.orig	2011-01-07 04:41:54.000000000 +0100
+++ /usr/bin/jxplorer	2011-01-07 04:42:12.000000000 +0100
@@ -5,7 +5,7 @@
 
 . /usr/lib/java-wrappers/java-wrappers.sh
 
-find_java_runtime
+find_java_runtime java6
 
 find_jars jhall junit
 find_jars /usr/share/jxplorer/jxplorer.jar

Reply via email to