Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~5K People Reached
Favorite Forums
Favorite Tags
java x 3

3 Posted Topics

Member Avatar for sciocosmist

I'm not sure I'm following the details of the problems you are having, but more generally, have a look at the [new] "ProcessBuilder" class in the standard java API docs. It gives you better control over the command line arguments and also the working directory that the process appears to …

Member Avatar for peter_budo
0
5K
Member Avatar for George2

[I] What's the [/I][I]right way to do conditional execution without resorting to goto-ing a target with a depends= and if= clause?[/I] Unfortunately, I think that's really the way it works. I write and maintain a lot of Ant code and I've had to resort to that (double target call with …

Member Avatar for vinu09
0
210
Member Avatar for anu_dinoo

I don't know if you've posted in other forums, but Java cannot give you the things you are looking for... that's the job of the operating system itself, and that generally means you need to write it in C (which you can then link in to Java via JNI, if …

Member Avatar for lybarger999
0
97

The End.