Hi All,
I have created a file which stores Java objects in serialized form in a java application on MacOS 10.0.4 version. There is no problem in reading or writing of this serialized file on MacOS 10.0.4.
But when I open the same file in my java application on MacOS 10.1 there is a problem in reading it and following Exception occered:-
java.lang.ClassNotFoundException: com.apple.mrj.internal.awt.ThemeTextColor
When I checked my application which is 100% pure java application I found that the above mentioned class is no where used in my application and same program is running very well on window system.
Could some one tell me the reason of abobe problm?????????
is java source code on MacOS 10.1 not compatible with that of MacOS 10.1 and some classes missing in java source code on Mac or is ther some other problem??????
Gaurav