java version "1.5.0"
gij (GNU libgcj) version 4.3.2
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
but you'll have to tell me how to look at the classpath environment variable
----- Original Message -----
From: "James Dempsey" <jdempsey@...>
To: pcgen@yahoogroups.com
Sent: Thursday, November 20, 2008 3:39:32 PM GMT -08:00 US/Canada Pacific
Subject: Re: [pcgen] Having problems with PCGen and Java
Hi,
Could you provide the output of a java -version please? Also could you
check the classpath environment variable too please?
The error looks like you might have ended up using libraries from Java 1.4.
--
Cheers,
James Dempsey
PCGen Code SB
2008/11/21 duroondgr < duroondgr@... >:
> Everything was working just great actually. Then I installed some
> software which installed Open-Java (I am running a ubuntu 8.10 laptop)
> I immediately un-installed open-java and reinstalled sun-java because
> the old problem of the sources not populating in the drop down menu
> cropped right up. Now PCGen won't even start. Here is the error
> message I am getting.
>
> WARNING: bad level 'LSTWARN'
> java.lang.IllegalArgumentException: Not the name of a standard logging
> level: "LSTWARN"
> at java.util.logging.Level.parse(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.initLogManager(libgcj.so.90)
> at java.util.logging.LogManager.getLogManager(libgcj.so.90)
> at pcgen.util.Logging.<clinit>(Logging.java:99)
> at java.lang.Class.initializeClass(libgcj.so.90)
> at pcgen.core.Main.dieWithBadEntryPoint(Main.java:102)
> at pcgen.core.Main.main(Main.java:95)
> WARNING: bad level 'LSTWARN'
> java.lang.IllegalArgumentException: Not the name of a standard logging
> level: "LSTWARN"
> at java.util.logging.Level.parse(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.initLogManager(libgcj.so.90)
> at java.util.logging.LogManager.getLogManager(libgcj.so.90)
> at pcgen.util.Logging.<clinit>(Logging.java:99)
> at java.lang.Class.initializeClass(libgcj.so.90)
> at pcgen.core.Main.dieWithBadEntryPoint(Main.java:102)
> at pcgen.core.Main.main(Main.java:95)
> WARNING: bad level 'LSTWARN'
> java.lang.IllegalArgumentException: Not the name of a standard logging
> level: "LSTWARN"
> at java.util.logging.Level.parse(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at pcgen.util.Logging.<clinit>(Logging.java:99)
> at java.lang.Class.initializeClass(libgcj.so.90)
> at pcgen.core.Main.dieWithBadEntryPoint(Main.java:102)
> at pcgen.core.Main.main(Main.java:95)
> WARNING: bad level 'LSTWARN'
> java.lang.IllegalArgumentException: Not the name of a standard logging
> level: "LSTWARN"
> at java.util.logging.Level.parse(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at pcgen.util.Logging.<clinit>(Logging.java:99)
> at java.lang.Class.initializeClass(libgcj.so.90)
> at pcgen.core.Main.dieWithBadEntryPoint(Main.java:102)
> at pcgen.core.Main.main(Main.java:95)
> 14:57:28.560 SEVERE main Main:102 Bad main entry point in
> pcgen.gui.pcGenGUI
> java.lang.reflect.InvocationTargetException
> at java.lang.reflect.Method.invoke(libgcj.so.90)
> at pcgen.core.Main.main(Main.java:77)
> Caused by: java.lang.NoSuchMethodError: method
> java.util.regex.Pattern.quote with signature
> (Ljava.lang.String;)Ljava.lang.String; was not found.
> at pcgen.core.utils.CoreUtility.split(CoreUtility.java:490)
> at
> pcgen.core.SettingsHandler.getOptionsFromProperties(SettingsHandler.java:1114)
> at pcgen.gui.pcGenGUI.main(pcGenGUI.java:451)
> at java.lang.reflect.Method.invoke(libgcj.so.90)
> ...1 more
>
>
>
> Any help would be greatly appreciated, none of my other java
> applications are having a problem. I use RPTools inittool and
> charactertool as well as pcgen.
>