Including sdljava in a runnable jar file
Status: Beta
Brought to you by:
ivan_ganza
Hello
I'm using sdljava to my project http://jojsticken.sourceforge.net. It works well and all but I don't know how I would go about to include sdljava in a jar file when I'm exporting it with eclipse. I tried changing the MANIFEST.INF to
Manifest-Version: 1.0
Main-Class: gui.GUIMain
Class-Path: sdljava.jar
This didn't work though, giving:
Exception in thread "main" java.lang.NoClassDefFoundError: sdljava/SDLMain
How should I do?
Thanks!