Hi,
I have a java class, which uses some of the classes of the MRJ (package com.apple.mrj). So this class can not be compiled on Windows.
So i want to compile it as native library on Mac machine, and then use its object in another java class.
Is this possible??? How ?????