I've just downloaded largorecipes, created "demo" and "lib" dirs, and
started it with the following error:
localhost:~/Téléchargement user$ java -jar largorecipes-0.9.2.1.jar
You appear to be running LargoRecipes with a custom classpath, or
without putting its code in a jar file, or in some other unusual
configuration. This is not the recommended way to run the program,
but it will try to carry on anyway. The preferred way to run
LargoRecipes is by double-clicking a file whose name ends in .jar, or
by typing java -jar [filename].
Using /Users/user/Te?le?chargement as the main LargoRecipes
directory.
Exception in main: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
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 com.largoguidedog.UserInterface.Main.Main.main(Unknown
Source)
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 com.largoguidedog.UserInterface.Main.Init.main(Unknown
Source)
Caused by: java.lang.NoClassDefFoundError: JSX/ObjOut
at com.largoguidedog.UserInterface.Main.Startup.startup
(Unknown Source)
... 10 more