Quote:
Zooko said:So much for that whole "Write Once, Run Anywhere" idea. :-/
|
This isn't the first time I had trouble with Macs. Before, I found out that Macs use a different director separator than Windows (Windows uses "\").
However, your problem is not OS-related, I think, but rather the fact that I compiled it in Java 5.0 and you are running it in Java 4.2. 5.0 makes some major changes.
Hopefully, if you go here:
http://java.sun.com/j2se/1.5.0/download.jsp
And click on this link: "Download JRE for Other Platforms"
And install it, it will run.
Edit. P.S. Thanks for posting the complete error message and version information!