Eclipse Project Files to .exe or Runnable Jar
- by twodayslate
I am able to create the runnable jar using the export feature. However, it does not behave like it does in eclipse.
When my program first starts, launch settings are displayed. I can see this. However, when I want to actually launch the meat of the program, it doesn't show up.
It seems to not look at all my class files or something.
I have tried Far Jar but that didn't work...
I have triend JSmooth but still just ran the one frame
If I can make this a runnable jar that works or even a .exe, that would be great!