• 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

jboss 6 j2ee jar file?

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
there is no j2ee jar file in jboss/client folder. where is located. i'm using jboss 6.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Exactly what classes are you looking for? The various javax classes a spread out among several jboss-*.jar files. For example, for EJB 3 clients you would need jboss-ejb-api-3.1-spec.jar.
 
raj kiyare
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry for replying late. I was not online for few days. I'm learnig JEE. So ran a ejb2 app in JBoss 4 and it was working fine and I wanted to run EJB3 in JBOSS 6. but was not finding any jee jar file. so please tell me what jar files i should add for all jee apps.could you list them. what jar file i should use for what jee app. like you gave for ejb.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tell you what, I'll give you some tools you can use to do this yourself:
https://coderanch.com/t/536956/vc/find-jar-file-which-contains
 
raj kiyare
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you
reply
    Bookmark Topic Watch Topic
  • New Topic