• 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

How to set Classpath in MetaInf of EJB-Jar with JBuilder

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I've got JBuilder6 and I'm not able to find a property to set the Classpath Entry of the MetaInf.MF File included in EJB.jar.
PLEASE HELP ME :-) I've got no idea where to look for any more.
Thanks for helping
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess your are talking about MANIFEST.MF,you need to add an Class-Path entry as shown below in an example
Class-Path: buy.jar sell.jar
 
Kip Dekan
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes of course. ;-)
I'm still looking for a solution.
So my temporary solution was to write a script using the
>jar umf filename EJBName< command.
But we will use it as temporary solution and not as final solution if it would be possible to generate it automatically when building the JAR.
 
reply
    Bookmark Topic Watch Topic
  • New Topic