• 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

Setting oc4j in winnt

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could anyone help me with this..
T've tried a few times..but failed...
thanks
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jung,
I have installed OC4J stand-alone version 9.0.3 on Windows 2000 with JDK 1.3.1
All I did was unzip the ZIP file -- that I downloaded from Oracle's "Technet" site:
http://technet.oracle.com
And then navigated to the subdirectory ("j2ee\home") containing the "oc4j.jar" file -- on my machine this is:
C:\oc4j\j2ee\home
And then typed the following command:
java -jar oc4j.jar -install
It prompts you to enter a password for the "admin" user.
And that's it!
What did you do, and where did it fail for you, and what error messages did you get? Also, what version of OC4J are you trying to install and what JDK version are you using?
Good Luck,
Avi.
reply
    Bookmark Topic Watch Topic
  • New Topic