Ok I created a new Java project in Eclipse with Java class and its main method. Then when doing an export - runnable jar I do not see my new project being listed in the "Launch Configurations" drop down. I can see other projects but not the newly created one.
I'm I missing something?
public class SSLTest {
public static void main(String[] args) {
}
}
Did you run SSLTest
in Eclipse? I think you need to run that class (through the Run menu) in order for Eclipse to create a launch configuration.
Go to Run as-> Run as Java Application your java file having main class. There you go -> Now you can see your project listed in "Launch Configurations" when you try to export as runnable jar file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With