• 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

J2EE RI

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was going through "Heat First EJB" , so need to install my RI properly.
I am just a newbie got stuck while making J2EE run.

My jdk 6 is installed in C:\Program Files\Java
So , I set JAVA_HOME variable to C:\Program Files\Java

my J2EE is installed in C:\j2sdkee1.3.1
So, I have set J2EE_Home to C:\j2sdkee1.3.1

I have also put C:\j2sdkee1.3.1\lib\j2ee.jar to the CLASSPATH

now I get the following error when executing > j2ee -verbose

Error :

'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

can any one help me out please.

Thanks in Advance.
 
Tirthankar Mukherjee
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And forgot to mention

J2EE bin i.e. C:\j2sdkee1.3.1\bin
and as my jdk bin os also in the path

is also included in my path
 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need some ".." when setting JAVA_HOME because your path contains blanks.
 
We can fix it! We just need some baling wire, some WD-40, a bit of duct tape and this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic