• 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

EJB Compilation --- URGENT!!!!

 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do i compile my ejb from the command prompt?
Please help me

sagar
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sagar,
Which Application server u r using. Whatever may be the application server first u can refer to the examples of that application server where they provide what environment variable we have to provide , steps for compiling and execution of EJB's.
For compilation of u r EJB's first u have to set environment variables(PATH and CLASSPATH).And then proceed further.
i am giving path of instruction files , u can refer to these files and start u r work.
For J2EE server : j2sdkee1.2-->doc-->guides-->ejb--->html folder
For weblogic :weblogic-->examples-->ejb-->basic
-->statelessSessionbean folder

Ramesh
reply
    Bookmark Topic Watch Topic
  • New Topic