"production (not development) version of the Sun Microsystems' Java 2 platform"
Larry LeFever
Greenhorn
Joined: Jun 13, 2000
Posts: 18
posted
0
I was recently laid off, and I'm preparing to develop my solution at home. I was going to use jdk1.3 (and use its rmiregistry). A former colleague of mine (not laid off) said, on my last day at work, that he'd be willing to QA my solution on a Solaris box at work (presumably also with the jdk). So, what qualifies as a "production ... version" of the Java 2 platform, do I need to get myself one for my development at home, and, if so, then which "production ... version" should I get? Also, will I need to ensure that that colleague of mine will have access to such a "version"? ------------------
Sun-Certified Java Programmer
Matt DeLacey
Ranch Hand
Joined: Oct 12, 2000
Posts: 318
posted
0
Hey, You need to be 1.2 and above. Not sure how far up "production level" goes, but someone on here said that 1.3 is considered production as of last fall sometime. I use jdk1.2.2, jdk1.3, and jdk1.3.0_01 and see no differences between them and I feel reasonably sure all are within the scope of "production version" With Respect, Matt DeLacey