Thanks for this useful tool.
When running the executable jar on Windows 7 64-bit, the executable jar fails
with this exception below while the exe fails silently.
Workaround is to run a 32-bit JVM, however a n error message for the exe would
be helpful.
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)
java -jar rc-tool-SA_win32x86-1.0.2.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SW
T libraries on 64-bit JVM
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at code.google.restclient.ui.MainWindow.open(MainWindow.java:115)
at code.google.restclient.init.Launcher.main(Launcher.java:29)
Original issue reported on code.google.com by gael.mar...@gmail.com on 25 Jul 2010 at 8:45
Original issue reported on code.google.com by
gael.mar...@gmail.com
on 25 Jul 2010 at 8:45