JAVA_HOME and PLUGIN_HOME

howdy, im a linux n00b, and just started a java class in school.
i am running ubuntu atm, and so far ive found most of it pretty user friendly.
im trying to run java_vm but i get an error:
"java_vm process: You need to set both JAVA_HOME and PLUGIN_HOME"
does anyone know what i need to do to fix this?
thanks

They are environment variables you need to set
set | fgrep -e PLUGIN_HOME -e JAVA_HOME

Similar Messages

  • How to set JAVA_HOME and ANT_HOME in OSX 10.9.5

    Hi
    recently we moved to 10.9.5 and i dnt see .profile file at home. can you please let me know how to set up JAVA_HOME and ANT_HOME
    when ever i set those at termanil with export commands . those are getting vanished after closing the terminal. pls let me know how to set up PATHs at 10.9.5.
    since i dnt see the profile file.
    Thanks
    Pasunoori

    Modify .bash_profile.

  • JAVA_HOME and JDK

    Hi,
    I installed the Java SDK a while ago, how do I check that I have the JDK with it? The reason why I ask is because I want to set the JAVA_HOME variable and not sure where I must map it to? When I installed the SDK it installed everything under C:\Sun\SDK\. I am running Windows XP.
    What are environmental variables used for? I am a C# developer and I am new to this Java setup.
    Regards
    Brendan

    The compiler with the JDK is called javac and the JVM is invoked with java. You'll find both under the bin directory of your SDK installation.
    The JAVA_HOME variable points to your JDK directoryso it'll be the path that you've given. The PATH variable should point to the bin directory under JAVA_HOME so that you can run javac and java and the CLASSPATH variable should be '.' unless you need to add anything else ( like Tomcat's servlet-api.jar).
    This link[1] should help you out loads.
    [1] http://ist.berkeley.edu/as/ag/technology/howto/install-java-sdk-win.html
    Edited by: nogoodatcoding on Oct 20, 2007 10:39 PM

  • How I can set up CLASSPATH and JAVA_HOME and change default JAVA_HOME

    Hi all!
    I am new in Solaris world.
    I have installed jdk1.3.1 for Solaris.
    But default java version is 1.2.1.
    How can I set up CLASSPATH and JAVA_HOME.
    How I can change default setting.
    I need to know a name of configuration file and where can I find it?
    default java

    See code sample 3 at http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/helloweb.html
    See also, the selection components row in the table under http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/helloweb.html
    It says
    One way to preselect items is to call setSelectedValue(Object[]) or setSelectedValue(Object) from the prerender() method. You pass in the return values of the items that you want preselected. Be sure to verify that getSelected() returns null before setting the default options, or you will overwrite the user's selections on a post-back.

  • Environment variable JAVA_HOME and ANT

    Hi,
    I have one parent parent.xml ant file that calls another build.xml files (task <ant>). Each build.xml file uses <javac> but needs to compile with another java version: 1.4 and 5 (defualt in system is JAVA_HOME=java1.4)
    I tried this command:
    <property environment="env"/>
    <ant antfile="build.xml" dir="${my_dir}" target="compile.debug">
      <property name="env.JAVA_HOME" value="c:\jdk1.5.0_05"/>
    </ant>But it seem it doesn't work. The compilation of project in ${my_dir} directory fails because of using 1.4 java compiler.
    Has anybody any idea, plz?

    how about j2ee.bat?

  • JAVA_HOME and CLASSPATH

    Hi to everybody,
    I just installed tomcat 4.1 and JDK 1.4.2.
    I can see the welcome page of tomcat and some example run perfectly.
    I cannot see the Hello.jsp page the usual simple page (see the error msg below).
    "bin" directory of JDK is in C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin
    "lib" directory of tomcat is in C:Programmi\Apache Group\Tomcat 4.1\common\lib
    "Hello.jsp" is in C:\Programmi\Apache Group\Tomcat 4.1\webapps\ROOT\w-web (I create w-web directory)
    I set the following environment variable:
    JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2 ---> Is it correct?
    path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\WbemC:\Program Files\j2sdk_nb\j2sdk1.4.2;C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin ---> is it correct?
    CLASSPATH=.;C:\Programmi\Apache Group\Tomcat 4.1\common\lib\servlet.jar;C:\Programmi\Apache Group\Tomcat 4.1\webapps\ROOT\w-web
    Is correct to set them in that way?
    thanks in advance and bye Davide
    =========================ERROR MESSAGE===================================
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    ============================================================================

    in the console shell the error message reported is:
    unable to find javac compiler;
    com.sun.tools.javac.Main is not in the classpath.
    Perhaps JAVA_HOME does not point the JDK
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:969)
    Hi to everybody,
    I just installed tomcat 4.1 and JDK 1.4.2.
    I can see the welcome page of tomcat and some example
    run perfectly.
    I cannot see the Hello.jsp page the usual simple page
    (see the error msg below).
    "bin" directory of JDK is in C:\Program
    Files\j2sdk_nb\j2sdk1.4.2\bin
    "lib" directory of tomcat is in C:Programmi\Apache
    Group\Tomcat 4.1\common\lib
    "Hello.jsp" is in C:\Programmi\Apache Group\Tomcat
    4.1\webapps\ROOT\w-web (I create w-web directory)
    I set the following environment variable:
    JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
    ---> Is it correct?
    path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy
    tem32\WbemC:\Program
    Files\j2sdk_nb\j2sdk1.4.2;C:\Program
    Files\j2sdk_nb\j2sdk1.4.2\bin ---> is it correct?
    CLASSPATH=.;C:\Programmi\Apache Group\Tomcat
    4.1\common\lib\servlet.jar;C:\Programmi\Apache
    Group\Tomcat 4.1\webapps\ROOT\w-web
    Is correct to set them in that way?
    thanks in advance and bye Davide
    =========================ERROR
    MESSAGE===================================
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error
    () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile
    class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    =======================================================
    ====================

  • Oracle Application Server 10.1.3.5 and SSL

    Hi,
    We want to use SSL in combination with Oracle Application Server 10.1.3.5. I installed Oracle Application Server 10.1.3.5 on Windows 2008R2 64 bit. After that I installed 64 bit java(jdk-6-26-windows-x64.exe) to run jvm in 64bit. I'm facing the following problem. The wallet manager won't run on Windows 2008R2 64bit because we're using 64bit jdk. There is also a commandline version; mkwallet. When I start this up it says "Oracle Wallet Commandline tool for 32bit Windows" I also can't create a certificate or certificate request. When I install a 32bit java version I also get a different JAVA_HOME, and that I don't want.
    What if I install Oracle Application Server 10.1.3.5 on a 32bit OS and use there also a 32bit jdk, then use wallet manager to generate a certificate? Can I than use this wallet on the 64bit windows and 64bit jdk?
    What other options are there available in this situation to use SSL? Is for example keytool from java an option?
    Kind regards,
    Herman
    Edited by: user1950921 on 21-nov-2011 3:59

    Hi,
    Here an update on this situation. I installed Oracle SOA Suite 10.1.3.5 on Windows 2008r2 64bit in a seperate environment. After that I installed the 32bit version of the jdk we used in the test and production environment. In the seperate environment I can startup Oracle Wallet Manager. Here I created a certificate request and then import the reply certificates from the CA. Then the wallet says "Certificate ready". In the directory where the wallet is, I put the certificate request, and the reply certificates. After that I copy the wallet-directory to the test environment(with a 64bit jdk) and in the ssl.conf file I point to the copied wallet-directory. After a restart of the app-server I got SSL.
    Edited by: user1950921 on 2-dec-2011 0:11

  • Oracle 8.1.7 and Red Hat Linux 7.1

    Hello!
    I'm trying to install Oracle 8.1.7 in one of our servers, but when invoking the ./runInstaller, the universal Installer cannot be run, it seeks for a Java Runtime Environment 1.1.8 on /bin/jre.
    I tried downloading jre1.1.8 and tried installing it on the server. After installing the jre, I included jre on the $PATH environment variable.
    I tried to re-run the universal installer, however I still encounter the same error. Are there any patches I missed to install on the linux side before installing Oracle8.1.7?
    Thanks.

    Hi.
    I'm using IBMJava118-SDKfrom rpm. You can find it there: http://www.thomasfly.com/Oranux/IBMJava118-SDK-1.1.8-5.0.i386.rpm
    After installing RPM I add JAVA_HOME and CLASSPATH in my /etc/profile. After that logout and login as oracle and run ./runInstaller. Everything work fine.
    BTW: http://www.thomasfly.com/Oranux/ -- fine manual for installing Oracle on Linux.
    Good luck.

  • How to install and use Java v1.6 in addition of v1.5 for SoaSuite?

    As far as I know the highest Java version with which SoaSuite is running is v1.5 (resp.5).
    Assume I want to (have to) use version v1.6 (for other programs on my computer):
    How can I install and use v1.6 as second Java installation ?
    If I simply install v1.6 then Oracle SoaSuite refuses to run.
    So I have to tell SoaSuite to use an older version on my hard disc.
    How can I do this?
    Is there a single point of reference for the SoaSuite which java location location to use?
    What about the environment variables JAVA_HOME and PATH?
    Or is there an entry in the Application Server settings or any batch script which must be adjusted?
    Peter

    SOA Suite is certified for Java 6.
    Look at metalink note 444462.1 which gives instructions on how to achieve this. You will need to upgrade to 10.1.3.4 though.
    Its fairly straight forward, as SOA Suite uses the JDK from the ORACLE_HOME. This can be changed by editing the opmn.xml file found in SOA_HOME/opmn/config
    Backup the original JDK in the Oracle Home and copy over the new Java 6 into the ORACLE_HOME:
    Example:
    $ cd $ORACLE_HOME
    $ mv jdk jdk.orig
    $ cp –rp <directorypath_to_java6> jdk
    Verify that the new JDK is working by executing:
    $ORACLE_HOME/jdk/bin/java -version
    cheers
    James

  • 85 cycles and battery dies after 1 minute

    Granted, my macbook is older but she only has 85 cycles.  Any reason why my computer would die in a minute after being unplugged?
    System Profile info:
    Battery Information:
      Model Information:
      Manufacturer:          DP
      Device name:          ASMB013
      Pack Lot Code:          0001
      PCB Lot Code:          0000
      Firmware Version:          0102
      Hardware Revision:          0300
      Cell Revision:          0100
      Charge Information:
      Charge remaining (mAh):          4005
      Fully charged:          Yes
      Charging:          No
      Full charge capacity (mAh):          4005
      Health Information:
      Cycle count:          85
      Condition:          Normal
      Battery Installed:          Yes
      Amperage (mA):          130
      Voltage (mV):          12522

    Hi!
    Check that all enviroment variables are complete and still in place?
    JAVA_HOME and DBMS_TYPE and so on
    Also check that all exe files are of the same version, if not, make sure they are.
    You could also try to update disp+work
    rollo

  • How to install XI and the Pre-requisties for the same?

    Hi !
    I want to install XI in my system. Can anyone tell me what are the prerequisties before installing XI and also the installation procedures ..
    Thnx,
    Laawanya

    Hi,
    as with follow this steps
    1. WINDOWS OS (PREFERABLY 2003 SERVER) ENTERPRISE SERVER WITH SUPPORT PACK 1
    2. INSTALL THE NECESSARY APPLICATIONS SUCH AS MS-OFFICE, WINZIP ETC..
    3. IF IT IS A STANDALONE SYSTEM U NEED TO CONFIGURE THE MICROSOFT LOOP BACK ADAPTER AS THE SAME SYSTEM SHOULD ACT AS BOTH CLIENT AND SERVER..
    So for this go to control panel click ADD NEW HARDWARE , there choose new hardware and click the radio button of install new hardware, and choose manually the Network Adapter there goto Microsoft LoopBack Adapter *
    4. GO TO THE RUN IN WINDOWS TYPE AS DRIVERS THERE U FIND THE DIRECTORY OF *ETC * AND FROM THERE GO TO HOSTS AND SPECIFY THE STATIC IP ADDRESS WHICH WAS CREATED IN THE ABOVE STEP AND SPECIFY THE NAME OF THE MACHINE AS SAP TRANSHOST IF IT IS A STAND ALONE SYSTEM.
    ipaddress    Name of the Machine(SAP TRANSHOST)  ==> this must be defined in the hosts file..
    5. NOW SET THE VIRTUAL PAGE REPLACEMENTS BASED ON THE RAM SIZE USED IN YOUR MACHINE THE BASIC LOGIC IS 3 TIMES MORE THAN THE ACTUAL RAM SIZE.
    *Eg: for 1GB --- 1024 * 3 so, the initial set was 3072*
    to configure this right click MY COMPUTER go to ADVANCED there again go to ADVANCED and u find the SETTINGS there u choose the Advanced there u can see the INITIAL SET specify the value based on the RAM SIZE
    6. INSTALL JAVA * J2SDK1_4_14 *   CREATE THE CLASS PATH FOR THE JAVA ..
    To configure this right click MY COMPUTER goto ENVIRONMENT VARIABLES  there create a class path, by choosing New
    Here choose Java Variable as JAVA_HOME  and Java Value as PATH OF THE BIN FILE OF INSTALLED JAVA
    7. INSTALL ORACLE 10 G  i.e  Oracle patches need to be installed.
    8. Take the BACKUPS of the CDs or DVDs in your hard disk, and the partition of the hard disk make work area to 100 GB and the dump area remaining, Now from the dump area backup go to the SAP Product  --- Installatiion Master  --- SAPINST.EXE
    when u come to the servers part, it is quite differient when compared with XI3.0 and PI7.0 and at the same time in PI we have a provision of installing the both java and abap as central instance and when u see in XI3.0 u need to sepatrately configure for both java and ABAP, as a whole in concern we dont see separately in the servers part..
    Here choose the components of Netweaver which u require while configuring the receivers part..
    Deploy the ADAPTERS by importing the XI7_0_SAP_BASIS_7.00_10_00.tpz
    9. To add support pack TCODE was SPAM (SAP Support Pack Manager).,
    10. To Create a new Client use TCODE as SCC4
    11. Check the Tcode-- SICK ( It Shows whether any dependent objects are not consistently installed)
    12. Finally download the SAP BASIS component in the IR..
    for SLD Configuration...
    SLD can be classified into 2 as
    1. Software Catalog
    2. System Catalog
    Software catalog consists with Products and Software Components.
    If u know Ms-Office we can understand better, Ms-Office is an Product in which Ms-Word and Ms-Excel and others are the components of the Ms-Office product in similar any object created in XI should store under any software component so we require a Software Component and at the same time this Software Components should be under Products, so we are creating products the hierarchy will be like this for software catalog
    PRODUCTS -
    >>> SOFTWARE COMPONENTS -
    >> NAMESPACES CREATED DURING DESIGN -
    > OBJECTS
    System Catalog consists with Techinal System and Business System
    Technical System is the physical entity but where as the Business System is the logical system of the Technical System..
    i.e an n number of business systems are created for a singel Technical system.
    Basically while developing the scenarios it is difficult to share the technical system so we develop instance of the technical system i,e a logical system.
    feel free to post any queries regarding installation..
    regards,
    Kishore

  • Java from cmd and Java called from Forms Services

    I apologize in advance if this is not place where i did must question.
    Anyway this is:
    From cmd on win xp If I run java -version I get:
    C:\Documents and Settings\Administrator>java -version
    java version "1.4.2_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
    While i installed JVM 1.6 and this is called from my forms services(OC4J)
    What I missing?
    Thanks in advance and sorry for my question

    *%JAVA_HOME\bin%* isn't the correct way to add the reference to the JAVA_HOME variable. You want *%JAVA_HOME%\bin*, notice the closing % sign comes after the name of the variable you created earlier (*JAVA_HOME*) and that causes its value to be prepended to \bin.
    Edited by: nogoodatcoding on May 18, 2009 7:33 PM

  • Java_home is not set

    dear all
    i have problem i cant install data base of primavera p6 r 8.2 i have new lap with windows 7 when i instal database the commad prompt open and there are massage java_home is not set i checked the path of variable java home by command ( cd %java_home%) and the massage was C:\Program Files\Java\jre7\bin the problem still there what can i do ???????????????????????????????????????????????????????????

    Create three java variables for P6 installation,follow the below procedure.
    I installed java in C:\Java32\ so created the variables like this;
    1) variable name: JAVA_HOME Value: c:\Java32\JRE1.6.0_27
    2) variable name: JRE_Location value: c:\Java32\jdk.1.6.0_27\jre
    3) variable name: p6_java_home value: c:\Java32\jdk.1.6.0_27

  • JAVA_HOME & CATALINA_HOME

    I just want to know how to set environment variable on JAVA_HOME
    and CATALINA_HOME on windows 2000. I tried to run the setup of
    jakarta-tomcat-4.0 but I encounter an error because of this.
    Thanks

    Go to:
    Start
    Configuration
    Control panel
    System
    Advanced
    Variable enviroment
    new
    Variable Value
    CATALINA_HOME c:\directory_name_jakarta_tomcat
    by example:
    CATALINA_HOME C:\jakarta-tomcat-4.0.3
    Here is a helpful link:
    http://www.moreservlets.com/Using-Tomcat-4.html#Catalina-Home
    Best regards,
    Mary

  • JAVA_HOME not defined

    After successfully installing Tomcat on my Windows 2000 PC (which already has JDK1.2.2 up and working) I did this in DOS:
    SET JAVA_HOME=C:\jdk1.2.2
    and DOS did not object, so I assumed it worked. (However, I'm not schooled in DOS and so I'm not sure.)
    When I double-click the Start Tomcat shortcut icon, a blank DOS window flashes momentarily, but nothing else happens.
    But when I try to start Tomcat by double-clicking startup.bat I get a dialog box with white X on a red circle which says, "Cannot find the file
    '-Djava.endorsed.dirs=' (or one of its components). Make sure the path and filename are correct and that all the required libraries are available."
    And the DOS window says:
    The JAVA_HOME environment variable is not defined
    This environment variable is needed to run this program
    Using CATALINA_BASE: ..
    Using CATALINE_HOME: ..
    Using CATALINA_TMPDIR ..\temp
    Using JAVA_HOME:
    Any suggestions would be most helpful. Thanks!!!

    For windows 2000, go to Control Panel and launch System. Then select Advanced tab and click on Environmental Variables. Add a new variable named JAVA_HOME and its associated directory.
    In the newer windows like 2000, the command prompt is not like the older windows DOS. Using SET JAVA_HOME=C:\jdk1.2.2 only sets the variable for one command prompt window.

Maybe you are looking for

  • My touch screen not working please help!!!

    I recently baught a hp touchsmart 320-1010a running windows 7 home premium and then installed a new version of windows (windows 7 ultimate 64 bit) and now the touch screen doesnt work and i have non of the hp touchsmart applications like, hp magic ca

  • Dispatch Instructions for Direct Supply from Vendor to Customer.

    Dear Experts, Our Company is Project Industry. We have implmented SAP ECC 6.0 in 2008 with SD, FI, MM, PP, QM, PS, DMS modules. In our case 70% Deliveries to customer are from direct dispatch from our vendor to Client. Steps are as follows. 1. Buyer

  • Automatic freight charges put in the stock transport order (me21n)

    hi kindly define process automatic freight condition charges in PO

  • Sql server 2005 backward compatibility

    Dear all, I have a stored procedure which use the below code and was developed in Sql server 2012. ;WITH CTE  AS     SELECT *,     ROW_NUMBER() OVER(PARTITION BY SUPPID ORDER BY JDATE ASC) AS  RCount     FROM #VDN My question is whether the same proc

  • BAPI performance low- taking too long execution time

    Hi, I am using BAPI "BAPI_MOSRVAPS_GETLIST2" for reading planned order details but its taking to long to execute (3-4 mins approx  for 3-4 products). Please suggest me how to improve the performance of it. Input for the BAPI : Import Parameters Table