java - Can't create a runnable jar file via Eclipse -
i made java project eclipse. project has public static void main(string[] args)
method in it. when try export runnable jar, launch configuration not include project created can't create jar project. ideas why?
try creating new launch configuration scratch:
run
->run configurations...
- right click "java application" in list on left , select
new
- on right enter descriptive name.
- in main tab browse project , search , select appropriate main class.
- close dialog.
now try exporting runnable jar again using run configuration.
Comments
Post a Comment