I know this is a common issue, but i've tried many things to make this work.
Main Class name: Test
I've included a MANIFEST.MF
with Main-Class
attribute, as follows:
Main-Class: src.client.Test
Main-Class: classes.client.Test
Main-Class: client.Test
Main-Class: Test
None of the above worked.(the jar
is located in the deploy dir )
This is the contents of my project:
On my deployment profile i have included:
MANIFEST.MF
- lib directory
- All the merged content of the file's group contributor (
Test.class
, an externaljar
that i'm using )
Note: I'm using JDeveloper 12c IDE
Related posts i've tried but i couldn't make it work:
Could not find or load main class with a Jar File
Cannot run jar file: Could not find or load main class Hello