• 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

Head First EJB: AdviceClient.java problems

 
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 trying to compile AdviceClient.java on my UBUNTU linux system using BASH. I have J2SE 1.4.2 and J2EE 1.3.
my dir structure is as per the book. When the server deployed my adviceappclient.jar, it did that on the following path
/home/amol/programs/j2sdkee1.3.1/repository/my_machine/applications

why can I not see it under projects/advice as is told in the book? Because of this, I am not able to compile AdviceClient.java the way it is told in the book. I can copy AdviceAppClient.jar into projects/advice but if there is a more intelligent way to do it, I would like to know.

please help !

My background:
I am completely new to the J2EE world. I am a Sun Cert java programmer though.

~Amol
 
reply
    Bookmark Topic Watch Topic
  • New Topic