|
Hi all. I have a problem using the javac command in the QSH environment. I set the classpath to include my package directory. When I try to compile a class, I receive the following error: /com/ShipleyPgpEdi/src/newAS400Connection.java:71: cannot resolve symbol symbol : class SystemProp location: class com.ShipleyPgpEdi.newAS400Connection SystemProp sp = new SystemProp(); ^ /com/ShipleyPgpEdi/src/newAS400Connection.java:71: cannot resolve symbol symbol : class SystemProp location: class com.ShipleyPgpEdi.newAS400Connection SystemProp sp = new SystemProp(); ^ Now, I looked at the class file SystemProp and it does exist in the package folder. I then looked at the authorities of the SystemProp class file. I changed the authorities to include PUBLIC *RWX and *ALL. I rechecked the classpath to make sure it included the package folder (where the SystemProp class resides). I even tried to use the javac command with the -classpath parameter and specified the classpath where this class file is located. All of the other imports are able to be resolved. I did not specifically import this class because the SystemProp class is in the same package as the class I am trying to compile. This is really frustrating. I made sure of the following: 1. The class file SystemProp exists. 2. PUBLIC had *RWX and *ALL authority to this class file. 3. There are no other authority issues with this class file (ie: excludes, etc). 4. The path for SystemProp exists in the classpath. 5. Both .java files specify the same package statement. What am I missing? Mike ================================ Mike Silvers AS/400 Senior Programmer/Analyst AS/400 IBM Certified RPG IV Developer AS/400 IBM Certified Solutions Expert Hainey Business Systems 8 E. Canal St Dover, PA 17315 Branch Office: (410) 397-8739 Phone: (800) 932-3380 Fax: (717) 292-9474 Web: http://www.hbs-inc.com ________________________________ Providing E-Commerce, EDI, AS/400 Development and related services nationwide. ================================
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.