java compilation
compilation, cross-platform, java
Solution
Yes, it should.
However, watch out for the most common pitfalls like:
- version incompatibility (e.g. class file version, runtime environment)
- system dependent resource descriptors (e.g. file paths)
Problem
i am not a java developer so is it possible for me to develop java code on windows and then deploy the windows compiled .class files to a solaris server...would it run..