|
Re: Java without runtime?
Most of the java classes are cross-platform. They have made a movement towards this recently. However, some classes must be implemented for a native operating system (sockets and windows come to mind). On the other hand, if you are distributing an executable, it isn't going to be cross platform anyway.
|