|
I think he wants to read a file line by line and then dump the output from that into a .jar file.
Is there a command prompt tool for creating jar files? i don't use java so i don't know. If there is you could use bash scripting (asuming that you have bash installed) to read the text file and then dump the output into a jar file using the command prompt tool. That's what'd i do. Not sure if there is such a tool though, so do some googling.
__________________
Profanity is the one language that all programmers understand.
Check out my Blog <---updated Nov 30 2007!
|