Since I failed to compile the Interest sample program in jdk1.2.2 and could you tell me which *jar files is additional to jdk1.2.2 runtime environment? While I switch to jdk1.3 and set the JAVA_HOME=/jdk1.3, but compiled with the jdk1.2.2/bin/javac and it will fail while the compiler just look into the jdk1.2.2 runtime *jar file. So, make sure to use the match version of the compiler to avoid the problem I had. - Mike Jau -----Original Message----- From: JbossKnut [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 2:05 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Which Jar file contains the javax.rmi.PortableRemoteObject class Check the rt.jar under jdk1.3..... :-) ----- Original Message ----- From: "Mike Jau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 7:27 PM Subject: [JBoss-user] Which Jar file contains the javax.rmi.PortableRemoteObject class > Hi, > > I am trying to compile the "Interest" sample from the shipped Makfile and > has the following error output > > javac -classpath "/jboss/dist/lib/ext/ejb2.0.jar;." InterestClient.java > InterestClient.java:4: Class javax.rmi.PortableRemoteObject not found in > import > > Then I try to find this "javax.rmi.PortableRemoteObject" from all the jar > files from jdk1.3 and jboss/dist/lib/*.jar and jboss/dist/ext/*.jar, but I > was unable to find it. Could anyone tell me which jar file is missing and > where can I download from? > > Thanks! > > - Mike Jau > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > http://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user