
| | |||||||
| General Software Software is what your computer runs. Word processors, spreadsheet programs... Discuss it all here. |
Register Now for FREE! | |||||
| |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I have a java program that runs fine on my PC, but I cannot seem to get it to run on my Mac. I load a list of jar files on my PC, but on the Mac, it thinks it's a list of commands. I get a series of "command not found" errors and the thing doesn't run. If I leave off the jar files, it still doesn't run and gives me some error about arguments. Is there something special I need to do? |
| Sponsored Links | ||
| |
| |||
| I too have a MAC, running OSX 10.4 tiger... It seems very good but I too get java errors that I dont get when I am on my windows machine, I have been trying to get it working, its because it needs the MAIN class to be declared a thing that is not needed on Windows or Linux so people just leave it out, but OSX needs it... Ill post on the MAC OSX support page and maybe email Sun and see what they say... |