PriyaranjanMohapatra / rest-client

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

Exception in thread "AWT-EventQueue-0" #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running on Mac OS X Leopard 10.5.6
2. java -jar restclient-ui-2.3-jar-with-dependencies.jar
3.

What is the expected output? What do you see instead?
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)

What version of the product are you using? On what operating system?
Latest version

Original issue reported on code.google.com by jos...@gmail.com on 11 Mar 2009 at 7:01

GoogleCodeExporter commented 8 years ago
Using restclient-ui-2.3-jar-with-dependencies.jar        

Original comment by jos...@gmail.com on 11 Mar 2009 at 7:02

GoogleCodeExporter commented 8 years ago
You are using Java 5, while RESTClient 2.3 requires Java 6.

Original comment by subwiz on 11 Mar 2009 at 7:04