Jdk 1.1.8 instalation

After setting my paths i get the error message "JAVA EXE files path does not exist.
does anyone have a solution,
i have homewrok to be in for Monday
cheers

How did you set your paths? What was the command or which files?
If you had something like "set path=c:\jdk1.1.8\bin" in your autoexec.bat, then that should be available to any dos window (after rebooting once after setting the path). Incase you wrote that line in only one of your dos windows then it is only available for that window. Type "path" in your dos window to check if it shows the correct path.
-guru9

Similar Messages

  • If JDK 1.4 is installed Does HotSpot is installed ?

    Hi All,
    I have downloaded JDK 1.4 and installed on Windows 2000.
    Is anything do for installation of HotSpot in JVM ?

    yes; I think my other responses explained this.
    Use the site search box at the upper right to search java.sun.com for volumes of information on the subject of compilers, JRE, vm, and performance. They (Sun) have a great amount of information available.
    Searching the forums is also productive if you are trying to find out if someone has specific experiences.
    This is an example of the information avaiable:
    http://java.sun.com/docs/books/performance/

  • JDK 1.6.0_02 install failes on SUNWj6rt package

    I am trying to follow instructions on the following page.
    http://java.sun.com/javase/6/webnotes/install/jdk/install-solaris.html
    JDK 1.6.0_02 install failes on SUNWj6rt package
    I am getting "pathname does not exit" many times
    ex: ERROR: /usr/jdk/instances/jdk1.6.0/jre/lib/zi/SystemV/ETS5
    Need your help! :-)
    Thanks!

    Hi
    Oracle9i Release 2 uses 1.3 as JDK. So, you should use the same JDK version on the client if you want to develop code that should be deployed into the database. In any case, installing several JDK on the client is not a problem.
    HTH
    Chris

  • WTF ? Where's JDK ? Struggling to Install JDeveloper 11g (11.1.2.4.0)

    Hi Everyone !
    I"m struggling to re-install JDeveloper 11g (11.1.2.4.0) in my Mac OS X Mountain Lion (Version 10.8.4). Can someone please assist me with this issue ? I believe I might have ran into this, with an earlier version; but recently had computer problems and to wipe my system and upgrade my HDD and Memory. So, I'm back to square one and need to install this pursue my independent Java 7 programming self-lessons.
    If this questions seems trivial or beneath you, I apologize in advance. I'm just a newbie wishing to improve myself through the acquisition of new I.T. skills.
    God Bless.
    - Frederick

    Frederick ,
    May I know what is the error that you are encountering ? .  Hope the below info might help you
    nstallation on Mac OS
    Some additional steps are required to install JDeveloper on Mac OS beyond what is documented in the installation guide. Please refer to the installation guide (http://docs.oracle.com/cd/E26098_01/install.1112/e17074/toc.htm) for additional details on installing JDeveloper for Mac OS X.
    1. Make Java 6 the default VM.
    Run Java Preferences (in /Applications/Utilities/Java)
    Move the Java SE 6 (64 Bit) to the top of the Java application versions list (General tab)
    2. Create a symbolic link for classes.jar (requires root access)
    To enable root user:
    For Mac OS versions older than Snow Leopard, simply open the Directory Utility app from Applications - Utility
    For Mac OS versions Snow Leopard and more recent:Go to System Preferences - Users and Groups. Click Login Options, and then the Join button (enable configuration changes if necessary). Then, proceed by clicking Open Directory Utility.
    Ensure the settings are unlocked (click the lock if necessary)
    Choose Edit > Enable Root User and provide the root user password.
    Note, you can return to this same screen to disable root user after creating the symbolic link
    Create the symbolic link from a terminal session:
    Note: You may need to repeat the steps to create the symbolic link after installing a new JDK.An additional step is required to successfully run applications on Mac systems that have Java for Mac OS X 10.5 Update 4 installed (8681385):
    Open the jdev.conf file. The file is located in the MW_HOME/jdeveloper/jdev/bin/ directory.
    Add the following line to the jdev.conf file: AddVMOption -Djava.io.tmpdir=/var/tmp
    Thanks
    Sandeep

  • JDK 1.2.2_007 install on Solaris 8

    Hi,
    This isn't a programming question but more of a setup issue and I hope it is not to far off topic for this form.
    I'm responsible for testing a Java app and need to go as far back as JDK 122_07 for my testing. The box I use is an Ultra 5 running Solaris 8. When I install the JDK for 122_07 and put it in the path, I'm still getting 1.2.2_005 (the default installtion) when I do a java -fullversion. I have updated the path in /etc/profile and /etc/default/login. When I do an #echo $PATH I see /usr/jdk122_07:/usr/bin:/usr/sbin:. I could take off 122_05 but it breaks other stuff. See next question.
    When I run pkgrm to take off SUNWj2rt there are about 8 other package dependencies. The primary concern is SUNWdtnsc which is needed for Netscape.
    Even when I go into /usr/jdk122_07 and type java -fullversion I get back the 122_05 result. Looking at java in the dir I see it is linked to java_wrapper? What is that all about?
    Thanks for any nuggets.
    Gary

    Thanks Ada. This is a new install so I'll have to look at some other cause. Thanks for the reply.
    Gary

  • Uninstall SUN JDK 1.6_14 and install SUN JDK 1.6_18 for Weblogic

    My GridControl server has all of a sudden gone wild in consuming 100% of the cpu. The process was java.exe in the Middleware folder. Somebody suggested to verify the JDK and I indeed have an older version than the one recommended.
    Does anybody know where it is documented on how to uninstall and then reinstall SUN JDK 1.6_18 and have Weblogic still work afterward? (Win 2008 32 bit)
    I'd hate to reinstall the entire Gridcontrol 11g because I have the wrong jdk.
    Thanks.

    Hi,
    Uninstalling SUN JDK 1.6_14 from your Box is optional step....Most of the Servers are flexible enough ...they provide us the facility to change the JDK at any point of time...Without reinstalling the Product from the scrap....
    You can directly install SUN JDK 1.6_18 in your WebLogic Server Box. Then you need to make a small change in the *"<DOMAIN_HOME>\bin\setDomainEnv.cmd"* file ...to change the JAVA_HOME variable value...That's all.
    Next time whenever you will start your WebLogic Servers it will pick up the SUN JDK 1.6_18 version only.
    I am pasting few lines from *"setDomainEnv.cmd"*
    @REM *************************************************************************
    set WL_HOME=C:\bea103\wlserver_10.3
    for %%i in ("%WL_HOME%") do set WL_HOME=%%~fsi
    set BEA_JAVA_HOME=C:\bea103\jrockit_160_05
    <b><font color=red>set SUN_JAVA_HOME=C:\all_Jdks\JDK 1.6_18</font></b>
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dwhat.is.your.name=Jay_SenSharma
    if "%JAVA_VENDOR%"=="BEA" (
         set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
         if "%JAVA_VENDOR%"=="Sun" (
              set JAVA_HOME=%SUN_JAVA_HOME%
         ) else (
              set JAVA_VENDOR=Sun
              set JAVA_HOME=C:\bea103\jdk160_05
    @REM We need to reset the value of JAVA_HOME to get it shortened AND
    @REM we can not shorten it above because immediate variable expansion will blank it
    set JAVA_HOME=%JAVA_HOME%
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are here)

  • How do I specify JDK install directory for JDK 1.6 (silent install)

    How do I specify the JDK install directory (on Windows, and on other platforms) using silent install parameters?
    I know how to specifry the install directory for the "public install directory" for the JRE, but what about the JDK directory? I don't want to put it on the "C" drive .

    I know the answer.
    You can use something like this: jre-6-rc-windows-i586.exe /s INSTALLDIR=D:\java\jre
    Then JRE is installed into D:\java\jre
    For more information, please read: http://java.sun.com/javase/6/webnotes/install/jre/silent.html
    Best wishes.

  • JDK-7u3 fails to install

    When attempting to install JDK-7u3 it stops and give me an error:
    Product: Java(TM) SE Development Kit 7 Update 3 -- Error 1721.There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: charsets, location: C:\Program Files\Java\jdk1.7.0_03\jre\lib\, command: "C:\Program Files\Java\jdk1.7.0_03\jre\lib\\launcher.exe" "C:\Program Files\Java\jdk1.7.0_03\bin\\unpack200.exe" -r -v -l "" "C:\Program Files\Java\jdk1.7.0_03\\jre\lib\charsets.pack" "C:\Program Files\Java\jdk1.7.0_03\\jre\lib\charsets.jar"
    Vista 32bit, any help appreciated.

    Make sure you are logged in with Administrator rights and turn off any Anti-Virus Software.
    You could also try the installation in Safe mode.
    If that doesn't work, then the CD or CD drive could have problems, try copying the entire contents of the CD to your HD or just the folders you need and then point the wizard to the folder.

  • Jdk 1.4.0 install error! Please help me!

    Flatform : RedHat Linux7.1
    Program : j2sdk-1_4_0-linux-i386.bin
    I have this error after installing jdk1.4.0 and typing 'javac' :
    ===========================
    Warning: Major version number mismatch.
    Warning: Minor version number mismatch.
    Warning: Major version number mismatch.
    Warning: Minor version number mismatch.
    Warning: Major version number mismatch.
    Warning: Minor version number mismatch.
    Warning: Major version number mismatch.
    repeat...
    Why this error do occur?
    How can I complete jdk1.4 installing?

    Try using the full path for javac, e.g., $JAVA_HOME/bin/javac, and if that works then the error is due to another javac (most probably /usr/bin/javac).
    For example, if you have RedHat and both Kaffe and J2SE are installed, the /usr/bin/javac is Kaffe's and is ran first because /usr/bin comes first in $PATH.
    You just have to remove that other javac or make that a symbolic link to the other one.

  • Windows 2000/jdk 1.4.x install problems

    Neither of the installs work - the online or offline. The online version says a cab file is missing or corrupt, and the offline install process just tells me it cannot finish.
    I am on Windows 2000 server, sp 4. HELP!!

    Data1.cab. I got the update for the installer from the Windows Update site. Same problem.

  • Downloading and Installing JDK and JSDK

    I just got the book instant javaserver pages and it tells me to install JDK 1.2 for Linux and JSDK. Well I'm useing windows 98 and use IE6 mainly for a browser, so should I still download and install JDK for Linux? And the most resent version I could find on this site was 1.1.8.

    do a search on the forum top right of this page
    ill bet theirs over 10000 posts on it and getting it running
    or look to the installation forum itself
    as far as dling the right jdk if you have windows you use the windows version of the jdk the download spot
    can be a lil tough to find but the jdk is easy to install once you find it and itll make a folder under the c drive

  • WebLogic 10.3 refuses to install silently without JDK

    Hi,
    I'm trying to figure out whether the WLS 10.3 package installer needs a JRE, or a JDK, in order to install silently. When trying to install silently on Solaris SPARC (bin installation, not generic jar installation) with a silent.xml file that contains the following line:
    <data-value name="LOCAL_JVMS" value="/opt/jre160_05"/>
    I get an error saying that "/opt/jre160_05" is not a java home, and "please select an appropriate JDK".
    In the documentation (http://edocs.bea.com/common/docs103/install/prepare.html#wp1130320), this is what's written about the Java prerequisite for WLS (table 2-1):
    +"The Products installation program requires a Java run-time environment (JRE) to run. A JRE is bundled in the Windows installation program and in some UNIX installation programs (those with filenames ending in .bin). For other UNIX platforms, the installation program does not install a JDK. Filenames for these installation programs end in .jar. To run the .jar installation programs, you must have the appropriate version of the JDK installed on your system, and include the bin directory of the JDK at the beginning of the PATH variable definition. It is important that you use a JDK because the installation process assigns values to JAVA_HOME and related variables to point to the JDK directory."+
    I'm confused. Is a JRE needed, or a JDK? Please help me sort this out.
    Thanks in advance,
    Amnon

    Please remove <data-value name="LOCAL_JVMS"> tag, You are trying to install a JDK on /opt/JRE that for some reason this is being refused.
    If this don't works please show us your silent.xml file.
    Best regards.

  • JDK during Oracle 9.2.0.1 install on AIX

    Does anyone know why the Oracle installer for 9.2.0.1 AIX 5L requires specification of a '1.3.1' JDK.
    Doesn't Oracle installer use and install its own JDK?
    Does this field need to be entered with something legitimate? I have JDK 1.3.0 installed and I do not want to have another JDK installed if I can help it.
    I do not plan on running any other Java apps on this AIX machine.
    Any help would be appreciated.
    Thanks!
    -m

    最后看到一个中文帖子中的回复,心就凉了。一比较文件大小,发现是以前下载oracle 9i时下载错了 。1、Oracle9i Database Release 2 Enterprise/Standard Edition for AIX 对应4.3.3
    2、Oracle9i Database Release 2 Enterprise/Standard Edition for AIX-Based 5L systems 对应5.X以上版本
    比较一下文件名和文件的大小,我查了一下OTN上面的你看看,
    Oracle9i Database Release 2 Enterprise/Standard Edition for AIX - Based 4.3.3 Systems (64-bit)
    server_9201_AIX64_Disk1.cpio.gz (523,877,469 bytes)
    server_9201_AIX64_Disk2.cpio.gz (629,437,482 bytes)
    server_9201_AIX64_Disk3.cpio.gz (620,877,880 bytes)
    server_9201_AIX64_Disk4.cpio.gz (221,321,393 bytes)
    Oracle9i Database Release 2 Enterprise/Standard Edition for AIX- Based 5L Systems
    server_9201_AIX5L_Disk1.cpio.gz (516,923,899 bytes)
    server_9201_AIX5L_Disk2.cpio.gz (644,157,620 bytes)
    server_9201_AIX5L_Disk3.cpio.gz (618,906,723 bytes)
    server_9201_AIX5L_Disk4.cpio.gz (176,610,584 bytes)
    应该下载第二个,结果下载了第一个,(两种安装文件的文件名都相同,只能从文件大小上分别,真黑!)
    现在我先重新下载,再解压安装再看看。
    唉~~这真是血的教训,希望后面的鸟儿们引以为戒,下载时千万得看仔细了。
    I found it on a chinese forum.but it dosn't solve this prob.
    i uninstall vsd,then pass the rootpre.sh check.
    but still cannot make and link.what shall i do then?
    Edited by: user10759297 on 2009-12-2 上午3:10

  • Is JDK need to install prior to 11g Binary installation

    Hi All,
    I am planning to install 11.2.0 on Suse Linux 10. Prior to the install i checked Preinstall validation using RDA, it says :-
    Rule A00200: JDK Version
    Description
    This rule checks that the installed JDK version is JDK 5.0 update 6 or later. This is required for products like Oracle Java Database Connectivity and Oracle Call Interface drivers.
    Unmatched Actions
    JDK home is missing == Adequate
    Default Action
    Result: FAILED
    Value: JDK home is missing
    Return Value Action
    JDK bin directory is missing Install full JDK package.
    JDK compiler is missing Install full JDK package.
    ... not verified Cannot verify the version. Make sure JDK 1.5 update 6 or later is installed.
    JDK home is missing Provide correct location for JDK home.
    Need 1.5 update 6 or later Install JDK 1.5 update 6 or later Do I have to install JDK prior to 11g binary installation or oracle will take care this during the installation ?
    Thanks in advance
    Nishant

    Hi
    see this link
    https://www.oratoolkit.ch/knowledge/howto/installation/se1Srv-11g-R2-on-SLES-11.0-x86_64.php?cookies=1

  • Installing International Version of JDK

    Hello-
    I am running software which requires that the International version of JDK be installed. I can't find any documentation on how to enable this apart from needing i18n.jar in /jre/lib.
    How can I obtain and install the International version of JDK?
    I am installing this on Solari 5.9.
    Thanks very much.
    Sincerely,
    Ed S.

    When you install the current JDK, during the install you're give an opportunity to select internationa or English - the default is international.
    There's now only this one d/l.

Maybe you are looking for

  • Batch Job not Generating Spool No

    Hi Experts, We had a custom program where we are printing multiple invoice in a single go i.e all invoices for a particular sales office are printed in a single spool request. for foreground execution it is running fine. But after creating variant of

  • Unbilled Revenue Reporting - without saving simulation billing documents

    Hi, I would like to know if anyone has ever run unbilled revenue reporting successfully from BI without saving the simulation billing documents that are generated from the Mass Simulation Run? Can the information be exported to BI without saving thes

  • Do not want system to plan anything during gap period

    Hi, We have scenario where planning Gap is required for few months during the entire horizon for respective group of products. e.g. Say horizon is 1 year ( Jan to Dec. ) product A - > gap needed for July,Aug & Sep.  ( i.e. System can plan Jan to June

  • Can we execute a Powershell script from the Javascript?

    Hi, I have a certain requirement to add a Custom ribbon button in document library and there was a powershell script to be run for the selected item in the library. I have struck with executing a Powershell script from the javascript function. Can an

  • Ld.so.1: rman: fatal: relocation error:

    I am facing the below error while executing rman rman target /ld.so.1: rman: fatal: relocation error: file /u01/home/oracle/product/10.2.0.4.0/bin/rman: symbol kgskactlat_a_: referenced symbol not found Killed I tried to unset LD_LIBRARY_PATH and res