• 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

Jar File Dependencies - Class not Found Exception

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have written an application in WSAD and want to run it with Java Web Start. Therefore, I made the jar file of a working Client Project available for download. The client does download the files and starts behaving like a normal stand-alone client. This works up to the point where the client trys to use the classes from an EJB Project.
Question: Within WSAD, I can use all classes of an EJB Project in a Client Project. Outside, this does not work (of course). How can I make that work outside WSAD ?
Can someone help me please ? I am going to despair....

Thanks in advance,
Werner
wernerzirkel@wernerzirkel.de
 
reply
    Bookmark Topic Watch Topic
  • New Topic