Results 1 to 1 of 1
Thread: java application/some questions
- 04-10-2012, 03:38 PM #1
Member
- Join Date
- Feb 2011
- Location
- Lithuania
- Posts
- 16
- Rep Power
- 0
java application/some questions
Hello,
I am going to create a Java desctop application in windows environment.
But i have some questions:
1. So my application will have some tables. I want table columns names store in configuration. Simple way is to create Config class where i store all my configuration. But is this way is appropriate? I consider having all my configuration in xml file. What is most commonly used way of doing this?
2. Suppose i have this config.xml file. How to reach this file from main class and not hardcoding this path? Is this can be done by taking value from program (?) array arguments? I mean ... void main(String [] args ){ ...
Are there any other ways?
3. How to launch that program is this by creating shortcut "javaw ... "
4. Program installation? Does Java has some installation API like "next","next" ... "finish" ?
thanks in advance.
Similar Threads
-
"CRUD"(java desktop database application) in java application posible???
By juliarjan in forum AWT / SwingReplies: 0Last Post: 11-25-2011, 06:16 AM -
Application questions (modular architecture / how to store config)
By Atikos in forum Advanced JavaReplies: 3Last Post: 12-05-2010, 04:43 PM -
Some Java questions
By vegetable69 in forum New To JavaReplies: 1Last Post: 11-29-2010, 12:47 PM -
Help in converting Java application to desktop application in Netbeans
By realahmed8 in forum AWT / SwingReplies: 3Last Post: 12-04-2009, 12:10 PM -
JAVA questions
By melody in forum New To JavaReplies: 0Last Post: 10-28-2009, 11:07 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks