Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HELP: Compiling jdeveloper source files to an executable (.exe)

579025Aug 9 2007 — edited Aug 9 2007
Hey guys,

I'm trying to find a way to compile my project into an executable file so that it can run as a standalone.

I've got a few issues as i need for it to be logged into the database and also have the tables created.

At the moment, i currently go into sqlplus and create all the tables i need, then i run and compile my project from jdeveloper and it runs fine.

What i need to do is make it all into a .exe so that it can just run (i can still create the tables first, i dont mind, preferably not) and have the program working.

Any ideas?

Thanks guys.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 6 2007
Added on Aug 9 2007
1 comment
271 views