• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HI Friends

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not able to compile Java file ...
I am just a beginner in sturts ... Please let me know why this error is happening ...
i've set the classpath
C:\opt\tomcat\webapps\mom\WEB-INF\classes>SET CLASSPATH=%CLASSPATH%;E:\jakarta-s
truts-1.1\jakarta-struts-1.1\lib\struts.jar;
C:\opt\tomcat\webapps\mom\WEB-INF\classes>javac *.java
SubmitForm.java:6: cannot resolve symbol
symbol : class ActionForm
location: class hansen.playground.SubmitForm
public final class SubmitForm extends ActionForm {
^
1 error

Kindly Reply me at sandoo4925@hotmail.com
 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And did you remember to:
import [package].ActionForm;
?


Kindly Reply me at sandoo4925@hotmail.com


No, that's not the way it's done.
[ February 26, 2004: Message edited by: Billybob Marshall ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic