PeopleTools 8.53 Linux Version PIA: JDK 7 Issues

Folks,
Hello. I am installing PeopleTools 8.53 (Linux Version) with WebLogic11gR1 Generic and Coherence (file name V29856-01) that requires JDK 7 Linux x86-64 (file name V35017-01). All files are downloaded from http://www.edelivery.oracle.com.
Before install WebLogic 11gR1, we need to install JDK 7. After extract v35017-01.zip in Linux, it turns into the file jdk-7u9-linux-x64.rpm.
When install the file, I get the message as below:
[root@localhost Java7_JDK_Linux_64bit]# rpm -ivh jdk-7u9-linux-x64.rpm
Preparing... ########################################### [100%]
1:jdk ########################################### [100%]
Unpacking JAR files...
rt.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_09/jre/lib/rt.pack
jsse.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_09/jre/lib/jsse.pack
charsets.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_09/jre/lib/charsets.pack
tools.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_09/lib/tools.pack
localedata.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_09/jre/lib/ext/localedata.pack
[root@localhost Java7_JDK_Linux_64bit]#
Some folks told me the above message is a warning and can be ignored. However, I have deleted the default installation directory /usr/java and install it again and get the message below:
[root@localhost Java7_JDK_Linux_64bit]# ls
jdk-7u9-linux-x64.rpm V35017-01.zip
[root@localhost Java7_JDK_Linux_64bit]# rpm -ivh jdk-7u9-linux-x64.rpm
Preparing... ########################################### [100%]
package jdk-1.7.0_09-fcs is already installed
[root@localhost Java7_JDK_Linux_64bit]#
[root@localhost Java7_JDK_Linux_64bit]# rpm -ivh --prefix=/JDK7 jdk-7u9-linux-x64.rpm
Preparing... ########################################### [100%]
package jdk-1.7.0_09-fcs is already installed
[root@localhost Java7_JDK_Linux_64bit]#
The default installation directory is /usr/java, but the package jdk-1.7.0_09-fcs is not in /usr/java. I search the entire file system, but the packagejdk-1.7.0_09-fcs is not in any other directories.
My questions are:
First, the package jdk-1.7.0_09-fcs is not in any directory. Why the message says "package jdk-1.7.0_09-fcs is already installed" ?
Second, I try to install it into another location /JDK7 and get the same message as above. What's wrong ?
Third, do I need to remove entire directory /usr and then reinstall it ?
Thanks.
code formatting Message was edited by: NicolasGasparotto

Don't delete /usr or you'll be reinstalling your OS.
since you installed with rpm, you should have removed with rpm. deleting the files installed by rpm does not remove the package from the rpm database.
try doing
rpm -Uvh --force jdk-7u9-linux-x64.rpmto reinstall over top the existing package
man rpmgives you all the documentation and there is countless pieces of information available online. It sounds like you should read up on Linux Administration basics. Administering/Installing PeopleSoft requires some skill in operating systems, without them you will run into potential problems all over the place.

Similar Messages

  • Setup PeopleTools 8.53 Database Issue (Linux Version)

    Folk,
    Hello. I am installing PeopleTools 8.53 Internet Architecture. Database Server is Oracle Dabase 11gR1. OS is Oracle Linux 5.
    I have installed JDK7, WebLogic 10.3.6, Tuxedo 11gR1 and PeopleTools 8.53 successfully. But when set up PeopleTools8.53 Database in the way as below,
    I get an error message and cannot proceed.
    [user@localhost PT8.53]$ pwd
    /opt/PT8.53
    [user@localhost PT8.53]$ ls
    AppBatchDBORA     dict                        psconfig.sh     setup
    AppBatchDBWebExe  etc                         PSEMAgent       sqr
    appserv           fonts                       PSEMViewer      src
    bin               jre                         readme.txt      toolsadmin.sh
    cblbin            jre1.7.0                    scripts         utility
    ccr               log                         sdk             web
    class             PeopleTools_InstallLog.log  SecurityAddIns
    data              peopletools.properties      secvault
    [user@localhost PT8.53]$ ./psconfig.sh
    [user@localhost PT8.53]$ cd setup
    [user@localhost setup]$ ls
    ccr                     pscbl.mak                PsTestFramework
    Client                  pscbl_mf.mak             pstuxftp.txt
    dashboard               PsCIA                    psvccrt
    dbcodes.pt              psdb.sh                  ptib.jar
    dotnetredist            psdmtx.cfg               readonly.txt
    endorsed                psmkreadonly.sh          searchCobolPgms.ps
    NOTESDB                 psmkwritable.sh          soap
    nVisionDrill            PsMpCrystalInstall       unicode.cfg
    OpenXmlSDK              PsMpDbInstall            unpack_jre.sh
    parmfile                PsMpPIAInstall           UPGCOMPVIEWER
    peopletools_ab_reg.cfx  PsMpWebAppDeployInstall  WebCenter
    pkgs                    PSODBC                   writable.txt
    PsCA                    psrun.mak
    [user@localhost setup]$ cd PsMpDbInstall
    [user@localhost PsMpDbInstall]$ ls
    InstData  setup.bat  setup.sh
    [user@localhost PsMpDbInstall]$ ./setup.sh
    Setting temporary directory /tmp/IA.6736
    Executing setup.linux LAX_VM /opt/PT8.53/jre/bin/java  -DCOMP_NAME=localhost.localdomain -DPS_UMASK=0002
    Preparing to install...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    ===============================================================================
    Peoplesoft Database Configuration                (created with InstallAnywhere)
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Welcome
    Welcome to the PeopleSoft Database Configuration Wizard 8.53
    This Wizard will assist you in configuring and loading a PeopleSoft database.
    PRESS <ENTER> TO CONTINUE:
    ===============================================================================
    Error
    You must run psconfig.sh (. ./psconfig.sh) under your PS_HOME directory before
    starting the Database Configuration Wizard.
    PRESS <ENTER> TO ACCEPT THE FOLLOWING (OK):
    [user@localhost PsMpDbInstall]$
    As you see the above, I have run ./psconfig.sh in the directory /opt/PT8.53 and then run ./setup.sh in the directory /opt/PT8.53/setup/PsMpDbInstall.
    but get the error message:
    "You must run psconfig.sh (. ./psconfig.sh) under your PS_HOME directory before starting the Database Configuration Wizard."
    I have run the 2 commands ./psconfig.sh and ./setup.sh in root but get the same error message.
    My question is: Does PeopleTools8.53 Linux Version have a problem ? How to solve the issue ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    . ./psconfig.sh has gone through. Now, I get new issues as below:
    [root@localhost PsMpDbInstall]# pwd
    /opt/PT8.53/setup/PsMpDbInstall
    [root@localhost PsMpDbInstall]# ./setup.sh
    Setting temporary directory /tmp/IA.30567
    Executing setup.linux LAX_VM /opt/PT8.53/jre/bin/java  -DCOMP_NAME=localhost.localdomain -DPS_UMASK=0022
    Preparing to install...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    ===============================================================================
    Peoplesoft Database Configuration                (created with InstallAnywhere)
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Welcome
    Welcome to the PeopleSoft Database Configuration Wizard 8.53
    This Wizard will assist you in configuring and loading a PeopleSoft database.
    PRESS <ENTER> TO CONTINUE:
    ===============================================================================
    Please enter an installation location or press <ENTER> to accept the default
       (DEFAULT: /opt/PT8.53):
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
    Note: If you have installed PeopleSoft Applications outside PeopleTools PS_HOME
    then choose the PeopleSoft Applications home PS_APP_HOME, else leave the
    default PS_HOME.
    Choose the directory where you previously installed PeopleSoft Applications,
       commonly known as PS_APP_HOME.  or press <ENTER> to accept the default
       (DEFAULT: /opt/PT8.53):
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
    For a database platform of 'Oracle', are you installing a:
        1- Non-Unicode Database
      ->2- Unicode Database
    To select an item enter its number, or 0 when you are finished [0] : 0
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    Oracle - UNICODE
    ===============================================================================
    Select Character Set:
      ->1- AL32UTF8      
        2- UTF8          
    To select an item enter its number, or 0 when you are finished [0] : 0
    Database Create Type:
      ->1- PeopleTools System
    To select an item enter its number, or 0 when you are finished [0] : 0
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
    Select PeopleSoft Application:
      ->1- PeopleTools System Database - US English
    To select an item enter its number, or 0 when you are finished [0] : 0
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
       Specify the directory path for 'sqlplus' [/products/oracle/9.2.0/bin]: /home/user/OracleDB_Home/bin
       Specify the location for ORACLE_HOME [/products/oracle/9.2.0]: /home/user/OracleDB_Home/bin
    Location of modified scripts: /opt/PT8.53/modifiedscripts
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
    Do you want to create a new SID or use existing one?
      ->1- Create new SID
        2- Use existing SID
    To select an item enter its number, or 0 when you are finished [0] : 2
    Do you want to create a new SID or use existing one?
        1- Create new SID
      ->2- Use existing SID
    To select an item enter its number, or 0 when you are finished [0] : 0
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
       Oracle SID [PTSYS]: DB1
       DatabaseName [PTSYS]: PT853
       Mount Point 1( for SYSTEM and REDO LOGS file in createdb.sql, ex: NT 'C'  ,
       UNIX 'u01') [c]: u01
       Mount Point 2 ( for PSTEMP and PSDEFAULT file in utlspace.sql, ex: NT 'C'  ,
       UNIX 'u01') [c]: u01
       Mount Point 3 ( for all files in xxddl.sql, ex: NT 'C'  , UNIX 'u01') [c]: u01
    Enable AutoExtend for Peoplesoft Tablespaces?
      ->1- Yes
        2- No
    To select an item enter its number, or 0 when you are finished [0] : 0
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
       Peoplesoft owner ID (ex: 'SYSADM') [SYSADM]: SYSADM
       Peoplesoft owner password (ex: 'SYSADM') []:      
       Peoplesoft owner password Re-type []:      
       Peoplesoft connect ID [people]: people
       Peoplesoft connect password []:      
       Peoplesoft connect password Re-type []:      
       Peoplesoft default tablespace  (ex: 'PSDEFAULT') [PSDEFAULT]: PSDEFAULT
       Location of init.ora file complete path
       [/home/user/OracleDB_Home/bin/dbs/initDB1.ora]:
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 2
    ===============================================================================
       Oracle SID [DB1]:
       DatabaseName [PT853]:
       Mount Point 1( for SYSTEM and REDO LOGS file in createdb.sql, ex: NT 'C'  ,
       UNIX 'u01') [u01]:
       Mount Point 2 ( for PSTEMP and PSDEFAULT file in utlspace.sql, ex: NT 'C'  ,
       UNIX 'u01') [u01]:
       Mount Point 3 ( for all files in xxddl.sql, ex: NT 'C'  , UNIX 'u01') [u01]
    Enable AutoExtend for Peoplesoft Tablespaces?
      ->1- Yes
        2- No
    To select an item enter its number, or 0 when you are finished [0] :
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] :
    ===============================================================================
    Please enter the Appserver User and Password for your database.
       Appserver User []: tlisten
       Password []:       
       Re-type Password []:       
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
    Please enter the Webserver User and Password for your database.
       Webserver User : PTWEBSERVER
       Password []:           
       Re-type Password []:           
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
    Choose whether to enable or disable all other user profiles in your database.
      ->1- Disable
        2- Enable
    To select an item enter its number, or 0 when you are finished [0] : 2
    Choose whether to enable or disable all other user profiles in your database.
        1- Disable
      ->2- Enable
    To select an item enter its number, or 0 when you are finished [0] : 0
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
    Choose whether to set the password same as the OPRID (user) or a different
    password (a global password, same for all OPRIDs).
      ->1- Set the password same as OPRID
        2- I would like to set a different password
    To select an item enter its number, or 0 when you are finished [0] : 0
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
    Select Base Lanaguage
      ->1- ENG - US English                       
    To select an item enter its number, or 0 when you are finished [0] : 1
    Select Base Lanaguage
      ->1- ENG - US English                       
    To select an item enter its number, or 0 when you are finished [0] : 0
    Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1] : 1
    ===============================================================================
    Pre-Installation Summary
    Please Review the Following Before Continuing:
    Product Name:
        Peoplesoft Database Configuration
    Install Folder:
        /opt/PT8.53
    Apps Install Home:
        /opt/PT8.53
    Database Platform:
        Oracle  -  Unicode
    Oracle SID:
        DB1
    Application:
              PeopleTools System Database - US English
    Database Name:
        PT853
    Please type 'back' to go to previous panels
    PRESS <ENTER> TO CONTINUE:
    ===============================================================================
    Installing...
    [==================|==================|==================|==================]
    [------------------|------------------|------------------|------------------]
    ===============================================================================
    Please Wait...
    Executing.. /opt/PT8.53/modifiedscripts/psadmin.sql.
    ===============================================================================
    Please Wait...
    Executing.. /opt/PT8.53/modifiedscripts/connect.sql.
    ===============================================================================
    Executing DM: -CT ORACLE -CS localhost.localdomain -CD PT853 -CO SYSADM -CP
    SYSADM -CI people -CW people -FP /opt/PT8.53/modifiedscripts/dbsetup.dms
    Console Mode: true
    Initializing Data Mover ... please wait
    Console DM Mode: /opt/PT8.53/bin/psdmtx /opt/PT8.53/setup/parm1
    Error: unable to terminate process
    ExitCode: 127
    Error: true
    ===============================================================================
    Error
    The following error occurred while running data mover .
    Error: File not found: /opt/PT8.53/scripts/pt853ora.dms
    Please select OK to exit installer.
    PRESS <ENTER> TO ACCEPT THE FOLLOWING (OK):
    ===============================================================================
    Install Complete
    The installation of Peoplesoft Database Configuration is complete, but some
    errors occurred during the install.
       Please see the installation log for details.  Press "Done" to quit the
    installer.
    PRESS <ENTER> TO EXIT THE INSTALLER:
    [root@localhost PsMpDbInstall]#
    As you see the entire installation process above, the Installer cannot initialize Data Mover. I have run dbsetup.dms seperately, it cannot run. The 2 files psdmtx and parm1 cannot run.
    My questions are:
    First, how to get to Data Mover Bootstrap mode at this point of the installation so that import data into Database Instance ?
    Second, how to view Oracle database instances in Oracle Database Server so that make sure Database instance PT853 is created ?
    Thanks.

  • How can you tell what version of JDK a class was compiled under

    Kind Folks,
    I have a Java application purchased from a vendor that is certified to run under JDK/JRE 1.2xxx. I recently received some extensions to the application from the vendor's consulting arm but I am having problems with the extensions. I believe the extensions were compiled under JDK 1.3xxxx but I need tp prove it to the vendor. Is there a way I can verify what version of JDK a class file was compiled under?
    John Fowler

    ...version of JDK a class file was compiled under? Not sure that makes sense. The class files will run the same under both. The only difference you would see is if you got a class not found or a method not found exception. If the class/method does not exist in 1.2 but does exist in 1.3 then that is where they were compiled. Manually verifying that would take a lot of work. Running it, as long as you excercise all of the functionality, (and presuming your app is not eating exceptions/errors when it shouldn't) then you should get an exception telling you of the error.

  • Oracle 8i linux version

    Dear all
    I got a Oracle 8i EE license and was installed at a Sun system. However, I want to migrate such Oracle to Linux environment (The Oracle maintenance was expired). So, anyone has the Oracle 8i EE Linux version which can be downloaded for my new installation.
    Thanks
    Kwan
    22 Sept 2006

    You still should contact your Oracle sales representative.
    Oracle no longer officially provides copies of obsolete versions of software, such as database versions 8.1.x or 9.0.x ... the only way to get such copies is by the kindness of strangers who might have such copies. Those strangers include your sales rep.

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

  • Open parameters for linux version

    Do acroreader's open parameters work for the linux version?
    I know in Windows they are written as 'acroread /A page=xxx ...' and for linux firefox as 'file://...#page=xxx'.
    But how about the arguments in command line?

    Good morning
    Thank you for your reply, I’m trying to find out from our IT if we are using Adobe plugin or not.  In the meantime I created a new document, created a link and tried to open in the browser and received an error message webpage cannot be found.
    When copying the url the last four characters have been changed see below
    http://wyp-infoshare/sites/forcepolicy/Corporate%20Support/Equality,%20Diversity%20and%20H uman%20Rights%20strategy.pdf%20-%20page=5
    Would this be because we’re not using adobe plugin?
    Susan
    Ext 22011

  • Linux version for SAP ECC 6.0

    Dear all,
    Please help me in finding the suitable Linux version for SAP ECC 6.0 version.
    Thanks & Regards
    Tavargeri Ganesh

    SAP on Linux
    --> Supported platforms
    Markus

  • Linux version of iPlanet Directory Server 5.0 planned?

    I'm wondering if there are plans to release a Linux version of iPlanet
    Directory Server 5.0?
    If so, any estimation on when it might be released?
    Jon

    I asked the same question and was told .....
    Subject: Re: iDS 5.0 is officially released
    Date: Tue, 15 May 2001 06:00:09 -0600
    From: Richard Megginson <[email protected]>
    To: [email protected]
    All I can say at the moment about Linux support is that we are
    currently
    evaluating our options.
    Peter Allmaker wrote:
    Swell. And the Linux version will release when???------------------
    Jonathan Eric Miller wrote:
    >
    I'm wondering if there are plans to release a Linux version of iPlanet
    Directory Server 5.0?
    If so, any estimation on when it might be released?
    Jon--
    Peter Allmaker
    MCLA Computer Science 413-662-5592
    Computer Support Services 413-662-5510

  • I need to install the windows version of firefox and run it under wine to see how a page looks but I can only seem to download the linux version

    I keep trying to download the windows version of firefox so I can run it under wine on linux but all I can find is the linux version because the web site automatically detects the os. Any ideas on how I could do this?

    Download from here: <br />
    http://www.mozilla.com/en-US/firefox/all.html

  • When will there be a 64-bit Linux version?

    After fillinging out a long fill-in procedure to apply for a US passport, I found that the Linux program Okular could not finish.
    I had to use a 32-bit Linux program that had Adobe Reader available, since there is no 64-bit generic version of Reader,
    and PCLinuxOS-64 does not have any provision for running the 32-bit version.. I do not want to use the two or three
    Linux-64 distros that permit that 32-bit use, since they have many other ideosyncracies which I deplore.

    I'm sorry "Test Screen Name", but could you please point to any more definitive announcements that there will be no more development of Linux versions of Adobe Reader?  Thanks.

  • How to install d2k release 6i on redhat linux version 7.3?

    How to install d2k release 6i on redhat linux version 7.3?

    have you tried using open motif 2.1.30?
    the open motif version that comes with the redhat 7.3 is 2.2 and is not compatible with 6i. Once I used open motif 2.1.30 it worked fine. The environment variable setting is very similar to any other unix version. Ensure that you are also intalling the latest patch (10) for 6i (fixed lots of problems).
    regards

  • How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439

    An Small step by step how to install this app. I this first example it was installed on Red Hat 6 Linux
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439.
    1 - Download it from https://lenovo-na-en.custhelp.com/app/cust_alp/p/1031,1150
    2 - Change File permissions ( chmod +x setup-1.4.4.14439.bin)  
    3 - Now you can install so execute this sintaxis : ./setup-1.4.4.14439.bin
    4 - When app installation finishes, you must do it with this file into folder installation (chmod +x LenovoEMCStorageManager)
    5 - Then to open the app execute it: ./LenovoEMCStorageManager
    Video Tutorial
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439
    In This second example I installed same version on Ubuntu 13.10. Look at the end of messages of thread and you will see this steps
    Install Storage Manager setup-1.4.4.14439.bin in ubuntu.
    Attachments:
    lenovoemcstoragemanager.jpg ‏27 KB

    Hello everyone ,
    I have a lenovo px4-300d, I'm on Ubuntu 13.10 64bits with Gnome 3 as GUI and I'm trying to install  the LenovoEMC storage Manager but it failed  :
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Graphical installers are not supported by the VM. The console mode will be used instead...
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
        1- Deutsch
       ->2- English
        3- Español
        4- Français
        5- Italiano
        6- Nederlands
        7- Português  (Brasil)
        8- Svenska
    CHOOSE LOCALE BY NUMBER: 2
    =======================================================
    Installer User Interface Mode Not Supported
    The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
    =======================================================
    Is it still aproblem with the 64 bits architecture ?
    Have you find any solutions ? Thank you very much

  • How to install ECC IDES in RED HAT linux version 5

    Hai..
    I would like to install ECC IDES in linux OS. I dont know Linux. So it is difficult for me to install.
    I am having 500 gb HD.and in that 30 GB allocated as NTFS for WinXP.
    Left space(470 GB Free) for linux and ECC IDES. 
    I want to know - how to partition this 470 GB in linux. I dont know which file system should be allocated and how it should be partitioned. I am using RED HAT LINUX Version 5.
    i need a step by step process to install red hat linux with proper(file system) partition and
    I need a step by step process to install IDES with Linux commands.
    Thank You
    Regards
    R.Thillai Govindarajan

    > i need a step by step process to install red hat linux with proper(file system) partition and
    > I need a step by step process to install IDES with Linux commands.
    Get the official installation guides at
    http://service.sap.com/instguides
    However, they won't contain "now enter command X and now enter command Y". You will need to have a basic understanding what you are doing before you can install a SAP system (and the database).
    Markus

  • Two versions of jdk and RTE on the same computer

    When Installing j2sdk1.4.1_01 I had not uninstalled jdk1.1.8 believeing that the new version would overwrite the old one.
    But instead it installed alongside the old one.
    I now have both showing up in the Cintrol Panel/Programms and I have two relevant folders on w2k drive.
    Might the collide?
    I was about to remove jdk1.1.8, but noticed that it takes 28.1 Mb whereas j2sdk1.4.1_01 is only 1.88 mb - perhaps j2sdk1.4.1_01 uses some files from the old one, and removing the old, I disable the new one?
    The same about Java 2 RTE: I have both v.1.2.2 (19MB) and 1.4.1_01 (1.6 Mb)
    What would you recommend?

    Thanks, sounds like a good idea.
    I uninstalled all the versions of JDK and of RE and re-booted the PC as prompted.
    Question: folders j2sdk1.4.1_01 and jdk1.1.8 are still there - should I remove them manually?
    Before reinstalling JDK and RE, I run an ASP page with a java-applet, sitting on my PC. As expected, the applet was shown as an empty rectangular.
    However, when I accessed a similar page on the Internet, the applet there was working fine.
    I was dead sure that the applet is executed on the client computer and that computer heeds RunTimeEnvironment which I uninstalled.
    In any case all the applets should either work or not work, nomater whether they are sitting on my local drive or downloaded with a page from the Internet.
    I feel I am missing something. Could you provide further comments?
    a
    PS. I have multiple partitions on that disk with two other OS - can this be a cause?
    When RE is installed, which folder and where to is added?

  • WTK 2.2 Linux Version, SMS send between phones broken?

    Sending SMS messages from one phone to another seems to be broken in the Linux version of WTK2.2. I'm testing using the WMADemo MIDlet included with WTK2.2. Using the Linux version of the WTK2.2 emulator I get a "java.io.IOException: Connection closed" error from the phone sending the message (see below for full error). When I run the exact same MIDlet in the Windows version of the WTK2.2 emulator I don't get the error and the message is sent correctly and received by the other phone. Is there an existing bug report on this problem? If not how do I open one? I'm using Fedora Core 2 (Linux laalaa 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i686 i386 GNU/Linux) and j2sdk1.4.2_08. I'm running the emulators from a NetBean 4.1 (same behavior in NB4.0) project.
    Thanks for your assistance.
    -- Steve
    Send caught:
    java.io.IOException: Connection closed
    at com.sun.midp.io.j2me.datagram.Protocol.ensureOpen(+16)
    at com.sun.midp.io.j2me.datagram.Protocol.newDatagram(+4)
    at com.sun.midp.io.j2me.sms.DatagramImpl.send(+257)
    at com.sun.midp.io.j2me.sms.Protocol.send(+429)
    at example.sms.SMSSender.run(+79)

    Hi,
    I'm having this particular problem on WTK windows version, but it appears just when running it through OTA provisionning.
    Have you found the solution to your problem?
    Isa

Maybe you are looking for