Re:Dods standalone program (<<<<<<<< THIS IS AN AUTOMATED RESPONSE >>>>>>>>>)
"Kirk Yamamoto" <[email protected]> Sat, 22 Nov 2003 08:45:15 -0800
| Newsgroups | gmane.comp.java.enhydra.general |
|---|---|
| Message-ID | <[email protected]> |
<<<<<<<< THIS IS AN AUTOMATED RESPONSE >>>>>>>>> I'm out of the office until November 24th with limited access to e-mail and voice mail. For any PC or LAN Support issues, please contact the ITA Help Desk at 485-4636. For urgent matters, please contact Tuan Ngo at 485-7707. >>> "[email protected]" 11/22/03 08:41 >>> Hi everybody! I am trying to run a DODS standalone program with Netbeans 3.5. It compiles well, but when trying to run the program, the compiler says: "JVM can not find neither DODS HOME nor ENHYDRA HOME!". The program that I am trying to run is: public static void main(String[] args) { try { String fileName = "C:\\dods5.1\\output\\testando.conf"; DODS.startup(fileName); TestDO testDO = TestDO.createVirgin(); testDO.setEmail("[email protected]"); testDO.setNome("Axel Wilhelm Berle"); testDO.save(); } catch(Exception e) { e.printStackTrace(); } } Can anybody help? Thanks in advance, Axel JVM can not find neither DODS HOME nor ENHYDRA HOME! java.lang.Error: File dodsConf.xml not exists on path: 'null\build\conf' at org.enhydra.dods.Common.setConfigDir(Unknown Source) at org.enhydra.dods.Common.init(Unknown Source) at org.enhydra.dods.Common.init(Unknown Source) at org.enhydra.dods.Common.getDodsConfProperty(Unknown Source) at com.lutris.appserver.server.sql.StandardDatabaseManager.loadLogicalDatabase(Unknown Source) at com.lutris.appserver.server.sql.StandardDatabaseManager.<init>(Unknown Source) at com.lutris.appserver.server.sql.StandardDatabaseManager.newInstance(Unknown Source) at org.enhydra.dods.DODS.startup(Unknown Source) at Testando.main(Testando.java:12) Exception in thread "main" ===== Axel Wilhelm Berle e-mail: [email protected] Tel: (office) +55 16 618.0090 (mobile) +55 16 9964.6343 __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de _______________________________________________ Enhydra mailing list [email protected] http://www.enhydra.org/mailman/listinfo.cgi/enhydra