• 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 Servers

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
I am on my way to install RI Server. But I encounter some troubles and look for help here :
OS Version : RHEL 5.0
JDK : 1.4.2
Issue :
I have extract and have installed under /home/john/tool/j2sdkee1.3.1. While I execute /home/john/tool/j2sdkee1.3.1/bin/j2ee,
there are error messages as below ~
./j2ee: line14: /java/re/jdk/1.3.1_02/latest/binaries/linux-i386/bin/java: No such file or directory.

Any response will be appreciated. Thanks in advance.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

/java/re/jdk/1.3.1_02/latest/binaries/linux-i386/bin/java


Is your JDK installed in this directory? I'm guessing not, since you mentioned using JDK 1.4. Try changing the J2EE script to use the proper JDK installation directory.
 
A tiny monkey bit me and I got tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic