Plz help me setting path on fedora core 8

hiii guyz,
plz help me...i have to set java path on fedora core 8 how i have set the path..
if anyone know plz say

Here is how you do it:
http://www.google.com/search?q=set+java+path+fedora

Similar Messages

  • How to set ORACLE_HOME in Fedora core 3

    hi every body
    how can i set oracle_home in fedora core 3?
    and i am a new linux user. please your solutions are clearly
    help me!!!!!!

    From http://www.dbspecialists.com/presentations/oracle10gsolaris.html
    In $ORACLE_HOME/bin (the bin directory under your Oracle home) you will find a shell script called oraenv. This script can be called from .profile or .bash_profile to set up a user’s environment automatically whenever they log onto the database server.
    and
    $ export ORACLE_SID=dev101ee
    $ export ORAENV_ASK=NO
    $ . /usr/local/bin/oraenv
    Message was edited by:
    james_gordon

  • Need help with setting PATH in Windows 98

    Hi
    Can anyone please help me!!!
    I am new to java and I am confuse how to set the path in my pc. I have a windows 98, I downloaded the Java 2 SDK Standard Edition v 1.4.1 from the CD that came with the fifth edition "Java How to Program" book. I followed the instruction in how to set PATH permanently but it is not working. When I open my AUTOEXEC.BAT this is what I have:
    @ECHO OFF
    rem
    rem *** DO NOT EDIT THIS FILE! ***
    rem
    rem This file was created by the System Configuration Utility as
    rem a placeholder for your AUTOEXEC.BAT file. Your actual
    rem AUTOEXEC.BAT file has been saved under the name AUTOEXEC.TSH.
    rem
    SET PATH=%PATH%;C:\PROGRA~1\BORLAND\CBUILD~1\BIN;C:\PROGRA~1\BORLAND\CBUILD~1\PROJECTS\BPL
    @REM Added by MATLAB installer
    SET PATH="%PATH%;c:\matlab_sv12\bin\win32"
    PATH=%PATH%;C:\PROGRA~1\SSHCOM~1\SSHSEC~1
    REM >>>CS ChemOffice: Do Not Edit!
    path="c:\PROGRA~1\CHEMOF~1\COMMON\dlls";%PATH%
    REM <<<CS ChemOffice: Do Not Edit!
    I added the C:\J2SDK1.4.1\BIN and the end of PATH=%PATH%;C:\PROGRA~1\SSHCOM~1\SSHSEC~1 but it is not working. When I try to compile javac HelloWorldApp.java in MS-DOS Prompt I get "Bad command or file name".
    If anybody can please help, I'd greatly appreciate it...
    Thank you
    Gem

    I added the C:\J2SDK1.4.1\BIN and the end of
    PATH=%PATH%;C:\PROGRA~1\SSHCOM~1\SSHSEC~1 but it iswell, you could have written that directory wrong...
    are you sure that your java is in J2SDK1.4.1 ? for me
    that directory has _02 at the end of it as well...
    it also might be that you didn't separate your path
    element with ';'
    that's important too.
    you could try it from dos-prompt like that:
    set PATH=%PATH%;c:\j2sdk1.4.1\bin
    if it works from dos-prompt, then it should work in
    autoexec as well...
    HTHThank you very much for your help!!!
    I tried what you suggest set PATH=%PATH%;c:\j2sdk1.4.1\bin in the dos-prompt and it worked, but it didn't work in the autoexec.bat. I am getting "Out of environment space".
    Gem

  • Plz help  for set focus in the table column

    hi
    I have aproblem like i want that when i click on submit button aftr filling tables column value if there is any error the error massage displaying after that click on masaage ok button get focus of my cursor on the same column where i was not fill any value .
    i am giving a piece of code also with this also
    thanks in advance
    else if(!checkResources())//check if all resource brackets are set
    JOptionPane.showMessageDialog(this, "Resource Brackets are not correct or complete." , "Error", JOptionPane.OK_OPTION);
                   //resourceTable.requestFocus(true);
              return;
    private boolean checkResources()
    try
                   float number = -999999999.0F;
              float[] lowerRange = new float[ resourceModel.getRowCount()];
              float[] upperRange = new float[ resourceModel.getRowCount()];
              allResource.setVisible(false);
              overlapRes.setVisible(false);
              for( int i =0; i< resourceModel.getRowCount(); i++)
                   if(((Boolean)resourceModel.getValueAt(i,4)).booleanValue())
                        lowerRange[i] = -999999999.0F;
                   else
                        lowerRange[i] = ((Float)resourceModel.getValueAt(i,2)).floatValue();
                   if(((Boolean)resourceModel.getValueAt(i,5)).booleanValue())
                        upperRange[i] = 999999999.0F;
                   else
                        upperRange[i] = ((Float)resourceModel.getValueAt(i,3)).floatValue();
              for(int i =0; i<lowerRange.length-1 ; i++)
              {     int temp =i;
                   for(int j= i+1; j<lowerRange.length; j++)
                   {     if(lowerRange[temp] > lowerRange[j])
                             temp = j;
                        else if(lowerRange[temp] == lowerRange[j])
                             if(upperRange[temp] > upperRange[j])
                                  temp = j;
                   if(temp != i)
                   {     float swapt = lowerRange[i];
                        lowerRange[i] =lowerRange[temp];
                        lowerRange[temp] = swapt;
                        swapt = upperRange;
                        upperRange[i] =upperRange[temp];
                        upperRange[temp] = swapt;
              for(int i=0; i<lowerRange.length; i++)
              {     if(lowerRange[i] != number )
                   {     if(lowerRange[i] < number)
                             overlapRes.setVisible(true);
                        else
                             allResource.setVisible(true);
                        return false;
                   number = upperRange[i];
    if(number != 999999999.0F)
              {     allResource.setVisible(true);
                   return false;
              return true;
    catch(Exception e)
    CAT.error("Error in checking wheather resource Bracket is complete or not",e);
    return false;
    this code belongs to action perform method....
    the function for chek rong value is ritten insisde checkresources() function
    plz help

    plz help ASAP

  • Plz help me set classpath

    hi!
    i am trying to set the the path and classpath.on executing my autoexec.bat on win 98.it reads following error
    out of environment space.
    how can i increase environment space.is there any other way out.

    thnx ,it worked.but the exact way is this
    1. Click Start, and then click Run.      
    2.     In the Open box, type sysedit, and then click OK.      
    3.     Click the Config.sys window.      
    4.     At the beginning of the Shell= line, type REM, and then press the
    SPACEBAR.
    If the Shell= line does not exist, proceed to the next step.      
    5.     Press the HOME key.      
    6.     Type the following line to create a new Shell= line, and then press
    ENTER:
    SHELL=C:\COMMAND.COM /E:4096 /P
    7.     On the File menu, click Save.      
    8.     On the File menu, click Exit.      
    9.     Restart the computer.

  • Problems with classpath in Fedora core 4

    hello
    i want to set class path in Fedora core 4 so that my jmf2.1.1e apis is properly taken during compilation and runtime. in short; i want to install jmf into Linux distro sothat i can compile and run its applications.
    also i have a jar file of a jmf media player. now i need to know how to run it from a jar into my Fedora core distro...
    i have downloaded the linux performance pack from sun site and also read the installation notes but that really doesnt help. they say to apply the command 'setenv' into the shell to set environment var but that doesnt work i have seen.
    please help!

    've found the solution to the problem. You have to use the -Xbootclasspath/a parameter when running java.
    Example on unix:
    java -Xbootclasspath/a:${CLASSPATH} -jar test.jar
    Brgds
    Jakob

  • Hi. Deeeep trouble here. I get overload (only 1 core working, it should manage easyly though anyway) with only 1 audio instrument playing. No other things in arrange. iMac i7 2.8, 8gb. Newest Logic Studio. Plz help, guys.

    Hi. Deeeep trouble here. I get overload (only 1 core working, it should manage easyly though anyway) with only 1 audio instrument playing. No other things in arrange. iMac i7 2.8, 8gb. Newest Logic Studio. Plz help, guys.

    TimboDJ wrote:
    Right people, I really hope you can help... here's the story:
    I produce with a friend and approx 4 months ago we both upgraded to brand new MacBook Pro's each and Logic Pro 9 each.
    I bought a 13" MacBook Pro with 4GB and the 2.53Ghz Intel Core 2 Duo processor.
    He bought a 15" MacBook Pro with 4GB and the 2.66Ghz Intel Core i7 processor.
    We both have bought the full version of Logic Pro 9, both done the upgrade to 9.1 and have both set our copies of Logic to 64 bit.
    Why? The only advantage you have from 64 bit is that Logic can use more than 4 GB RAM - which neither of you have. I would strongly recommend setting Logic to 32 bit. On both Books. It might alleviate some or even all the problems - I hope.
    Here's a list of unavailable features in 64 bit mode:
    http://support.apple.com/kb/TS3171
    My friends copy of Logic on his Mac is so buggy its sometimes unusable.
    My mate is about to throw the **** thing out of the window and buy Cubase!
    More often than not it is hard to install new software on computers that have been thrown about.
    Can anyone shed any light please??
    I think 32 bit is your answer. However, the mobile i7 processor does at least have one issue with Logic:
    http://discussions.apple.com/message.jspa?messageID=11460744#11460744
    (same topic, summary)
    http://discussions.apple.com/message.jspa?messageID=11525406#11525406
    regards, Erik.
    Message was edited by: Eriksimon

  • In the new mail app for OSX v10.7 Lion it seems I can only setup my gmail account as an "imap", when I need to set it up as "pop"... PLZ HELP I NEED MY MAIL TO WORK!!!

    In the new mail app for OSX v10.7 Lion it seems I can only setup my gmail account as an "imap", when I need to set it up as "pop"... PLZ HELP I NEED MY MAIL TO WORK!!!

    Go to System prefs
    Select Mail Contacts and Calendars
    Then select Other
    Then select "Add a Mail Account and click create
    Then go to google for the settings you need:
    First here for the settings online at gmail http://tinyurl.com/du3fu
    Then here for the setting in mail http://tinyurl.com/38fevm8
    These are instructions for Mail 4.0 but all of the necessary settings should be listed.

  • Plz Help setting up my Mac g4 with WRT54g. PLEASE!!

    Hey, first let me say that I am brand new to doing anything wireless. Just never had the need for it before and now I am completly lost and havnt a clue what to do or where to go. Here is my situation and what I want to accomplish.
    First I am not trying to go wireless with my Mac. I purchased the router so I could use my internet connection with my XBox360 which is hooked up downstairs from my computer. So basically what Iwant to do is just hardwire my Mac into the router and keep the router right next to my computer. I purchased the Xbox360 Wireless network adaptor and should have all the equipment to get this thing working. The problem is Idont know how to set up the router as no software for the Mac was included and I dont have a wireless card in my Mac or anything like that. I just wanted to plug the internet connection into the router, connect my Mac to port 1 and have the Xbox be the only thing really wireless. Ihope I explkained that good enough.
    I tried just hooking it up and putting the Ethernet cord from my computer in Port 1 but nothing is working. Ieven tried setting up the Xbox360 and it keeps stopping at the DNS section of the setup operation.
    I am clueless where to go from here. I called on the phone and they told me that it doesnt support the Mac but everywhere I look it says that the Mac is supported and even the sales guy said I could use my Mac with this model. I am completly lost and dont know who can help me now. What should have been really simple to setup has now been a total nightmare and a waste of 175 bucks.
    I would be forever endebted to anyone who can help or even point me in the right direction. Again all I want is to keep the router by my computer and keep the computer connected with a wire. Its the Xbox that I really purchased this for. Plz help.
    Thank you!!
    Router impaired Customer

    Well, for the MAC you will have to manually configure the router. You forgot to mention the name of your ISP. If it’s a cable connection then try this :
    Open IE and type http://192.168.1.1 . You will see the login screen.
    Leave the username blank and type "admin" for the password. You will find the set up screen. Go to " Mac Address Clone" subtab. Enable it and click on "clone". Save the settings and power cycle If it’s a DSL connection , under the " Basic Setup " page, change the internet connection type as PPPoE and enter the username and password provided by the ISP.
    Now, once you have an internet connection on the computer, you can try to use your x-box 360.

  • My iphone's setting menu is not working.plz help me

    When i enter into the setting tab all the menu is not working i cant eneter to any item there or even i cant scroll down.plz help me

    Try hard resetting the phone.
    Hold down the sleep/wake button and the home button at the same time until the apple appears and let the phone reset itself.
    Let me know if you've already tried this or if it works.

  • HT1414 hello i can't restore my iPhone anyway not by computer or by the setting someone plz help meee

    im not able to restore my iphone by the setting cause it takes forever and i cant restore my iphone by the computer for some reason and i have not jailbroken it can someone plz help meeee

    Hello MohammedFawzi.  I understand you're trying to recover your notebook to factory conditions.  
    If you're unable to perform the recovery the normal way I suggest ordering a set of Recovery Discs directly from HP.  This will not only reinstall the operating system but will also recreate the partitions (including Recovery), install drivers, and most of the software.
    To order the discs you'll need to contact HP Support in your region.  You can visit HP Support Worldwide to locate your region's contact information.  
    I hope this is helpful.  Have an amazing week!  
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • I have installed broadband tuner but i am unable to uninstall it ? plz help me and also tell me the i can bring setting of sysctl -a to default

    have installed broadband tuner but i am unable to uninstall it ? plz help me and also tell me the i can bring setting of sysctl -a to default

    drcul2008 wrote:
    have installed broadband tuner but i am unable to uninstall it ? plz help me and also tell me the i can bring setting of sysctl -a to default
    Why?  It comes with an uninstaller. 
    Contact the developer for uninstall instructions.

  • Type on a path problem...plz plz plz help!!!!

    This is the image that I have created:-
    I want to make the text 'Circle' be upside down i.e diaplay from left to right in the circle. But I am not able to do that. Plz help. Thanks in advance!
    P

    ScottWeichert wrote:
    You need two paths.. one for the top text, and one for the bottom text. Adjusting the Type on a Path Options for the path witht he bottom text will allow you to move it to the outside and right reading.
    Not really!
    1 Create your text on a path as you have already done
    2 but type the word circle backward "elcriC"
    3 select the backward type word circle with the text tool
    4. go to the character panel and type 180 in the character rotate input field and hit return
    That should do it. That is what I did here and it is all on one path. You can also give it a baseline shift to get it to align better with the path itself.

  • Plz help me how to set values in js from form

    hi alll.......
    i have a problem in my jsp..........i had given hyperlink for second action in jsp, user will select an id from combo...and insert values in text box when they click on button i need to insert these values in database.......
    problem here is all values are passing null value........i am setting through form..i ma not getting the values from anywhere.
    i don't know the problem will u plz help me out in this.........
    thanks in advance.......]chintu

    Your question and the way you type doesn't make much sense to me. Could you be specific about the problem - maybe with code snippets.

  • Help Required for Oracle 9i Installation on Fedora Core 3

    I am new to Linux on Oracle and wanted to set up oracle on Fedora Core 3.
    I have downloaded Oracle9i Database Release 2 Enterprise/Standard Edition
    for Intel Linux from http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html
    I have downloaded it on Windows XP Can any one please suggest me what should be the next steps to install it on Fedora Core 3?
    Thanks in advance

    So copy downloaded installation from Windows to Linux machine using SCP.
    You can download GUI SCP client here: http://winscp.net/eng/index.php
    If you preffer command line tool then you can use PSCP tool: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
    Then use some installation steps for Fedora for example you can use mine (follow exactly all steps):
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    Just little advice don't use root to login to Linux computer, use oracle instead (once it is created).

Maybe you are looking for