How to install jdk to SCO unix?

I am a new developer in SCO unix ,can you tell me how to jdk to SCO unix?
install which version of jdk and how to install,
where can I down the file needed?

As far as I know, Sun hasn't released a JDK for Unix. It's only available for Solaris, Linux, and Windows.
IBM has realeased developer kits for some of their platforms (AIX, OS/390), but that's not going to help you much.
There has been a lot of talk among open-source developers about Sun relasing the source code to Java. Such would enable ports of the SDK to other platforms (SCO, Mac...). This may only happen after IBM buys Sun (still a few years off '-) .

Similar Messages

  • How to install jdk 1.5 in Sun Solaris 8

    Hi All,
    I have sun solaris 8 server UNIX platform.i already have JDK 1.3.3 in my server.i want to clean that and to install jdk 1.5 in my server.does any body knows how to setup JDK 1.5 in sun solaris 8 UNIX Platform and where to set JAVA_HOME Environment Variable.
    Thanks in Advance.

    http://java.sun.com/j2se/1.5.0/install-solaris.html
    r
    http://www.google.com/search?q=How+to+install+jdk+1.5+in+Sun+Solaris+8+in+unix+platform+++&client=netscape-pp&rls=com.netscape:en-US

  • How to install JDK on RED HAT - Linux interprise 5?

    Hello!
    How to install JDK on RED HAT - Linux interprise 5?
    Thanks!!!

    I did.
    But I have got an error:
    [user@localhost Desktop]$ cd jdk-6u22-linux-i586-rpm.bin ./jdk-6u22-linux-i586-rpm.bin
    bash: cd: jdk-6u22-linux-i586-rpm.bin: Not a directory
    [user@localhost Desktop]$ ./jdk-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
    inflating: jdk-6u22-linux-i586.rpm
    inflating: sun-javadb-common-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-core-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-client-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-demo-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-docs-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-javadoc-10.5.3-0.2.i386.rpm
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Installing JavaDB
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Done.
    What is the problem?
    Thanks!

  • How to install adobe readed on unix

    Hello,
    I am new here. I was wondering if it is possible to install adobe reader on my unix machine. If it is possible can any one tell me how to install it ?
    Thanks in advance.

    After installation, you should be able to open any PDF documents using Adobe Reader by just double clicking on them.
    You should also find an icon for Adobe Reader on your desktop. You can double click on that icon to launch Adobe Reader directly.
    If you wish to launch Adobe Reader from the command prompt, just type "acroread" (without the double quotes).
    All of these steps work on most Unix systems.

  • How to install JDK on LINUX Ubuntu on system with no net/wireless?

    Hello!
    I need to install JDK on LINUX Ubuntu on system with no net/wireless connection.
    What are the commands?
    Thank you!
    Edited by: 800512 on 07:29 10/01/2011

    - Download your release of choice from http://www.oracle.com/technetwork/java/javase/downloads/index.html
    - Put the file on a USB thumb drive
    - Mount that drive on the target machine
    - Follow the installation instructions.
    The Linux/Ubuntu downloads of the JDK are offline installers (i.e. the downloaded file contains everything that's required). Only Windows currently has an online installer (smaller initial download, but requires a net connection for the actual installation)
    Alternatively: install the OpenJDK from the official Ubuntu packages using apt-zip (http://wiki.debian.org/AptZip).

  • How to Install CRM 5 on Unix with Ora 9??

    Hi, SAP Gurus,
    I am installing CRM 5.0 on UNIX with Oracle.  Can anyone please provide me the pre installation steps?
    https://websmp105.sap-ag.de/crm-inst from this site I got the pre installation but I need to know is how much spacing (Hardisk) and for which folder?
    How to divide the file system and where to locate which directory?
    I am installing with AS ABAP and AS JAVA with TREX?
    Please anyone help me.
    Regards
    Minhaj

    Hello Minhaj,
    I've installed AS ABAP and AS JAVA with TREX on my Machine with two Hard disks. One has 7.85 GByte's and runs the Windows 2003 Server OS. Here I have about 3 Gigs free. On my 114 GByte Disk after the installation I have 48,5 GByte free. I don't have deleted the installation DVD I've copied yet.
    Regards
    Gregor

  • How to install JDK International Version?

    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.

    Duplicate.
    Already answered.

  • How to install and configure an UNIX Oracle shared database

    Hello everybody,
    we have a SUN Solaris UNIX,
    we have no problem for installing and configurate a typical database.
    So we want a "shared" database (multithread).
    When we try (deployement of a java application with JDevelopper), we cannot access to our instance of the shared database.
    The error message is :
    "SQLException: The network adapter could not establish the connection".
    The architecture of our project include CISCO firewalls.
    I think the configuration of Multi thread Server is not Ok or there are
    a bug with firewalls.
    How can i check a good shared configuration ?
    What is the good configuration ?
    If Somebody can help me with response and eventually samples of good
    initialisation files like init.ora, listener.ora, sqlnet.ora ...
    Thank you very much.

    You can try this methodology to test connectivity :
    From the server itself :
    sqlplus username/password@tns
    where tns is the alias of your database containing :
    SID , machine ( where your db reside ) and port.
    If you cannot connect from here , then check your tnsname.ora if you got the right entry.
    From a client : ( different machine )
    where tns is the alias of your database containing :
    SID , machine ( where your db reside ) and port.
    If you cannot connect from here , then check your tnsname.ora if you got the right entry
    use SQLPLUS first to test connectivity, and if you were
    able to run this process then move on run your java codes.
    If installing sqlplus from the client is a hassle, first write a
    java code testing just the connectivity with sqlplus installed
    on the first machine and make it work first. Then you can
    use this code to other clients without installing sqlplus.

  • How to install jdk

    I had downloaded the linux java installation file
    jdk-6u7-linux-i586.rpm.bin
    and I had installed it under /root/usr/java
    but what should i do next?
    i used Mozilla Firefox2.0.0.4
    who can tell me how to dispose environment?
    Edited by: Flying_eagle on Sep 23, 2008 1:54 AM

    If you ask detailed questions we will provide detailed answers. If you provide vague questions we can only give general answers.
    What do you want to configure your JDK to do?
    If you're new to Java you should be running through the tutorials before you do anything else. Specifically you must get a good understanding of the classpath or you will be in a world of confusion.

  • How to use JDK 1.5 in WSAD 5.1.2 to complie the code

    Hi,
    We have currently deployed our code on JDK 1.4 in WSAD 5.1.2. How to run wsad 5.1.2 with jdk 1.5, this is just for compiling the code and not for deployment as we will be tieing up with RAD 7.0 on a future date after the migration of our Webspehere Application Server from 5.1 to 6.1.
    Could any please help us out with the above query ?
    Rgds,
    Surya.

    http://java.sun.com/j2se/1.5.0/install-solaris.html
    r
    http://www.google.com/search?q=How+to+install+jdk+1.5+in+Sun+Solaris+8+in+unix+platform+++&client=netscape-pp&rls=com.netscape:en-US

  • How to install ODBC Drivers in Oracle

    Hello All,
    I want to install ODBC Drivers (from Oracle vender, Not from the DataDirect ).
    I have downloaded the ODBC Drivers for Sparc( from official Oracle website) but while installation it is asking for DriverManagers Installtion..
    Where Can I get this Driver Manager........
    Please help me how to install ODBC Drivers on Unix platforms....
    Sridhar.

    Please help me how to install ODBC Drivers on Unix platforms....You should be able to install them as a component of your client (or server) installation. Just use the Oracle Installer to add them.
    ~Jer

  • Installing OBIEE patch on Unix

    Hi
    Any body has a document or link that explains how to install OBIEE patches on Unix Env?
    Thanks

    Each patch comes with its own README file explaining how to install it

  • How to install owb server-side software on UNIX Solaris (SPACR-64)?

    Hi there,
    How to install owb server-side software on UNIX Solaris (SPACR-64)?
    I've read the install guide
    and it mentions
    3. Start the installer by entering the following at the prompt:
    cd mount_point
    ./runInstaller
    I don't have access to any graphical interface on the UNIX box e.g. x-windows nor any cd with the software, just the solaris software downloaded from web - does this include the runinstaller
    and is the runisnatller just a command line interface?
    I hoped I would be able to download the software from oracle website and then simply run the a setup scrip?
    Is it possible to do this? Would I simply substitute cd mount_point to cd <directory I put software)
    I've never ran oracle universall installer on UNIX before.
    Many Thanks
    Edited by: user575470 on Feb 15, 2009 7:54 AM
    Edited by: user575470 on Feb 15, 2009 8:06 AM

    Hi,
    You can install the server-side software from the downloaded software.
    You don't need the CD
    You do need an X-windows client on your computer to connect to the server OR work directly on the server.
    Without X-windows you cannot start the Oracle Universal Installer.
    Maybe there is a command line installation, I have never used this.
    I hope this helps.
    Regards,
    Emile

  • How to use different jdk on windows/unix/linux OS?

    Hi,
    I always use differen jdk/jre version. but always I delete first then I install jdk/jre which version I want. My question is how I change system jdk/jre setting don't uninstall jdk?

    If you have multiple monitors and run Linux, you may want to display different images as your wallpaper on each monitor. There's a utility for that – Nitrogen. The blackMORE Ops blog has a nice how-to on getting Nitrogen and configuring it, with step-by-step instructions and plenty of screenshots.
    This topic first appeared in the Spiceworks Community

  • How to install 10g Forms and reports in Unix

    Hi All,
    How to install 10g Forms and reports in Unix, do we need to install 10g AS then desktop forms and reports, Any metalink documents for reference .
    Thanks

    Is it really so hard for you to find the installation guide?
    http://download.oracle.com/docs/cd/B25016_08//doc/dl/core/B16012_04/toc.htm
    For the Developer Suite you don't need the App Server. You need the App Server for production.
    Edited by: InoL on Jul 19, 2010 1:22 PM

Maybe you are looking for

  • Editable field in alv

    hiii when doing editable field in alv you set i_fieldcat-edit = C_X i_fieldcat-input = C_X P_selfield-refresh = C_X this is not working when i click on save the internal table is not keeping the change i have edit on the screen and the p_selfield val

  • T43 2nd Hard Drive Bay Caddy not working

    I installed a generic ultra bay caddy and the new drive isn't recognized. It works fine in an external enclosure. Any suggestions?

  • Sales order stock does not exist error during PGI

    dear sir, we have two plants 1010 and 1020,we are using variant configuration for our finished goods we want to make the sales orders in 1010 plant and we manufacture the machine in 1020 plant. so we want to dispatch machine from 1020 plant (shipping

  • I can not export from phosotshop elements 10 and premier elements 10

    I have windows 8, my computer is new and came with photoshop and premier elements 10 installed, but I cannot export anything, I can see the option under files tag, but I cannot select it, it appears in a lighter grey. Thank you

  • Nokia 6300 problem sms

    when im writing sms it shows  1000 characters when i  get to 890 it shows second messege being writed, shouldnt it be 160 characters per sms, what can i do, help