Results 1 to 6 of 6
- 05-13-2012, 07:34 AM #1
Member
- Join Date
- May 2012
- Posts
- 3
- Rep Power
- 0
I need to know if the JDK is enough
I've installed the JDK and I'm writing applets that I can execute from the command line. But I want to make double-clickable, stand-alone windows applications that can interact with a database. Can I make this with a simple text-editor and a command-line compiler, or do I need some sort of IDE?
- 05-13-2012, 07:41 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,404
- Blog Entries
- 7
- Rep Power
- 17
Re: I need to know if the JDK is enough
Yep, the JDK and a decent text editor are enough and most people here advise you to use them because an IDE (Eclipse, Netbeans etc) do many things behind you back which can be a blessing if you already know what you're doing.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 05-13-2012, 07:47 AM #3
Member
- Join Date
- May 2012
- Posts
- 3
- Rep Power
- 0
Re: I need to know if the JDK is enough
Does it have its own DBMS or does it need to operate in conjunction with an externally created database, like Access?
- 05-13-2012, 08:02 AM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,404
- Blog Entries
- 7
- Rep Power
- 17
Re: I need to know if the JDK is enough
When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 05-13-2012, 08:43 AM #5
Member
- Join Date
- May 2012
- Posts
- 3
- Rep Power
- 0
Re: I need to know if the JDK is enough
Thanks! I found a short tutorial for getting started with Derby as well. Java databasing with Derby • The Register
- 05-13-2012, 08:56 AM #6
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,404
- Blog Entries
- 7
- Rep Power
- 17
Re: I need to know if the JDK is enough
Yep, and here's its home page.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks