HELP: Compiling jdeveloper source files to an executable (.exe)
579025Aug 9 2007 — edited Aug 9 2007Hey 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.