View Single Post
Posts: 19 | Thanked: 12 times | Joined on Feb 2008 @ Cologne, Germany
#2
Disclaimer: Never used that stuff, BUT SUN's java would fail as well here. Try

cacao -cp /path/to/jar:. YourClassName

Note the ":." to append the current directory to the classpath.

Hope that helps?

Edit: On a sidenote: Setting the classpath via an environment variable is frowned upon in the java world. Stick to the parameters ;-)

Last edited by darklajid; 2008-07-28 at 09:21. Reason: Addition regarding classpath setting