i tried to get "jcommander-0.7.0" running under MacOS X. on startup "jcmd.app" i get
the message that some errors occured. in the ".log" file the following error is logged out ==>
!ENTRY org.eclipse.osgi 2007-04-07 07:29:29.172
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /Users/chris/Applications/jcommander-0.7.0/configuration/org.eclipse.osgi/bundles/25/1/.cp/libswt-pi-carbon-3138.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.carbon.OS.<clinit>(OS.java:20)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:856)
at org.eclipse.swt.widgets.Display.create(Display.java:836)
at org.eclipse.swt.graphics.Device.<init>(Device.java:118)
at org.eclipse.swt.widgets.Display.<init>(Display.java:676)
at org.eclipse.swt.widgets.Display.<init>(Display.java:667)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:394)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:155)
at org.jcommander.ui.app.PlatformRunnable.run(PlatformRunnable.java:52)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
!ENTRY org.eclipse.osgi 2007-04-07 07:29:29.181
!MESSAGE Bundle update@plugins/org.eclipse.core.resources.win32_3.1.0.jar [12] was not resolved.
!ENTRY org.eclipse.osgi 2007-04-07 07:29:29.188
!MESSAGE Bundle update@plugins/org.eclipse.update.core.win32_3.1.0.jar [35] was not resolved.
thanks in advance for any help !
greetings chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is certainly a weird error message, as if the MacOS X package would be incomplete, yet I distinctly remember people successfully getting the 0.7.0 version to run on that operating system.
hi,
i tried to get "jcommander-0.7.0" running under MacOS X. on startup "jcmd.app" i get
the message that some errors occured. in the ".log" file the following error is logged out ==>
!SESSION 2007-04-07 07:29:28.503 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_07
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=de_DE
Command-line arguments: -os macosx -ws carbon -arch ppc
!ENTRY org.eclipse.osgi 2007-04-07 07:29:29.172
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /Users/chris/Applications/jcommander-0.7.0/configuration/org.eclipse.osgi/bundles/25/1/.cp/libswt-pi-carbon-3138.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.carbon.OS.<clinit>(OS.java:20)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:856)
at org.eclipse.swt.widgets.Display.create(Display.java:836)
at org.eclipse.swt.graphics.Device.<init>(Device.java:118)
at org.eclipse.swt.widgets.Display.<init>(Display.java:676)
at org.eclipse.swt.widgets.Display.<init>(Display.java:667)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:394)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:155)
at org.jcommander.ui.app.PlatformRunnable.run(PlatformRunnable.java:52)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
!ENTRY org.eclipse.osgi 2007-04-07 07:29:29.181
!MESSAGE Bundle update@plugins/org.eclipse.core.resources.win32_3.1.0.jar [12] was not resolved.
!ENTRY org.eclipse.osgi 2007-04-07 07:29:29.188
!MESSAGE Bundle update@plugins/org.eclipse.update.core.win32_3.1.0.jar [35] was not resolved.
thanks in advance for any help !
greetings chris
Hi Chris,
This is certainly a weird error message, as if the MacOS X package would be incomplete, yet I distinctly remember people successfully getting the 0.7.0 version to run on that operating system.
As a first step, you should try the latest 0.7.1 development build to see if the problem still exists:
https://sourceforge.net/project/showfiles.php?group_id=35271&package_id=163932&release_id=492643
Please let me know how it works out.
Regards,
Robert
hi robert,
thank you. this version (0.7.1) works on my mac.
regards,
chris
Great news! You're welcome.
Regards,
Robert