Link to home
Start Free TrialLog in
Avatar of dinesh_bali
dinesh_bali

asked on

Create Executable jar file using Oracle JDeveloper 10g

Hi,

I am working on Java Application using Oracle JDeveloper 10g

How can I make the Executable file for my project

Please Help
Avatar of Mayank S
Mayank S
Flag of India image

You should be making an executable JAR file:

http://jdevelopervss.sourceforge.net/scmguide/sce_packaging.html#deploy

You can also create it from the command-line using this:

http://java.sun.com/docs/books/tutorial/deployment/jar/
Avatar of dinesh_bali
dinesh_bali

ASKER

Thanks, I will come back soon
Sure.
Hi,

I got the option to create jar

but it does not create any jar file

What are the things I need to add in the project

It asks for Manifest file and Main class. DO we need to tell this.

Oracle Jdeveloper does not take this from the project properties

Many Thanks
ASKER CERTIFIED SOLUTION
Avatar of Mayank S
Mayank S
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks allot
Glad to.