Dustinn Yourstone

Greenhorn
+ Follow
since Sep 16, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Dustinn Yourstone

Well, I think you can. Of cource you can just start up "cmd" and then you can set a printwriter output stream to that window and type out what you want. I have seen that done before, but I never done it myself. You could always cheat and use the Robot class though .
19 years ago
Another solution to use (I did this to dynamicly create a bunch of vars with xml) is to use things such as the Class and Field objects. I dont think what you are trying to do it actually possible the way you are thinking. You will either have to map it out in your own memory (previous solution) or dynamicly build classes like I said. You cant just make them up in thin air and expect to use them all during runtime.
19 years ago
At the end of the path var type the path to your jdk ex "C:\jdk1.4\bin"
19 years ago
Yes, check the type of data you are sending, but also you always want to try to use the get for this so you don't haveto worry about this problem.
19 years ago