Java - compiling ok - running application fails

Building, compiling, or debugging issues

Java - compiling ok - running application fails

Postby dumbo » Mon Jan 30, 2006 10:52 pm

:x
Compiling a simple jdbc application is ok with UEStudio.
Running the application fails complaining that it cannot find the database.properties file (this only contains some initialization data for the jdbc connection).
This file, database.properties, is added to the project though.
Note that the same application with the same database.properties file runs
as a charm in Textpad.

Has somebody details with compiling/running java in UEStudio ?
Does a detailed manual exist ?
Already spent hooouuurs on this (and not doing java ...)

Any help really appreciated.

Cheers,
dumbo
 

Re: Java - compiling ok - running application fails

Postby wuyou125 » Sat Mar 18, 2006 2:23 am

So do I. I have the same problem, even compile the "hello world!" programme with java.
If sombody has the correct method to configure it, please post. Really appreciated.
I'm sorry for the poor English.
User avatar
wuyou125
Newbie
 
Posts: 1
Joined: Fri Mar 17, 2006 12:00 am

Re: Java - compiling ok - running application fails

Postby stepmaster » Mon Apr 16, 2007 2:27 pm

Under Advanced Tool Configuration I setup a new command called Java compile

In the Command Line box I put javac -g:none "%f"

Working directory: I used the directory where my .java programs are located


Options Tab
Dos Program
Check Save Active File

Output Tab
Output to List Box
Check Capture Output
No Replace
User avatar
stepmaster
Newbie
 
Posts: 1
Joined: Sun Apr 15, 2007 11:00 pm


Return to Build / Compile / Debug