Hi,
I have been asked to write a java program on linux platform. According to system admin, the JRE on the linux system is GIJ, which is supposed to be compatible to JRE 1.4.2.
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-44)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- Is
gij
stable enough for commercial use? - Should I ask them to install JRE 6.0 from Sun?
- What problems should I expect if I target
gij
?
Currently I am using WinXP, JDK 6.0, and Eclipse for software development.