|
-
Jar Problems with JBuilder3: thread "main" java.lang.ExceptionInInitializerError
Have been trying all day to get jbuilder to give me a functional jar file to no avail. Getting the following errors. I am sure it pertains to something not in my path or not in the jar but I can't debug it:
n:\myfiles\REM\curveFit\code\JBuilder\CurveFitGUI\comon>java -jar comon.jar
Exception in thread "main" java.lang.ExceptionInInitializerError
at jclass.chart.MultiChart.<clinit>(MultiChart.java:265)
at CurveFitGUI.Frame1.<init>(Frame1.java:38)
at CurveFitGUI.Application1.<init>(Application1.java:20)
at CurveFitGUI.Application1.main(Application1.java:45)
Caused by: java.util.MissingResourceException: Can't find bundle for base name j
class.chart.resources.LocaleInfo, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle
.java:804)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:538)
at jclass.chart.JCChartBundle.<clinit>(JCChartBundle.java:86)
... 4 more
n:\myfiles\REM\curveFit\code\JBuilder\CurveFitGUI\comon>Exception in thread "mai
n" java.lang.ExceptionInInitializerErrorthread "main" java.lang.ExceptionInIniti
alizerError
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks