Installing J2EE SDK on Linux

Hello I am trying to install J2EE SDK on Fedora from command line.
I downloaded J2EE 1.4 SDK 2005Q1 UR1(j2eesdk-1_4_01_2005Q1-linux.bin) and typed ./j2eesdk-1_4_01_2005Q1-linux.bin -console
I keep on getting an error. Am I missing someting? Here are the results:
Checking available disk space...
Checking Java(TM) 2 Runtime Environment...
Extracting Java(TM) 2 Runtime Environment files...
Extracting installation files...
Launching Java(TM) 2 Runtime Environment...
java.lang.UnsatisfiedLinkError: /tmp/j2eesl3hyHA/package/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:897)
at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:332)
at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:78)
at java.lang.Thread.run(Thread.java:534)
InvocationTargetException in ArchiveReader constructornull
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
at appserv.<init>(ArchiveClassLoader.java:143)
at appserv.main(ArchiveClassLoader.java:1271)
Caused by: java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
... 7 more
Target Exception Trace:
java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
at appserv.<init>(ArchiveClassLoader.java:143)
at appserv.main(ArchiveClassLoader.java:1271)
Deleting temporary files...
Thanks for your help in advance

This is probably similar to the problem described in this thread:
http://forum.java.sun.com/thread.jspa?forumID=136&threadID=526086
(i.e. headless AWT mode which is used to run J2EE installer in console mode is broken in J2SE 1.4.x).
One thing you can try, provided that J2SE issue got fixed, is to separately download and install JRE 1.5.x on this system and run installer as:
./j2eesdk-1_4_01_2005Q1-linux.bin -console -javahome <jre 1.5 install dir>

