Hi, I was hoping that some Debian Java experts might be able to help out with a couple of problems with bugwatcher (debbuggtk package).
1) Bugwatcher works with gij or blackdown java My wrapper scripts just call /usr/bin/java, since both of the above create this. This has two problems: - my programs don't work if java alternative is set to something else - it is not easy for me to ask users to test things with an alternative jvm I could invent some wrapper script that looks for gij first then j2sdk, and have an option -jvm=gij to override it, but I'm thinking there's got to be a better, more standard way. This has probably been discussed before, but I was too bust to follow the long threads at the time. Could you possibly say what the results of those discussions were, or suggest how to handle this issue? 2) bug #227603 - is this a jvm bug? Current Java thread: at java.util.zip.Inflater.end(Native Method) at java.util.zip.Inflater.end(Inflater.java:294) - locked <0x4419fb68> (a java.util.zip.Inflater) at java.util.zip.InflaterInputStream.close(InflaterInputStream.java:201) at java.util.zip.ZipInputStream.close(ZipInputStream.java:206) at java.lang.Package.loadManifest(Package.java:488) at java.lang.Package.access$100(Package.java:71) at java.lang.Package$1.run(Package.java:460) at java.security.AccessController.doPrivileged(Native Method) at java.lang.Package.defineSystemPackage(Package.java:444) at java.lang.Package.getSystemPackage(Package.java:420) - locked <0x44656800> (a java.util.HashMap) at java.lang.ClassLoader.getPackage(ClassLoader.java:1170) - locked <0x4465d258> (a java.util.HashMap) at java.net.URLClassLoader.defineClass(URLClassLoader.java:218) at java.net.URLClassLoader.access$100(URLClassLoader.java:54) at java.net.URLClassLoader$1.run(URLClassLoader.java:193) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:186) at java.lang.ClassLoader.loadClass(ClassLoader.java:299) - locked <0x4465b0e0> (a sun.misc.Launcher$ExtClassLoader) at java.lang.ClassLoader.loadClass(ClassLoader.java:292) - locked <0x446563e0> (a sun.misc.Launcher$AppClassLoader) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265) - locked <0x446563e0> (a sun.misc.Launcher$AppClassLoader) at java.lang.ClassLoader.loadClass(ClassLoader.java:255) at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1009) at java.util.ResourceBundle.findBundle(ResourceBundle.java:884) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:730) at java.util.ResourceBundle.getBundle(ResourceBundle.java:538) at sun.text.resources.LocaleData$1.run(LocaleData.java:113) at java.security.AccessController.doPrivileged(Native Method) at sun.text.resources.LocaleData.getBundle(LocaleData.java:111) at sun.text.resources.LocaleData.getLocaleElements(LocaleData.java:99) at java.text.DateFormatSymbols.cacheLookup(DateFormatSymbols.java:417) at java.text.DateFormatSymbols.initializeData(DateFormatSymbols.java:468) at java.text.DateFormatSymbols.<init>(DateFormatSymbols.java:103) at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:442) at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:424) Thanks in advance -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- [EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]