Eclipse Project Files to .exe or Runnable Jar
        Posted  
        
            by twodayslate
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by twodayslate
        
        
        
        Published on 2010-05-24T06:51:14Z
        Indexed on 
            2010/05/24
            7:11 UTC
        
        
        Read the original article
        Hit count: 314
        
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!
© Stack Overflow or respective owner