View Single Post
  #62  
Old March 4th, 2004, 05:07 PM
Saber Cherry's Avatar

Saber Cherry Saber Cherry is offline
Major General
 
Join Date: Oct 2003
Location: Crystal Tokyo
Posts: 2,453
Thanks: 0
Thanked 0 Times in 0 Posts
Saber Cherry is on a distinguished road
Default Re: Combat Simulator Released!

Quote:
Originally posted by Goad:
Seems you hardcoded your path separator instead of using Java System.getProperty ("file.separator").

tsk.

Mac people, do this in terminal:

sed "s@Data\\@Data/@g" Data.class > Data.class.new; mv Data.class.new Data.class
Woah, I'll have to change that. Sorry...

I had no idea the path was specified (in Java) in a different way for different OSes.
__________________
Cherry
Reply With Quote