posted 20 years ago
I am trying to generate a Windows executable from a project we made.
The project is build using SWT and other open source tools.
Now when the project development is finished I am trying to create the
native executable from it. For this I am using "gcj"
The problem is that when I try to load a class from a JAR-s from the
classpath, it throw class not found exception.
I also tried to create a loader for the application, this was a simple class
loader that started the application. This also failed to work when searched
for the main class.
Can anybody give sugestions for this?