• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Creating runnable jar file in eclipse

 
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created a java project in eclipse. This project "ScanFiles" has only one class "ScanAttachedFiles" with main().

When I am using export option for this project, pop up window for selecting launch configuration comes up. But in the selection list, I don't see the project name of "ScanFiles" and class name "ScanAttachedFiles"

I created one project before to test some functionalities and that project comes up in selection list.

I have more than 12 projects in project explorer. I see 12 projects coming up in launch configuration selection list. Is there a limit on number of projects being displayed in selection list ? I commented two classes with main() in one project, but still both of them come up in selection list.
It looks like eclipse is not refreshing properly to take changes.
I did refresh for the ScanFiles project, but still same result.

Please let me know, whats wrong here.
I am using SpringSource IDE, which has eclipse embedded in it. I am not sure about version of eclipse.

Thanks
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic