[quote]Broken you say
The Executable JARred version works fine locally:
http://www.geocities.com/budgetanime/anacondanet.html
[/quote]
Yes, I mean what I say. You can hard-code a path to C:\Windows(something) in a JAR, and it will āworkā when run from the command line.
But just because it runs does not mean that your code is correct. It is never ever correct to hard-code C:\ into a java program (unless you are deliberately trying to make it windows only). When you move to webstart, bad programming things like this that you were lucky enough to get away with wonāt continue to work for you.