PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

crashs on open #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Mac OS X Leopard running Java 1.5 (tried dmg as well) 

$ java -jar restclient-ui-2.3-jar-with-dependencies.jar 
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError:
java.util.Properties.stringPropertyNames()Ljava/util/Set;
    at jsyntaxpane.DefaultSyntaxKit.initKit(DefaultSyntaxKit.java:233)
    at jsyntaxpane.DefaultSyntaxKit.<clinit>(DefaultSyntaxKit.java:70)
    at
org.wiztools.restclient.ui.JSyntaxPaneScriptEditor.<init>(JSyntaxPaneScriptEdito
r.java:16)
    at
org.wiztools.restclient.ui.ScriptEditorFactory.getXMLScriptEditor(ScriptEditorFa
ctory.java:14)
    at org.wiztools.restclient.ui.RESTView.<init>(RESTView.java:91)
    at org.wiztools.restclient.ui.RESTMain.init(RESTMain.java:330)
    at org.wiztools.restclient.ui.RESTMain.<init>(RESTMain.java:69)
    at org.wiztools.restclient.ui.Main$1.run(Main.java:55)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:2
69)
    at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190
)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Original issue reported on code.google.com by GoodNat...@gmail.com on 23 Feb 2010 at 7:43

GoogleCodeExporter commented 8 years ago
I can get the 2.1 version running without a problem.  apologize for the typo in 
the
title too. 

Original comment by GoodNat...@gmail.com on 23 Feb 2010 at 7:56

GoogleCodeExporter commented 8 years ago
You can run 2.3 after installing Java 6.

Original comment by subwiz on 24 Feb 2010 at 6:42