sonesay 7 Report post Posted July 20, 2008 I have been supplied with a digital log book for use this semester and it comes in the form of a .jar file and a .mdb file. I tried running it on my mac but it crashes every time but it seems to run perfectly on windows xp. Does anyone have any ideas why? I thought .jar files would be computable on any platform. Share this post Link to post Share on other sites
delivi 0 Report post Posted July 21, 2008 I think this might help you to get the JAR file running on your Machttp://www.oracle.com/technetwork/java/index.html Share this post Link to post Share on other sites
xico 0 Report post Posted July 30, 2008 I have been supplied with a digital log book for use this semester and it comes in the form of a .jar file and a .mdb file. I tried running it on my mac but it crashes every time but it seems to run perfectly on windows xp. Does anyone have any ideas why? I thought .jar files would be computable on any platform.In fact, .jar is computable on any platform, but somethings, like path Directory and serial port access it OS dependent, so the programmer has to threat these situation to work as many platform as possible Share this post Link to post Share on other sites
Erdemir 0 Report post Posted July 30, 2008 Java is compatible on any platform but only when there is a Java Virtual Machine running on the platform. For example in Windows XP, to run java programs you need to setup Java Virtual Machine (JVM) can be found in Sun.com. There different types of JVM, find one which can run on Mac. Good luck... Share this post Link to post Share on other sites