Java DB

View: New views
4 Messages — Rating Filter:   Alert me  

Java DB

by kb2tfa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.





Re: Java DB

by Haulyn R. Jason :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I do not know that is your mean, I had never try to use desktop
application with database, but if you want to release your project,
just compile and build, then run your application with : java -jar
your.jar.

On Sun, Nov 1, 2009 at 11:00 AM, kb2tfa <ronaldguilmet@...> wrote:

> 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.
>
>
>
>
>



--
Many thanks!

Haulyn Microproduction

You can access me with the following ways:
Location: Shandong Jinan Shumagang 6H-8, 250000
Mobile: +086-15864011231
email: saharabear@..., hmp.haulyn@...
website: http://haulynjason.net
gtalk: saharabear@...
skype: saharabear
QQ: 378606292
persional Twitter: http://twitter.com/saharabear
persional Linkedin: http://www.linkedin.com/in/haulyn
Haulyn Microproduction Twitter: http://twitter.com/haulynmp


Haulyn Jason

Java DB

by kb2tfa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thanks, I tried that already. it won't work outside of netbeans





RE: Java DB

by Sarwate, Saurabh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.