• 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

Including multiple Jar

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am compiling a jar that uses librarys from another jar. (Happens to be the Jabberbeans libraries) For some reason whatever I try I cannot seem to get the system to recognize the other libraries outside of my jar. I even tried unjarring the jabberbeans.jar and including all the class files within the jar I am sending to the applet.
Things I have tried.
1.) Adding the variable Class-path: jabberbeans.jar to my Manifest file
2.) In the applet archive tag I set the archive attribute = "JimApplet.jar, jabberbeans.jar"
What am I doing wrong?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic