Re: Unable to compile org.apache.struts.action.Action class

2006-06-06 Thread Aiping
Hi, Using the command prompt, and navigate to the parent directory gives me the following error: C:\Program Files\apache-tomcat-5.5.17\webapps\wileystruts\WEB-INF\classes>javac wiley.LookupAction.java error: Can't read: wiley.LookupAction.java 1 error C:\Program Files\apache-tomc

Re: Unable to compile org.apache.struts.action.Action class

2006-06-06 Thread Hemant Johnson Burgula
Hi, I guess you are trying to compile the said class from Edit plus. Pls go to the command prompt and navigate to the parent directory of willy and then javac willy.filename.java. Inspite of this if you get an error class not found then we will have to look into the classpath. pls tr

Unable to compile org.apache.struts.action.Action class

2006-06-06 Thread Aiping
Hi, I am having trouble compile a file called LookupAction.java. The error is: Class wiley.LookupForm not found. Currently the LookupAction.java and LookupForm both resides in the same package "wiley". The sources code of the files used are: // LookupForm.java package wiley; import javax.