Results 1 to 13 of 13
Thread: help with library sub system
- 07-02-2010, 10:22 AM #1
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
help with library sub system
i am developing a book borrowing system for my project in school, and i am planning to use Java (for portability). It's gotta be a LAN-based system.
What software should I be installing in my PC to start programming, like a database software and and IDE perhaps?[why are you annoyed with my sig?]
- 07-03-2010, 03:02 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
JDK latest version, a web server (Apache I'm using), any IDE you prefer. That's all you need.
- 07-03-2010, 03:02 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 07-03-2010, 03:23 PM #4
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
thanks...but it won't be a web based system..just LAN based..so i'm expecting for an executable?something like that?
[why are you annoyed with my sig?]
- 07-08-2010, 10:32 AM #5
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
okay, i got mysql, mysql-java connector, netbeans, that's it..thanks
[why are you annoyed with my sig?]
- 07-08-2010, 01:55 PM #6
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,403
- Blog Entries
- 7
- Rep Power
- 17
Why don't yo use Derby/JavaDB? It comes bundled with your Java 1.6 JDK distribution with all the manuals and drivers. It is a complete relational database management system with ISO 1992 compliant SQL implemented. Why don't people check what they have downloaded and installed?
kind regards,
Jos
- 07-09-2010, 04:20 AM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Agreed with you Jos. Please just install looking at the name only. But not worried about the details on that bundle, basically most of the time not even open and read the release note.
- 07-11-2010, 10:56 AM #8
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
oh, those things are what i'm looking for..gotta see..
[why are you annoyed with my sig?]
- 07-11-2010, 11:10 AM #9
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,403
- Blog Entries
- 7
- Rep Power
- 17
If you're talking about Derby/JavaDB, installing it is extremely easy: simply put the derby.jar in your JRE/lib/ext directory and load the proper driver (the embedded one most probably). Don't forget to append ";create=true" to your URL the first time you use the database system because you don't have a database yet (it doesn't harm to leave it in your URL the next time because it won't recreate a database if you already have it).
kind regards,
Jos
- 07-11-2010, 11:20 AM #10
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
ok..thanks
[why are you annoyed with my sig?]
- 07-12-2010, 02:34 AM #11
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
@OP, if you satisfied with the solution here for your question, you can mark the thread solved. It's really helpful to all others looking into your thread.
- 07-12-2010, 08:13 AM #12
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
ok..thanks just a newbie..:)
[why are you annoyed with my sig?]
- 07-12-2010, 10:58 AM #13
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
Error when loading unix shared library with function System.loadLibrary()
By cartoon_20 in forum Advanced JavaReplies: 0Last Post: 04-28-2010, 12:32 PM -
I want to put the native library in library path in mac os x
By Hussain Ali in forum Advanced JavaReplies: 2Last Post: 02-24-2010, 07:55 AM -
Convert Cartesian coordinate system into java coordinate system?
By 123 in forum Java 2DReplies: 3Last Post: 02-07-2010, 08:34 PM -
Tell me jar file for library library org.bouncycastle.cms
By 82rathi.angara in forum New To JavaReplies: 10Last Post: 09-09-2008, 05:11 AM -
problem trying to log on to my video library system
By warship in forum New To JavaReplies: 0Last Post: 07-18-2007, 02:33 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks