HOW TO INSTALL JDK1.4 ON LINUX PALTFORM AND HOW TO COMPILE A JAVA  FILE

SIR PLZ KINDLY TELL ME THE PROCDURE OF INSTALL JSDK1.4 ON LINUX .
1.I HAVE DOWNLOADED IT ONA I HAVE INSTALL IN
/usr/local
but
2: do nt know how set the CALSSPATH and JAVA_HOME(ENV VARIABLES)
3:HOW TO COMPILE AND RUN THE JAVA FILE(JSP)

2.
export JAVA_HOME=/usr/local/jdk1.4.0
export CLASSPATH=.
(amending for your set up.)
Placing these in your /etc/profile file will make them run automatically on log in of a user.
3.
You need tomcat, probably, http://jakarta.apache.org.
Bhav

Similar Messages

  • How to install FLEX in SAP WAS and How to deploy project into SAP EP ?

    Hi.
    I want to create SAP EP Contents using FLEX and I have serveral question about this.
    1. How to install Flex into SAP EP and What do I have to install ?
    2. When we developing SAP EP Contents using FLEX,
        Which Tool do I have to use ? (NWDS or Flex Builder)
    3. After we develop contents, How can I deploy into SAP EP and
       How to create iView for Flex Application ?
    Sorry for many question.
    Kindly explain this.
    Regads, Arnold.

    Hi Arnold,
    here my answers to your questions:
    1) You don't need to install flex under EP, you need only adobe flash player 9 on EP
    2) If you want to develop a SAP Ep cont using Flex, you need adobe flex builder 2 or 3 (ide based).
    3)You can store under any EP folder (es. KM) the .swf  object and html page of FLEX application, create an iView and call the url link
    or load the .swf as mime object in BSP on backend syst, include in a bsp page and create iView for bsp..
    Regards
    Raffaele

  • Help please - Updating .jar file and can't compile decompiled .java files.

    Ok, so there is a game on the internet called 'runescape', its a java applet that runs in the web browser from a cache in the windows directory.
    Basically im trying to edit this client so that i can run it away from their website (for use on a private server).
    The problem i am getting is that when i decompile the class files from the .jar into the .java files i can't recompile the .java files.
    E.G. I decompiled one of the .class files and tried to re-compile it agian straight away which brought me errors, i did this to rule out my editing as the problem.
    The jar file can be found [here.|http://world80.runescape.com/loader_gl397188536.jar] but the link will no double be dead after a few weeks.
    Can somebody please take a look and help me? I'm fairly new to java programming so if you could keep your answers as simple as possible that would be great, thanks.
    Ps. If this is the wrong section im sorry, i couldn't find the right section and this section seemed closest for me.

    i'm compiling using the javac command in a batch file, its displaying 100 errors but there are more, it seems to be showing that the syntax is incorrect as it is labeling brackets as being in the incorrect places.
    Decompiling error?
    As for being allowed to do this, im not so sure the company would approve but im only doing this for learning purposes and will not be releasing any of it upon the internet.

  • Does anyone know how to install qmail on linux platform

    Does anyone know how to install qmail on linux platform and the site name where we can download the rpm of qmail.

    Yeah i know that this is java forum but i'm doing a
    project on j2ee which needs qmail to be installed.And
    i thought that even java people who are working on
    qmail may know that.Yes, but you should still post that question in another forum. I bet that most software developers knows how to boil eggs, but should I ask about that here?
    Kaj

  • How to install JDBC in Linux

    Dear All,
    I want to install JDBC for JDK1.6. I have installed the JDK; now please let me to know how to install JDBC on Linux for JDK1.6.
    Thanks & Regards,
    Aqeel Nawaz

    Hi Aqeel,
    Download the ojdbc.jar file for your database and add it to your CLASSPATH.

  • How to install Dual OS(solaris 10 and Windows XP)?

    I have got a 80 gb sata hard disk and i am not able to install Dual OS(solaris and Windows XP ) on it.My Partitions are as follows:
    Primary partition-5GB
    Remaining are extended Partition.
    Extended partition details
    8 gb NTFS partition(installed windows XP)
    7 gb NTFS partiton(No data in it)
    20 gb NTFS partition(No data in it)
    20 gb NTFS partiton(has data in it)
    15 gb RAW partiton
    I first installed Windows xp on 8 gb Extended partiton.Then when i installed Solaris i could see only 2 partitons.One with the 5 gb and the other with the 71 gb.I actually wanted to install my solaris on the 15 gb Raw partition.Since i could not see the partition(15 gb Raw) i installed solaris on the 5 gb partition.Now when the comp boots it goes to solairs os only.i dont have the option to choose windows at all.
    could any one of you explain me how the partitions are supposed to be and how could i make it as a Dual OS.
    Saravanan
    Message was edited by:
    SaravananMandala

    Windows uses the primary partiton for boot, too, even if you installed it on the NTFS volume in the extended partition. Wherever you install Windows, it will need the primary partition for booting. You can never boot from Windows extended partitions
    As for the 15Gb raw partition, it look like what you call 'RAW partition' is actually just a small little part inside the extended partition. All your NTFS partitions (and your RAW partiton) are logical volumes and they all reside inside the extended partition. Even though Windows sees them as separate drives, each with its own drive letter, just as it sees the primary partition.
    You may try do use Windows fdisk or diskpart to delete the last logical volume in the extended partition, and then get the ntfs resize tool from Linux, or the CD1 from the Debian Linux install CDs, which has it included and accessible with a nice user interface, and resize your extended partition.
    I don't know if it works, I only used it to also resize some logical volume inside the partition. ntfs resize tool might not be easy to work with, you will need to read its documentation, but it does resize NTFS partitions (I have seen it).
    If it works, then you will have your 15Gb as unallocated space available for a new partition. Let the Solaris installer create this new partition automatically during install.
    Timothy Madden,
    Romania

  • How to install PEAR on Linux server

    Hi
    I have PHP installed on one linux server and developers are using it already. I have been given the task to get the oci8 (oracle connectivity) done on this same server. I can not do the reinstall of whole PHP again. During the install of OCI extention I got many errors for missing PEAR files.
    So I went through the PEAR document and found "php go-pear.php" command to install the PEAR package. This command fails with below error.
    download of http://pear.php.net/get/PEAR?uncompress=yes failed: Failed to parse address "" (0)
    The problem is this Linux box does not have direct internet connectivity so I had to download all the required packages as per go-pear.php on my local machine and I am FTPing them to this linux box. I have kept the "PEAR-1.8.1.tar" file in the same directory where go-pear.php file exists but still the above command tries to download it from internet.
    Could you please tell me how can I overcome this problem. Please let me know if there are any RPM's that I can use to install PEAR rather that "php go-pear.php" command.
    Thanks
    Shelly

    Hi CJ.
    It has been more than 4 weeks that I am strugling to get PHP-Oracle work on my system. You are the only hope right now. I have gone through so many articles and white pages that I am totally confused and starting to hate PHP or actually Suse Linux. :-)
    Below are the details of my system.
    more SuSE-release
    SUSE LINUX Enterprise Server 9 (i586)
    VERSION = 9
    PATCHLEVEL = 4
    rpm -qa php* No results
    rpm -qa ph* --No results
    rpm -qa oracle*
    oracle-instantclient-devel-10.2.0.4-1
    oracle-instantclient-basic-10.2.0.4-1
    * which php*
    */usr/bin/php*
    * php -version*
    PHP 4.3.4 (cli) (built: Jan 17 2008 09:55:23)
    Copyright (c) 1997-2003 The PHP Group
    Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies
    This is what I see on my system
    */usr/bin> ls -l |grep php*
    -rwxr-xr-x 1 root root 100308 2008-01-17 05:03 asp2php
    -rwxr-xr-x 1 root root 1392441 2008-01-17 04:55 php
    -rwxr-xr-x 1 root root 684 2008-01-17 04:55 php-config
    -rwxr-xr-x 1 root root 593 2008-01-17 04:55 phpextdist
    -rwxr-xr-x 1 root root 2082 2008-01-17 04:55 phpize
    /usr/bin> whereis php
    php: /usr/bin/php /etc/php.ini /usr/lib/php /usr/include/php /usr/share/php /usr/share/man/man1/php.1.gzI see that PHP is already installed on my system which is version PHP 4.3.4.
    Question.
    1) Do i have to upgrade the PHP version to the latest to get OCI8 configured?
    2) If the answer to the above question is Yes than could you point me to any reference doc?
    3) If the upgrade is not needed, how can I configure PHP to use OCI8 to connect to database?
    Thanks in advance
    Shelly

  • How to install JCO in linux system?

    How to install JCO in linux system?Thanks.

    Hi,
    This is SAP Business one system administration forum. Please find correct forum and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • How to install JMF in Linux

    How to install JMF in Linux?

    Thank you AndrewThompson64
    You have done a great job.You are welcome.. but really, the only
    'great' thing I did was a quick search on
    'Java install linux'
    to show that link (that I knew was around
    here somewhere) at the top of the
    search reasults!
    Thanks for your interest to help me.You are welcome. :-)
    Next time you get stuck, 'drop back by'* and
    I'll show you some more clever search tips. ;-)
    * ..but really, you will gain a lot if you simply
    'lurk' around the forum and read other posts,
    even as you are writing code..

  • How to install D2k in Linux

    Hello,
    Any one can say the steps for how to install D2k in linux.
    Thanks&regards
    Dhamodaran

    Developer 2000 is a deprecated developer platform. AFAIK, By the time it was named D2K it was supported on Windows platforms only (98, NT, 2000), - Linux was not so popular during those old days-.
    You could "run" Dev2K on Linux by means of a Virtual Machine. However I suggest you to download a linux compatible Developer Suite 10gR2, it is certified with SLES-9, RHEL4, and OEL4, using a 10gR1 or 10gR2 Database Server.
    ~ Madrid.

  • I don't know how to install j2re on Linux

    Can someone help me? I wanted to install j2re on SuSE Linux 8.0. I downloaded the .bin-file from this site, but I don't know how to install it. Is it possible that I downloaded the wrong file?

    execute the file "./j2re...bin". If you got the Tarzip one, the j2re will extract into a directory called "j2re1.4.0_01" (depending on the version). Then you just move this directory to where you want the j2re installed, set up the environment:
    export JAVA_HOME=/path/to/j2re1.4.0_01
    export PATH=$PATH:$JAVA_HOME/bin
    export CLASSPATH=.
    (amend for your install.)
    and it should work.
    For the RPM version, you'll get a RPM after executing the file, which may then be installed using the usual RPM tools. I'd recommend the RPM file only on Red Hat though. There are differences between Red Hat and other distros which may cause problems.
    Bhav

  • How to install oracle8i onto linux (help)

    I have installed linux on my laptop and I want to install oracle but I am not sure what oracle I should install. I have oracle8i client, oracle8i server. I also do not know how to install oracle onto linux, please help.
    Thank you.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sharon Armah ([email protected]):
    I have installed linux on my laptop and I
    I have Thinkpad and Suse 6.4, and install an config oracle was easy.
    want to install oracle but I am not sure what oracle I should install. I have oracle8i client, oracle8i server. I also do not know how to install oracle onto linux, please
    You use Oracle 8.1.6, on Suse 6.4 is good, i think is good on RedHat 6.2.
    help.
    Thank you.<HR></BLOCKQUOTE>
    null

  • How to install Nokia Messaging Software (Push and ...

    How to install Nokia Messaging Software (Push and Pull email) on SD CARD?
    I have got Nokia Push email instaled on NOKIA 6110 Navigator. This instalation take all of my phone internal memory, and mailbox is in phone internal memory too. How to install or move program or mailbox to SD card?

    I'm surprised that Nokia will spend all that effort to miss out on one little detail - EMAILS WITH ATTACHMENTS TAKES UP A LOT OF SPACE - The least they could do was allow us to point the application storage to the SDHC card.
    I love the messaging app, but I just can't afford to give up so much phone memory - So it is not getting installed until we can point storage to the SDHC card.

  • How to install Oracle9iDS on linux (Step by step)

    Hi friends,
    Can you tell me how to install 9iDS on linux?
    Take care,
    Tarek

    For howto
    www.suse.com/oracle

  • How come my mac isnt showing my external hard drive after installing os x maverick? and how to i fix that??

    how come my mac isnt showing my external hard drive after installing os x maverick? and how to i fix that??

    How do you mean it isn't showing the external drive?  If you mean on the desktop, click Finder on the menu bar, Preferences, General and check the boxes for Show these items on the desktop - make sure hard drives is checked.
    If you mean it is not showing in Finder or Disk Utility, make sure it is turned on, reboot and see if that mounts it so it shows up.

Maybe you are looking for

  • I have cleared all apps from my ipad.  How do yo get rid of calendars and delete saved messages which is taking all mt storagw

    I have cleared all apps but still not able to download a rented movie.  The only spot where I have data stored is in saved messages andd calendars.  Cannot find the saved messages and cannot delete calendars. Any other suggestions because this was a

  • Digital Signiture in Purchase Orders

    Dear all, I was asked to prepare the technical infrastructure in order for end users (purchasing/procurement department) to assign digital signitures in Purchase Orders produced by SAP. Do you know where do I have to look first in order to get approp

  • The Black Apple Campaign...show your support

    *The Black Apple Campaign* If you are upset with how Apple has handled this entire iPhone price drop please show your support by placing a black Apple in your signatures, MySpace, Facebook, etc. Spread the word! (Sample: http://www.sanctuary93.com/jl

  • Create fill in fields within pdf document

    I'm trying to create fillable fields within a converted pdf.  However, the instructions given on your video do not conincide with my screen. I need help please.

  • Using java objects in coldfusion

    I have a java object, that needs to be used in a cfm page. The java object itself references classes from an external jar file. I've copied the java object class, and the external jar files in the web-inf/lib directory of coldfusion. My java object i