Guest.Visitor
02-12-2002, 05:53 AM
We are investigating using Java on our AS400 for new development. We are running V4R4. I am trying to call an RPG program from Java but cannot get the program to compile because it cannot find some classes. At first it could not find classes in the AS400 Toolbox. I think I have finally gotten past this problem. Now the compiler cannot find java.lang.Object. How must I set my classpath to resovle this probem? Here is the output from my compile: > javac Hello.java -classpath '/QIBM/ProdData/HTTP/Public/jt400' Hello.java:8: Superclass java.lang.Object of class com.ibm.as400.access.Hello not found. public class Hello ^ 1 error $