• 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

installed j2ee,but cant see the splash screen of an application deployment tool

 
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i installed the s/w
then typed something like this in windows OS


what does j2ee_home mean ?? i mean what to set on J2EE_HOME
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Five seconds on Google:

http://www.itjungle.com/mpo/mpo060602-story03.html
 
Vishal Hegde
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ERROR: Set J2EE_HOME before running this script.

 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah, I got that. So set it. The article I linked to says precisely what you need to do.
 
Vishal Hegde
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to Set Java_Home to your Java Standard Edition (J2SE) SDK installation root directory (c:\jdk1.3.1_02).
and i have installed jdk1.6

isnt this thing version independent??
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
...



Use some common sense. The actual values should be where your installs are.
 
Vishal Hegde
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i did try to set it path values to it installs but stil not set :X

ssir if you can write wat to type in console window would be of gfreat help i have jdk6.0 and not jdk3 .so wil it be ok if i use jdk6
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
set J2EE_HOME=c:\path\to\install

And please don't type in "c:\path\to\install"--use the path that you installed it to.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Read the JDK installation instructions. In step 4 ("Update the PATH variable") you'll learn how to set an environment variable. Setting JAVA_HOME or J2EE_HOME goes the same way as setting PATH.
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The thing is...nobody CAN tell you exactly what to type. When you installed it, you could have installed it ANYWHERE. Without knowing where YOU installed it, it is impossible to tell you what to set your environment variable to.

The environment variable is used by your OS to know where to find your java install. So you have to set it to the correct value for where you put it when you installed it.
 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try a search for java.exe which is an "every kind of file", that might give you a hint for your path. Remember the path entry starts with the drive letter (eg C:) and ends with "bin".
 
reply
    Bookmark Topic Watch Topic
  • New Topic