How to run a class file in MAC os, compiled in XP.
Hi all,
i am compiling a java program in windows using JDK 1.5 and i am copying this file to MAC os (Panther). In Mac i am running this class file using JDK 1.4.i am getting the following exception,
Exception in thread "main" java.lang.UnsupportedClassversion error.
This is understandable, but is there any solution for this ...
Any one experienced the same problem ...
If any one comes up with a solution to solve this, plz let me know...
Thanks in advance......

