• 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

Problems with HF Chapter 3

 
Greenhorn
Posts: 2
Mac Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone, I love all the HF books, they've helped me a lot in the past, but I can't seem to get past the first servlet compilation on ch3. Maybe somebody can help me??

I'm compiling using as the book says, but then I get some errors like


I'm kinda desperate right here, could somebody please help me?

PD: I'm on OSX 10.6.6
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the ranch.

You need the Programmer certification to do the Web Component Developer certification. You're supposed to know how to use an "import". Have you ever seen imports written the way you've written it ? Isn't it missing something ? Look again, and if you still don't see it, learn how to use imports.
 
Santiago Baldrich
Greenhorn
Posts: 2
Mac Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Christophe Verré wrote:Welcome to the ranch.

You need the Programmer certification to do the Web Component Developer certification. You're supposed to know how to use an "import". Have you ever seen imports written the way you've written it ? Isn't it missing something ? Look again, and if you still don't see it, learn how to use imports.



No, not looking for a certification. Just trying to learn for school. Thanks for your kindness and support.
 
Christophe Verré
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So you're asking in the wrong forum Don't worry, this happens all the time. I'm moving this thread from SCWCD to "Beginning Java".

Did you understand how the "import" should be used ?
 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Santiago Baldrich wrote:No, not looking for a certification. Just trying to learn for school. Thanks for your kindness and support.


Even then it's wise to first learn the basics before moving onto a more advanced topic like servlets.
 
reply
    Bookmark Topic Watch Topic
  • New Topic