Similar Messages

  • How to install J2ee sdk 1.4

    How to install j2ee sdk 1.4......is like j2ee sdk 1.3???????????

    Download the SDK from here http://java.sun.com/j2ee/1.4/download.html#sdk follow the installation instructions.

  • Installing j2ee sdk over newer update

    If I have 118668-06 J2SE 5.0_X86: update 7 patch installed,
    will installing the j2ee sdk on top of it interfere with any of the new files?

    How did you download the JDK? Under Linux you tend to have a "default java" such that it is automatically available on the path. Did you install it successfully? When you type javac -version on the bash prompt, what do you get?

  • How to install J2EE SDK on Netbeans Bundle

    Hi:
    I tried to install three sun packages on my XP:
    1. Java Creator
    2. Netbeans 3.6 + PE bundle
    3. Sun Java System Application Server PE 8 Update 1
    The problem is that PE 8 Update 1 gives me "cli156 could not start in domain domain1" error, so I uninstalled it. My questions are:
    Because NB bundle does not have sdk samples:
    How can I install in NB bundle, J2EE 1.4 SDK Samples Update 1?
    How can I install J2EE 1.4 Platform API Documentation?
    Thank you very much,
    Blessings,
    Lorenzo Jimenez

    This would be correct, Creator bundle already contains Sun Java System Application Server 8 PE UR1 bits so there is no need to install them once again.
    As for the UR1 sample applications and API docs, they can be downloaded and installed separately - these two bundles do not have associated installer and only have to be unzipped.
    Hope this helps...

  • Fail to install J2EE SDK  1.4.02 2005 Q2

    Anyone can tell me how to install the J2EE SDK (all in one bundle) on xp sp2.
    When I install it (with no space in folder name), it failed and its log
    ERROR - default domain creation returned following exception: abnormal subprocess termination: Detailed Message:'File' is not recognized as an internal or external command,
    operable program or batch file.
    Usage: create-domain [--terse=false] [--echo=false] [--interactive=true] [--domaindir domain_directory] adminport port_number adminuser admin [--passwordfile filename ] [--instanceport port_number] [--savemasterpassword=false] [--domainproperties (name=value)[:name=value]*] domain_name
    CLI020 Operand is required.
    'File' is not recognized as an internal or external command,
    operable program or batch file.
    'File' is not recognized as an internal or external command,
    operable program or batch file.
    Usage: create-domain [--terse=false] [--echo=false] [--interactive=true] [--domaindir domain_directory] adminport port_number adminuser admin [--passwordfile filename ] [--instanceport port_number] [--savemasterpassword=false] [--domainproperties (name=value)[:name=value]*] domain_name
    CLI020 Operand is required.
    'File' is not recognized as an internal or external command,
    operable program or batch file.
    Thanks ([email protected])

    I have installed this on XP SP2 without any problems several times.
    My suggestion would be to download the bundle again and make sure you select the right one for Windows.
    The one you want is here: http://192.18.97.53/ECom/EComTicketServlet/BEGIN294E737CA32440599D51A8CB3E75FD22/-2147483648/1126766379/1/620966/620954/1126766379/2ts+/westCoastFSEND/j2eesdk-1_4_02_2005Q2-oth-JPR/j2eesdk-1_4_02_2005Q2-oth-JPR:4/j2eesdk-1_4_02_2005Q2-windows.exe
    After doing that, reboot your PC and try again. It should work fine.

  • Do I need to install J2EE 1.4 SDK if I already have J2SE 1.5.0_08 SDK?

    Currently my system installed J2SE 1.5.0_08 SDK and Java Studio Enterprise 8. My OS is Windows XP Professional Edition.
    I want to start to learn J2EE. I read the software requirement in the J2EE tutorial and it asked me to install J2EE 1.4 SDK package which contains System Application Server Platform Edition 8.2 and J2SE SDK.
    Refer to : http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
    Its quite confusing me. The question is:
    1) Do i need to install the J2EE 1.4 SDK cause I already installed J2SE SDK?
    2) I have Java Studio Enterprise 8, do i still need to install the System Application Server Platform Edition 8.2? Because i saw inside my Java Studio Enterprise 8 its contain the function to start and stop default application server. Can this be consider as the Java Application Server too?

    no i guess, since if u can start the server, why do u need to install j2ee sdk, one more thing, be carefull about the versions
    u can check the version by going to the command prompt and type
    java -version
    there it shows the version of the jvm u r using, but see that u set the java home to point to the same version even if u have different jdk's installed on the same machine
    i am not sure what other thing this j2eesdk gives besides normal things which comes with sun studio, u can always try it if u want to but be careful about the JAVA_HOME settings

  • Problem in installation of J2EE SDK 1.3

    I have installed J2EE SDK 1.3 on my machine. I have set
    J2EE_HOME=C:\j2sdkee1.3.1
    JAVA_HOME=C:\Program Files\j2sdk1.4.2_08
    and
    PATH=C:\j2sdkee1.3.1\bin
    environmental variables. All the three path seem to OK. But when I'm trying to start application server using j2ee -verbose command on my dos prompt I'm getting following error
    'C:\Program' is not recognized as an internal or external command, operable program or batch file.
    I tried j2ee -verbose command from C: prompt as well as from C:\j2sdkee1.3.1\bin prompt in which j2ee batch file is present.
    Please help/guide on above issue

    JAVA_HOME is having space character in it. Install J2SE at location where there are no spaces in the path and then try......

  • Installing j2ee in linux

    hi ,
    i am new to j2ee. how to install j2ee in linux? i have downloaded java_ee_sdk-5_05-linux-nojdk.bin. should i download anyother packages? Can anyone guide me through the installation or a site that tells a step-by-step procedure.
    Thanks in advance,
    balaji.

    And when I attempt to run the "bin" download I get the following output:
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Extracting installation files...
    *** glibc detected *** java_ee_sdk-5_05-linux-nojdk.bin: free(): invalid next size (fast): 0x0835b660 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0x6e1a96]
    /lib/libc.so.6(cfree+0x90)[0x6e4fb0]
    java_ee_sdk-5_05-linux-nojdk.bin(zipFreeEntry+0x68)[0x8051531]
    java_ee_sdk-5_05-linux-nojdk.bin(UnzipFiles+0x200)[0x804fe1a]
    java_ee_sdk-5_05-linux-nojdk.bin(main+0xa3e)[0x804e4c2]
    /lib/libc.so.6(__libc_start_main+0xdc)[0x690dec]
    java_ee_sdk-5_05-linux-nojdk.bin(dlopen+0x41)[0x804c9f5]
    ======= Memory map: ========
    00110000-00111000 r-xp 00110000 00:00 0 [vdso]
    00111000-00112000 r-xp 00000000 03:04 15204534 /usr/lib/gconv/ISO8859-1.so
    00112000-00114000 rwxp 00000000 03:04 15204534 /usr/lib/gconv/ISO8859-1.so
    00380000-00431000 r-xp 00000000 03:04 15117581 /usr/lib/libstdc++.so.5.0.7
    00431000-00437000 rwxp 000b0000 03:04 15117581 /usr/lib/libstdc++.so.5.0.7
    00437000-0043c000 rwxp 00437000 00:00 0
    0065e000-00677000 r-xp 00000000 03:04 22315103 /lib/ld-2.5.so
    00677000-00678000 r-xp 00019000 03:04 22315103 /lib/ld-2.5.so
    00678000-00679000 rwxp 0001a000 03:04 22315103 /lib/ld-2.5.so
    0067b000-007b5000 r-xp 00000000 03:04 22315842 /lib/libc-2.5.so
    007b5000-007b7000 r-xp 0013a000 03:04 22315842 /lib/libc-2.5.so
    007b7000-007b8000 rwxp 0013c000 03:04 22315842 /lib/libc-2.5.so
    007b8000-007bb000 rwxp 007b8000 00:00 0
    007bd000-007e2000 r-xp 00000000 03:04 22315843 /lib/libm-2.5.so
    007e2000-007e3000 r-xp 00024000 03:04 22315843 /lib/libm-2.5.so
    007e3000-007e4000 rwxp 00025000 03:04 22315843 /lib/libm-2.5.so
    007e6000-007e8000 r-xp 00000000 03:04 22315846 /lib/libdl-2.5.so
    007e8000-007e9000 r-xp 00001000 03:04 22315846 /lib/libdl-2.5.so
    007e9000-007ea000 rwxp 00002000 03:04 22315846 /lib/libdl-2.5.so
    00912000-00925000 r-xp 00000000 03:04 22316649 /lib/libpthread-2.5.so
    00925000-00926000 r-xp 00012000 03:04 22316649 /lib/libpthread-2.5.so
    00926000-00927000 rwxp 00013000 03:04 22316649 /lib/libpthread-2.5.so
    00927000-00929000 rwxp 00927000 00:00 0
    00a8b000-00a96000 r-xp 00000000 03:04 22315849 /lib/libgcc_s-4.1.2-20070626.so.1
    00a96000-00a97000 rwxp 0000a000 03:04 22315849 /lib/libgcc_s-4.1.2-20070626.so.1
    00c26000-00c35000 r-xp 00000000 03:04 22316615 /lib/libresolv-2.5.so
    00c35000-00c36000 r-xp 0000e000 03:04 22316615 /lib/libresolv-2.5.so
    00c36000-00c37000 rwxp 0000f000 03:04 22316615 /lib/libresolv-2.5.so
    00c37000-00c39000 rwxp 00c37000 00:00 0
    07bf8000-07bfd000 r-xp 00000000 03:04 22316641 /lib/libcrypt-2.5.so
    07bfd000-07bfe000 r-xp 00004000 03:04 22316641 /lib/libcrypt-2.5.so
    07bfe000-07bff000 rwxp 00005000 03:04 22316641 /lib/libcrypt-2.5.so
    07bff000-07c26000 rwxp 07bff000 00:00 0
    08048000-08061000 r-xp 00000000 03:04 14680238 /root/tmp/JEE/java_ee_sdk-5_05-linux-nojdk.bin
    08061000-08063000 rw-p 00018000 03:04 14680238 /root/tmp/JEE/java_ee_sdk-5_05-linux-nojdk.bin
    08350000-08389000 rw-p 08350000 00:00 0
    b7b00000-b7b21000 rw-p b7b00000 00:00 0
    b7b21000-b7c00000 ---p b7b21000 00:00 0
    b7cac000-b7cad000 rw-p b7cac000 00:00 0
    b7cad000-b7cb4000 r--s 00000000 03:04 15204611 /usr/lib/gconv/gconv-modules.cache
    b7cb4000-b7cb5000 r--p 011ca000 03:04 20582589 /usr/lib/locale/locale-archive
    b7cb5000-b7ced000 r--p 01142000 03:04 20582589 /usr/lib/locale/locale-archive
    b7ced000-b7eed000 r--p 00000000 03:04 20582589 /usr/lib/locale/locale-archive
    b7eed000-b7ef0000 rw-p b7eed000 00:00 0
    bfa4d000-bfa62000 rw-p bfa4d000 00:00 0 [stack]
    Deleting temporary files...
    And then it just hangs there ... nothing happens. What's going on here? I notice the early message:
    *** glibc detected *** java_ee_sdk-5_05-linux-nojdk.bin: free(): invalid next size (fast): 0x0835b660 ***
    Is that the cause of this problem? If yes, what is it telling me?
    Thanks.
    By the way, I have similarly been unable to install java_ee_sdk-5_03.

  • How to install j2ee 1.4 sdk , and only that nothing else

    hi guys , i am trying to install j2ee 1.4 sdk. i found the link for it on sun "http://java.sun.com/j2se/1.4.2/download.html ", and when i try to install that package . it has everything from
    app sever ,to java 2 sdk std edition to start up . etc .
    but i dont want all this , i just want j2ee sdk 1.4
    see what actully i want is j2ee sdk installation coz when i try writing my program in eclipse and when i say import javax.jms.*; it gives error coz it is not able to find the jar.
    just the way for core java we install jdk what do we install so that we can use servlet,jsp,ejb,jms etc
    please reply immediately , where do i install that stuff from
    thanks in advance

    exactly rene , i explored all of the
    "http://java.sun.com/j2ee/1.4/download.html" . i even
    downloaded " J2EE 1.4 SDK 2005Q2 UR2 " which took me
    half an hour. and when i ran the setup file , it had
    everthing from app server to jsdk 1.5 , but no where
    was j2ee sdk to be found. still exploring without any
    success :-(The "J2EE SDK" is basically nothing but the J2EE.JAR. It comes with that app server download.

  • J2EE SDK 1.4 on AMD64

    Hello All,
    I would like to run the J2EE SDK 1.4 on an AMD Opteron Server (Sun Fire - AMD) running Debian Linux. The kernel (2.6.12), the and the distribution (Debian unstable/testing) are both 64 bit versions. The J2EE SDK 1.4 is not available for this platform, so taking the base linux distribution and extracting it manually, and using the separate JDK 1.5 available specially for the AMD 64 bit installation gives this error:
    Unable to read system environment. No system environment will be used.And then the Application Server fails to startup properly. This problem has been documented in the past, see (You will note that I posted a solution for running the J2EE SDK under Debian Linux):
    http://forum.java.sun.com/thread.jspa?forumID=136&threadID=583452
    https://j2ee-sdk.dev.java.net/howtos/J2EE_SDK_Installation_HOWTO.html
    This time, though, installing the 'C++ compatibility library' is not an option. Even on the 64 bit distributions of redhat, this is still a 32 bit intel x86 library, and it is unusable on the AMD 64 architecture. There is not a separate version of this library available from redhat specifically for the 64 bit version of the AMD processor.
    Suggestions and guidance are greatly appreciated.
    Thanks,
    Adam
    Adam Just
    http://www.acjust.com

    The problem is with debian. installing j2ee in debian gives this kinda problem while j2se installs fine.
    The error in ur case is due to the fact that its unable to find the hostname.
    add <hostname> 127.0.0.1 in ur /etc/hosts file.
    It should work after that.

  • J2EE SDK 1.3.1 and OSX

    Hello,
    I would like to get the J2EE SDK installed and working under OSX. Has anyone had success in doing this? If so, I would appreciate any assistance you may have to offer.
    Thank you,
    Rob Abbe

    Well, maybe I was just being lazy ;) This turned out to be easier than I thought, but just in case someone here should ask the same question:
    Download the linux distribution of the J2EE toolkit from Sun and install it.
    Modify the JAVA_HOME variable as follows:
    JAVA_HOME=/System/Library/FrameWorks/JavaVM.framework/Versions/1.3.1/Home
    That's it! now you should be able to run the J2EE comamnd and start the app server.
    OSX is awesome, I hope people here will give it a chance. I think you will be impressed with the speed at which some of your favorite tools will run!

  • Installing J2EE 6 to fresh server

    What do I need for this? I want j2ee 6 and glassfish. I downloaded the SDK for linux but when I ran it I got this:
    Could not locate a suitable jar utility.
    Please ensure that you have Java 6 or newer installed on your system
    and accessible in your PATH or by setting JAVA_HOMEAm I supposed to install a JRE first?

    How did you download the JDK? Under Linux you tend to have a "default java" such that it is automatically available on the path. Did you install it successfully? When you type javac -version on the bash prompt, what do you get?

  • Troubles installing J2EE on Mandrake 10

    After downloading J2EE sdk I tried to install it as root as next line shows
    [linux]#./j2eesdk-1_4-linux.bin
    and the result was next line:
    ./j2eesdk-1_4-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
    Next I did download and installed libstdc++2.10-2.96-0.83mdk.i586.rpm . After that I had run as fallows with the output.
    ./j2eesdk-1_4-linux.bin
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Deleting temporary files...
    The problem is that, from here on, there was no more action, nothing happening for over 80 minuits. Obviously, something is wrong.
    Did somebody this before or some hints?

    I can get into the installation, but then I get this:
    Supply the admin user's password and override any of the other initial
    configuration settings as necessary.
    Admin User [admin] {"<" goes back, "!" exits}:
    java.lang.UnsatisfiedLinkError: no Password in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at com.sun.enterprise.installer.utilities.PasswordUtil.<clinit>(PasswordUtil.java:29)
    at com.sun.enterprise.installer.dialogs.NewConfigInfoPanel.consoleInteraction(NewConfigInfoPanel.java:932)
    at com.sun.wizards.core.IteratorLayout.cliConsoleInteraction(IteratorLayout.java:786)
    at com.sun.wizards.core.AutonextController.displayPanel(AutonextController.java:562)
    at com.sun.wizards.core.AutonextController.setCurrentPanel(AutonextController.java:486)
    at com.sun.wizards.core.IteratorLayout.setCurrentLeaf(IteratorLayout.java:618)
    at com.sun.wizards.core.IteratorLayout.next(IteratorLayout.java:982)
    at com.sun.wizards.core.WizardTreeManager.actualNextButtonPressed(WizardTreeManager.java:1344)
    at com.sun.wizards.core.WizardTreeManager.nextButtonPressed(WizardTreeManager.java:1371)
    at com.sun.wizards.core.IteratorLayout.run(IteratorLayout.java:861)
    at java.lang.Thread.run(Thread.java:534)

  • error-page not working in J2EE SDK 5 Update 1

    I recently migrated from Tomcat 5 to J2EE SDK 5 Update 1, and since, have not been able to get my custom error page working. I have verified the path to the error page by testing the link directly in a browser, but still see the default gray and white error page anytime an error occurs. This exact xml worked perfectly in tomcat 5 - am I missing something?
    I have the following in my web.xml:
      <!-- Http error -->
      <error-page>
        <error-code>500</error-code>
        <location>/error.faces</location>
      </error-page>
      <!-- java exception -->
      <error-page>
        <exception-type>java.lang.Exception</exception-type>
        <location>/error.faces</location>
      </error-page>
      <!-- page not found -->
      <error-page>
        <error-code>404</error-code>
        <location>/error.faces</location>
      </error-page>

    Hi, Here is a link from Mozilla that addresses this : http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin
    Page down to "Flash does not work properly and /or will not update."
    When you have two SWF installed the websites use the old one, not the new one. Don't ask me why, I often wonder that myself. That's why when you disabled the old one, Flash didn't work.
    Hope this solves the issue.
    Thanks,
    eidnolb

  • How to install j2ee?

    Hi! i am a novice user. I want to learn j2ee but i don't know how to download j2ee and also how to install j2ee in my windows platform. I have 4og hard disks, 128 ram and 2.0g processor(p4) pc. so please help me.

    http://java.sun.com/javaee/downloads/index.jsp
    This is the J2EE download page.
    You can download J2EE only
    OR with Sun App Server which you can deploy your J2EE application.
    OR with Netbeans IDE which help you develop your J2EE application.
    If you don't want to do tones of setting,
    I recommend you download the bundle which contains J2EE SDK + Sun App Server + Netbeans IDE.

Maybe you are looking for