Link to home
Start Free TrialLog in
Avatar of iskibinska
iskibinska

asked on

JAva on AS/400 using Jt classes problem

Hi I successfuly compiled and ran a simple Java program on AS/400 but when I am trying
to access  AS/400 classess (e.g AS400 class or Program Call) I am getting
an error message during compilation:

java:24: cannot resolve symbol
symbol  : class AS400                  


I changed my $CLASSPATH to point to

/QIBM/ProdData/HTTP/Public/jt400/lib and /QIBM/ProdData/OS400/Java/jdk/lib but without any
success
Avatar of Shalom Carmel
Shalom Carmel
Flag of Israel image

you need the jt400.jar or jt400ntv.jar in your classpath. I believe that these files cn be found in one of the locations you mentioned.


Avatar of iskibinska
iskibinska

ASKER

But I just said that I added those location to my $CLASSPATH
Add the jar files Explicitly
/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar
Could you please tell me how to do it ?
ASKER CERTIFIED SOLUTION
Avatar of Shalom Carmel
Shalom Carmel
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial