Jave EE version

With Eclipse 2.1.3 I am trying to build a project that imports javax.management.MBeanServer by using package org.apache.log4j.jmx.

For compatibility reasons I only want my machine to have java sdk 1.3.1 and have therefore removed newer versions of SDK and ensured that my classpath does not reference anything new. My classpath is as follows:C:\Programmer\JavaSoft\JRE\1.3.1_20\bin. Running java -version I get that i have runtime environment 1.3.1_20.

My problem is that i think that with this machine configuration, I should not be able to build a program that uses javax.management, as that package belongs to jdk 1.4. Nevertheless i have no trouble building...and so i am afraid that i do not really know what environment im running! Can anybody tell me what might be the reason? Thank you in advance!

[824 byte] By [AsbjornFa] at [2007-11-27 0:49:05]
# 1
...solved it myself, my Eclipse included weblogic.jar which also holds the javax.management files.
AsbjornFa at 2007-7-11 23:18:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...