h-tadagawa / rest-client

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

2.3beta1 crash #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download 2.3beta1 of the GUI jar
2. run as below
3. Fails as shown

What is the expected output? What do you see instead?
GUI should launch, as in 2.2 ... instead get crash

What version of the product are you using? On what operating system?
2.3beta1 on Mac OS X 10.5 (Leopard)

Please provide any additional information below.

$ java -jar restclient-ui-2.3-b1-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>(JSyntaxPaneScriptEditor.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:269)
    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 Kilohoku...@gmail.com on 4 Feb 2009 at 2:42

GoogleCodeExporter commented 8 years ago
Please use Java 6 for running RESTClient. Sorry, it was not mentioned in release
announcement.

Original comment by subwiz on 4 Feb 2009 at 5:48

GoogleCodeExporter commented 8 years ago
Switching to Java 6 for the command line client using the Utilities -> java -> 
java Preferences tool in OS X allows 
the 2.3 beta 1 to run.  (Minor issue: the splash window on launch still says 
"RestClient 2.2")

Thanks

Original comment by Kilohoku...@gmail.com on 4 Feb 2009 at 6:08

GoogleCodeExporter commented 8 years ago
Thanks for letting me know about the splash screen. I will fix it soon.

Original comment by subwiz on 4 Feb 2009 at 6:46