How to install J2EE on a windows machine

I am following the oracle tutorial on how to use JMS, as I am learning it, but I am having problem with J2EE. I downloaded j2ee with sdk and installed it and it gives me an unsupported platform error.
I am running 64bit Windows 7 which is supported. I can anyone help me figure out what is going on?
-Thanks

You cannot download "J2EE" as it is a specification, not an application. The "JEE SDK" you are referring to is just one of Oracle's confusing bundle downloads.
What you're talking about is the Glassfish server which delivers an implementation of the JEE 6 specification. There are many alternatives to Glassfish out there though, including JBoss, Oracle Weblogic, IBM Websphere, Apache Geronimo and more. If you must go down the Glassfish path (which is recommended if you follow some tutorial, but I wouldn't recommend following a tutorial if you intend to learn this highly complicated material) then don't mess with the "JEE SDK"; take control and install the stuff separately which is hardly rocket science. Install the latest JDK 6 release and install the latest Glassfish from here:
http://glassfish.java.net/
Be sure to pick downloads that match your CPU architecture.

Similar Messages

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

  • How to install SOA 10g on Windows 7 64-bit platform?

    Hi Friends
    How to install SOA 10g on Windows 7 64-bit platform ?
    I've downloaded the 64-bit version downloadable from OTN and able to run the irca.bat on DB 10.2.0.3 however the SOA Installer fails at BPEL Config Assistant step with errors :
    deploy-applications:
    Deploying Oracle BPEL Process Manager ...
    Copying 1 file to C:\SOA134\bpel\system\services\lib
    Copying 1 file to C:\SOA134\bpel\system\services\lib
    Copying 1 file to C:\SOA134\bpel\system\services\lib
    Updating jar: C:\SOA134\bpel\system\services\lib\orabpel.ear
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://<domain name>:6003/oc4j_soa -script C:\SOA134\bpel\system\services\install\ant-tasks/bpel_deployapps.txt
    Failed at "Could not get DeploymentManager".
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.

    Hi,
    We know now why SOA Installer fails...
    Now we need to know why you can not start OC4J properly. What do you see in the log files?
    https://forums.oracle.com/forums/ann.jspa?annID=893
    Cheers,
    Vlad

  • How to Install Oralce 8i on Windows 7

    How to Install Oralce 8i on Windows 7
    please help me to install oracle8i in windows7.it is giving error not found jrew.exe

    784182 wrote:
    I too would like to know how to install Oracle 8i on Windows 7. Most of you responding seem to think that this is a "stupid" idea. I am trying to connect to a VAX 6630 running Oracle 7. My client is a billion $ top 10 Fortune 500 multi-national company that has been in business longer than Microsoft AND Oracle put together. The VAX 6630 has been running over 20 years and the disks have been spinning just as long. This is a lot better than Microsoft can do considering they can't even put together an operating system that works for more than a couple of years. Welcome to the REAL world, pal.
    I am currently connecting to the VAX with Oracle 8i installed on Windows XP. Works great! So, putting aside all the snickering, can you answer the question or not? No time to laugh here. We have REAL world problems to solve.The VAX was a great machine with a great OS. I'm not surprised it is still humming along. Perhaps, from a pure business standpoint, this reliability is what led to the demise of DEC ... once you buy their equipment, there's little reason to spend more money with them. But all hardware fails eventually. Where do you get hardware support for this setup?
    What do you do with your real world, Fortune 500 problem when you have to ask for help from Oracle? What is their response?

  • How to install Oracle 11gR2 on Windows 7

    Hi friend;
    There are many questions about *"how we can make instalaltion on win7"*. Thatswhy i made one video tutorial which is mention *"How to install Oracle 11gR2 on Windows 7*
    Its avaliable at my blog:
    *http://heliosguneserol.wordpress.com/*
    Hope it helps who need to make this installation
    Regard
    Helios

    This question is not related to the Database Migration Assistant for Unicode (DMU). Please, post your question to one of the more appropriate forums, for example:
    General Database Discussions
    Database Installation
    -- Sergiusz

  • How to Install or Run on Windows Xp/7

    Hi, I just see the bin/kvctl for Linux.
    How to Install o Run on Windows ?

    The actual command to invoke kvlite is pretty simple. From the bottom of the kvlite script:
    java $LOGGING -cp $LIBDIR/kvstore-1.1.100.jar oracle.kv.util.kvlite.KVLite -root $KVROOT -store $KVSTORE -host $HOSTNAME -port $REGPORT $ADMINPORT
    Here is a .cmd file that you can use (it's not supported). Some of our developers run on Windows but it is not a supported platform since we don't run our qualification tests on it. It's Java code, so in theory, "it should just work".
    @ECHO OFF
    CLS
    SET RETURN_CODE=
    SETLOCAL
    echo %~dp0
    SET HERE=%CD%
    SET BINDIR=%~dp0
    cd %HERE%
    SET LIBDIR=%BINDIR%\..\lib
    SET EXAMPLEDIR=%BINDIR%\..\examples
    SET KVSTORE=kvstore
    SET HOSTNAME=127.0.0.1
    SET REGPORT=5000
    SET KVROOT=kvroot
    SET LOGGING=
    SET ADMINPORT=
    setlocal enabledelayedexpansion
    :LOOP_ARGS
    SET ARGNAME=%1
    SET ARGVALUE=%2
    IF NOT "%1"=="" (
    IF "%ARGNAME%"=="-store" (
    SET KVSTORE=%ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-port" (
    SET REGPORT=%ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-root" (
    SET KVROOT=%ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-host" (
    SET HOSTNAME=%ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-admin" (
    SET ADMINPORT=-admin %ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-logging" (
    SET LOGGING=-Djava.util.logging.config.file=%EXAMPLEDIR%
    /logging.properties
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-usage" (
    call:USAGE
    GOTO:end
    ) ELSE (
    IF "%ARGNAME%"=="-help" (
    call:USAGE
    GOTO:end
    GOTO LOOP_ARGS
    IF NOT EXIST %KVROOT% (
    MKDIR %KVROOT%
    echo Store "%KVSTORE%" starting ...
    java %LOGGING% -cp %LIBDIR%/kvstore-1.1.100.jar oracle.kv.util.kvlite.KVLite -root %KVROOT% -store %KVSTORE% -host %HOSTNAME% -port %REGPORT% %ADMINPORT%
    echo.&goto:eof
    ::-- Usage Function
    :USAGE
    echo Usage: run-kvlite.sh [-help]
    echo [-logging]
    echo [-store storeName]
    echo [-port port]
    echo [-host hostname]
    echo [-root rootDir]
    echo [-admin adminPort]
    echo -logging enables console logging
    echo -store defaults to kvstore
    echo -port defaults to 5000
    echo -host defaults to localhost
    echo -root defaults to ./kvroot and is created on demand
    :end

  • How to install hyper-v on windows 8 ?

    How to install hyper-v on windows 8 ?
    I want to install virtual PC but after some research I came to know that windows 8 no longer support virtual pc and it has been replaced by something called hyper-v.
    I just bought a Windows 8 laptop.
    I tried looking into windows on / off features (in control panel) and there is NO hyper-V.
    I know why I don't have hyper-V because after doing some research it seems like it is only available on windows 8 PRO.
    Here is comparison chart:
    http://en.wikipedia.org/wiki/Windows_8_editions#Comparison_chart
    I have Widows 8 on my laptop (NOT Windows PRO).
    Now in this situation, how to install hyper-v on my laptop ?
    Also, will I be able to run windows 7 virtually on my windows 8 laptop using hyper-v just like virtual pc ? like switching in windows between OS ? If I cannot do this and hyper-v does not work like virtual PC then I don;t think hyper-v will be useful to
    me at all and i don't wanna figure it out if it is not useful in any way ?

    Hi jeffcarter,
    To enable the Windows 8 Client Hyper-V feature, our computer needs to meet the following requirements:
    1. Hardware supports Second Level Address Translation (SLAT)
    2. 64-bit Windows 8 Pro or Enterprise.
    3. 4 GB or above of RAM.
    Therefore, it seems that your computer cannot install Hyper-V. Also, Windows Virtual PC cannot be run on Windows 8. Thanks for your understanding.
    In addition, regarding how to configure your BIOS to enable Intel VT-X, you can refer to your motherboard’s operating manual or query the vendor support for help.
    More information:
    Client Hyper-V
    Bringing Hyper-V to “Windows 8”
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

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

  • How to install external microphone on windows 8.1 hp envy 17 17-j010ep

    how to install external microphone on windows 8.1 hp envy 17 17-j010ep
    the problem is that on the device manager sounds
    it shows the external microphone but i cannot activate it, when i do activate it stays deactivated with a down arrow red

    Hi Apedrodinis,
    I understand you are having issues with the microphone using Windows 8.1 on your HP Envy 17 17-j010ep. Here is a generic document on resolving microphone and line-in problems Windows 8.
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c03421813&lc=en&product=5397916&tmp...
    Hope it helps.
    Thanks
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Hi can anyone help me how to install oracle 11gr2 in linux machine

    Hi can anyone help me how to install oracle 11gr2 in linux machine
    with some documentation or any screen shots ?

    Hello
    you can follow me article:
    Oracle desde Guatemala &amp;raquo; Blog Archive &amp;raquo; Instalar Oracle Database 12cR1 en OEL 6 con ASM
    Greetings,

  • How to install Oracle patch in windows

    Hi,
    I have installed oracle service registry and was facing below error:-
    org.idoox.wasp.WaspInternalException: java.lang.RuntimeException: Updates to config files not supported
    After searching on Oracle Support, i come to know that patch p9499508 is required for this bug.  I have downloaded the patch from oracle.
    Now i don't know how to install/use this patch . I'm using windows and installed everything on my local machine.
    Does anyone have idea on it??
    Thanks,
    Vinit

    Thanks Mathieu. I have checked 'Readme' file and followed instructions mentioned.
    But don't understand how to follow below mentioned by you:-
    Set the oracle_home where the patch will be installed.
    Use the "lsinventory" argument of opatch
    Use the "apply" argument of opatch

  • How to install the itunes on windows ME for play ipod nano

    I buy the ipod nano,but i don't know how to save the music my ipod nano by itunes,because i cannot install the disc on windows ME,PLEASE HELP

    Sorry, but itunes cant be installed onto a windows ME machine, it is too old an operating system. You can:
    1) Take the nano back if its within your stores money back time and buy another player thats compatable.
    2) Upgrade to a better OS, windows XP is usually the one thats most available.
    3) Install another player. Through one of Bruce Hoover's posts i learned of XPlay2, a free trial program downloadable from MediaFour.com that will let you do most things with your ipod that itunes would, including updating and restoring software. The only thing you cant do is buy from the itunes music store.
    Hope this helps
    P.S Thanks to Bruce Hoover for info on a previous post

  • How to install biee 11g on 64bit machine?

    Hi,
    I tried to install 11g on windows server 2008 sp2 64bit. I installed both 32bit and 64bit jdk first. Then installed biee with Software Only mode. At the step to specify middleware home, it prompted error, INST-07407: Unable to detect machine platform or JVM bits. How to install it on 64bit machine?
    Thanks,

    Hi,
    check this....OBIEE 11g + Windows 7 64bit?
    Thanks,
    Srikanth
    http://bintelligencegroup.wordpress.com/

  • How to install managed server on another machine

    Can anybody point me where I can find related installation doc?
    Thanks in advance

    I want to configure the manages servers in a windows 2000 environment......
    to do eastblish this environment, I do not want to install the weblogic on client machine(I mean developer machine). I wanted to install weblogic on one server and on a remote machines, i want to map the server(WLS) machine and do work from there.....I wonder with out installing the WLS on client machine(developer machine),..is this possible to start managed server from client machines with out installing wls on that tmachines......?, with wls installed on client machine, its working perfecr........ but can I start/stop managed servers with out wls installation on client machine ....?if so ...how..? what scripts to modify........?
    Thanks

  • How to Install J2EE server in local PC

    Hi All,
    I have j2EE server in remote. I like to install J2EE server in local PC. Can any one give some information about installation. If possible step by step.
    Thank you
    Ravi Golla

    Ravi,
    What version of Netweaver Studio did you install? Where did you get it? I haven't installed JUST studio so I'm not familiar with how it works.
    However, I know that if you install Netweaver Developer Workplace it will have a web dynpro perspective AND a local install of the J2EE engine.
    There are a lot of posts on SDN saying that you don't NEED a local engine but I disagree. I think it's imperative that a developer have a local environment to test his/her code without affecting anyone else.
    One of the arguments against that is the setup required. We've gone through this and documented a procedure for our developers and it is not that big of a deal at all.
    In my mind, the pros of a local environment far, far outweigh any additional setup.
    Plus, if you are using NWDI, getting your code to the central server(s) is fairly seamless. We have ours setup so that it automatically deploys to the dev server when we activate an activity.
    Are you an SAP Customer? If so, you can download Netweaver Developer Workplace from Service Marketplace.
    Here's a link to the Trial and Preview versions.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6
    As for not seeing the web dynpro perspective, let me ask an obvious question: did you try Window | Open Perspective? If you're not seeing Web Dynpro on that menu then I'm stumped.
    Let me know if you have any other questions.
    David.

Maybe you are looking for

  • I am having trouble watching Movies and TV shows on iPad

    I have a 16 GB iPad and I am having trouble watching TV shows I have purchased and movies on my iPad. I have deleted every app I can and deleted all my pictures , music , books etc. etc. and I am left with only the iPad apps I cannot delete and I STI

  • Cannot select Transactions in Print Invoices

    Hi, I wonder if anyone can help me with a problem we are facing when trying to Print Selected Invoices in AR. We have transactions created with print statuses set to PRINT. However, when we navigate to Print Documents > Invoices > and select Single R

  • Exports differing from timeline/weird stuff

    Hi everyone. A couple of weird little problems going on here that I thought you may have bumped into. We're running FCP 7, AJA Kona LHi cards for I/O, snow leopard. It is an education institution technically so the machines do get a fair bit of use,

  • Getting xmonad, dzen and conky to go hand in hand...

    Hello Here is my config import XMonad import XMonad.Hooks.DynamicLog import XMonad.Hooks.ManageDocks import XMonad.Util.Run import XMonad.Util.Loggers import XMonad.Util.EZConfig(additionalKeys) import System.IO main = do statuspipe <- spawnPipe "dze

  • Cant access asdm from vpn

    I am vpn'ing in to an ASA, and once I'm in, I can access everything on the lan.  However, I can not connect to the firewall with the ASDM.  Can someone check out this config and see if there is something missing? =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 201