|
Glenn -- I'm pretty much dumbfounded here. You shouldn't need the export CLASSPATH because the JDK should be taking care of that for you with its bootstrap classloader which doesn't even look at your CLASSPATH. You might try removing that export. Short of that, I can only suggest that send me (privately, if you wish) your whole java program and I'll have a look at it and try it on my system. Does /java/com/weycogroup/whse/ATS.java use code page 819? You might want to check this in WRKLNK or Ops Navigator. The only other thing I can think of is that String has some weird encoding. You might want to look at the file in hex and make sure it looks like 53 74 72 69 6E 67. HTH, Gary > -----Original Message----- > From: java400-l-admin@midrange.com > [mailto:java400-l-admin@midrange.com] On Behalf Of Glenn Holmer > Sent: Thursday, December 27, 2001 6:01 AM > To: java400-l@midrange.com > Subject: Re: Upgrading V4R4 to JDK1.3 > > > Gary L Peskin wrote: > > > Glenn -- > > > > How are you trying to compile? Are you using javac under Qshell? > > What does your compile command look like? What is the exact error > > message that you're getting. > > > export > CLASSPATH="/QIBM/ProdData/Java400/jdk13/lib/tools.jar:/QIBM/Pr > odData/Java400/jdk13/lib/rt.jar:/java" > $ > > echo $CLASSPATH > > /QIBM/ProdData/Java400/jdk13/lib/tools.jar:/QIBM/ProdData/Java > 400/jdk13/lib/rt.jar:/java > $ > > pwd > /java/com/weycogroup/whse > $ > > javac ATS.java > ATS.java:17: cannot resolve symbol > symbol : class String > location: class com.weycogroup.whse.ATS > private String atsNo, orderNo, waveNo, billTo, shipTo, > ^ > > (28 errors like this on classes that should be found)
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.