• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Head First question

 
Ranch Hand
Posts: 225
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am planning to take the SCBCD, I have the Head First EJB. I am trying to execute the first EJB Advice client code. I am getting an error in AdviceHome interface.

I am getting an error on the line marked with three astericks.
Sun ONE Studio spits the following as the cause for error,
cannot resolve symbol
symbol:class Advice
location:interface headfirst.AdviceHome
Thanks.
 
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds to me like maybe it can't find a file called Advice.class. Is there one? Is it in the right place with respect to your classpath?
--Dale--
reply
    Bookmark Topic Watch Topic
  • New Topic