« Return to Thread: Java DB

RE: Java DB

by Sarwate, Saurabh :: Rate this Message:

Reply to Author | View in Thread

Hi,
This can be done using NetBeans...
All you need to do is just check whether you have all the dependencies (Jars) when you are running that
Class outside NetBeans.
Take a look at the build.xml file that will give you more idea about what all jars are there in the classpath...

And it is perfectly fine with NetBeans, if you want to create a database application with it...
And run it somewhere else..

Regards,
Saurabh

-----Original Message-----
From: kb2tfa [mailto:ronaldguilmet@...]
Sent: Sunday, November 01, 2009 8:30 AM
To: nbusers@...
Subject: [nbusers] Java DB

not sure if this is the right place.



I'm looking to create a desktop database app. that can be complied and put on another pc that does not have the development software installed.



Can this be done with netbeans or should I look for another way. I created the cars app from the tutorials page, but it won't run outside of netbeans.




 « Return to Thread: Java DB