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.TestMain-Class: classes.client.TestMain-Class: client.TestMain-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 externaljarthat 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