View Single Post
  (#3 (permalink)) Old
aidan Offline
New Member
 
Posts: 2
Join Date: Jul 2006
Model: 7270
Default fixed - 07-26-2006, 10:18 AM

I fixed it. The problem was that the bat file that starts the MDS was generating environment variables that contained all the jar files. Then it tried to start the program unsing the contents of the variables, but instead of using %var% it used !var!.

I can't understand why they would do something like this. Anyway, I fixed it.

Thanks.