Basename,un name, expr dirname not found , can't find libjava.so. problem

Hi, i am new in Java, i got a problem when i tried to execute a java program, it showed the message below:
basename: not found
uname: not found
expr: not found
dirname: not found
can't find libjava.so.
i was run in jdk1.3 base on linux, also, i had checked my PATH and CLASSPATH and LD_LIBRARY_PATH,
i found libjava.so in jdk1.3/jre/lib/i386 too
Was anyone known what those message mean?
Any suggession would be appreciative!

basename: not found
uname: not found
expr: not found
dirname: not foundLooks like your environment is damaged, PATH is set erroneously or something.
java is a symlink to a wrapper script:
$ java -version
java version "1.3.1_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_09-b03)
Java HotSpot(TM) Client VM (build 1.3.1_09-b03, mixed mode)
$ type java
java is hashed (/usr/lib/jdk1.3.1/bin/java)
$ file /usr/lib/jdk1.3.1/bin/java
/usr/lib/jdk1.3.1/bin/java: symbolic link to .java_wrapper
And the script needs basename, dirname ...
$ egrep 'basename|dirname' /usr/lib/jdk1.3.1/bin/java
progname=`basename $0`
PRG="`dirname $PRG`/$link"
APPHOME=`dirname "$PRG"`/..
They can be found in /usr/bin.

Similar Messages

  • Basename, uname, expr, dirname not found, can't find libjava.so. problem

    Hi, i am new in Java, i got a problem when i tried to execute a java program, it showed the message below:
    basename: not found
    uname: not found
    expr: not found
    dirname: not found
    can't find libjava.so.
    i was run in jdk1.3 base on linux, also, i had checked my PATH and CLASSPATH and LD_LIBRARY_PATH,
    i found libjava.so in jdk1.3/jre/lib/i386 too
    Was anyone known what those message mean?
    Any suggession would be appreciative!

    I think, I can help you. Show your programme code first.
    I guess, your programme is printing something on the standard output and the linux shell is again trying to execute it.
    (Dhananjay Singh)
    "Cut Me And I'll Bleed Java"

  • Name tag "embed" not found

    I have a problem on
    http://www.enforcementsecurityservices.com
    When validating CSS, no errors are found.
    When validating HTML, 7 errors are found, all on line 58: no
    attribute for src, quality, pluginspage, type, width, height,
    embed.
    Also, when validating the page, this message shows: The name
    tag "embed" not found in current active versions. XHTML 1.0
    transitional.
    The problem is the slideshow that was created in Flash and
    inserted in Dreamweaver. I used Player 9, Action Script 3.0
    What do I need to do to correct this? Thank you!

    "HelpSandra" <[email protected]> wrote in
    message
    news:go6j65$nlr$[email protected]..
    >I have a problem on
    http://www.enforcementsecurityservices.com
    >
    > When validating CSS, no errors are found.
    >
    > When validating HTML, 7 errors are found, all on line
    58: no attribute for
    > src, quality, pluginspage, type, width, height, embed.
    >
    > Also, when validating the page, this message shows: The
    name tag "embed"
    > not
    > found in current active versions. XHTML 1.0
    transitional.
    >
    > The problem is the slideshow that was created in Flash
    and inserted in
    > Dreamweaver. I used Player 9, Action Script 3.0
    >
    > What do I need to do to correct this? Thank you!
    Check this link
    http://code.google.com/p/swfobject/
    You can also look for the "nested object method"
    Thierry | Adobe Community Expert | Articles and Tutorials ::
    http://www.TJKDesign.com/go/?0
    Spry Widgets |
    http://labs.adobe.com/technologies/spry/samples/
    [click on
    "Widgets"]
    Spry Menu Bar samples |
    http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html

  • HT1926 hey guys,i tried to install the latest version of itunes but when i try to open it,it just comes up windows error 2 apple application support was not found,can anyone help me out and tell me what i need to do pls ?

    hey guys,i tried to install the latest version of itunes but when i try to open it,it just comes up windows error 2 apple application support was not found,can anyone help me out and tell me what i need to do pls ?

    If you run into the "another installation" message even after the reboot of the PC (which is an excellent idea by HTP ProXy), reregistering your Windows Installer Service is worth a try.
    First, launch a command prompt as an administrator. In your Start search, type cmd then right-click on the cmd that comes up and select "Run as administrator".
    At the command prompt:
    Type %windir%\system32\msiexec.exe /unregister and hit enter.
    Type %windir%\syswow64\msiexec.exe /unregister and hit enter.
    Type %windir%\system32\msiexec.exe /regserver and hit enter.
    Type %windir%\syswow64\msiexec.exe /regserver and hit enter.
    Restart the PC and try another reinstalll.

  • When trying to use MobileMe I am getting an error message: AppleSyncPref.exe - Entry Point not found  Can you help?

    When trying to use MobileMe I am getting an error messgae: AppleSyncPref.exe - Entry Point not found  Can anyone assist?

    MobileMe no longer exists...that system was discontinued and merged into iCloud.
    Your old MobileMe email addresses shoule still be valid, or convert into some form of user@ me .com or icloud . com.

  • ORA-02298: cannot enable name - parent keys not found

    Hi All,
    I got this problem while creating Foreign Key constraints ORA-02298: cannot enable name - parent keys not found. How to rectify this problem

    alter table WORK_APPROVAL_DETAILS
    add constraint FK_WRKAPPR_AUTH_APPR foreign key (APPROVER_CODE, PCC_INFO_CODE)
    references AUTHORIZED_APPROVERS (APPROVER_CODE, PCC_INFO_CODE);
    WORK_APPROVAL_DETAILS:
    inspection_id     number(16)               
    work_code      varchar2(18)               
    approver_code     varchar2(12)               
    approver_remarks     varchar2(200)               
    approval_date     date               
    role_code     char(2)               
    reference_no     varchar2(50)               
    pcc_info_code     varchar2(9)               
    status_code     number(4)
    AUTHORIZED_APPROVERS
    approver_code     varchar2(12)               
    approver_name     varchar2(30)               
    dept_code     varchar2(3)               
    desg_code      char(2)               
    is_active     char(1)               
    address     varchar2(250)               
    role_code     char(2)               
    created_by     varchar2(20)               
    created_date     date               
    pcc_info_code     varchar2(9)               
    qualification     varchar2(50)               
    experience      varchar2(25)

  • "disc error or software not found". can anyone help me resolve this please??

    Im trying to burn music to my CD but i have a message appearing saying "disc error or softrware not found" can anyone help me?. Ive had a look at the computer settings about the disc drive but everything seems to be up todate with all the latest softwares.

    Hello TinTin1989
    Continue your troubleshooting with the article below to resolve issues with burning a disk within iTunes.
    iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install
    http://support.apple.com/kb/ts2308
    Regards,
    -Norm G.

  • When trying to launch ITunes I get an error message saying that application fail to start because MSVCR80.dll file not found. Reinstalling app may fix problem.

    When trying to launch ITunes I get an error message saying that application fail to start because MSVCR80.dll file not found. Reinstalling app may fix problem.

    I've just (finally) managed to fix this problem today. I checked the Apple Support forums, and it seems a lot of people are having the same problem.
    I rang the Apple Support line, and the very helpful man (thanks Alan!) talked me through it stage by stage. If you go to the following page on the internet: http://support.apple.com/kb/TS5376   it takes you through the process. WARNING - it takes a little time!
    Basically, the first thing you have to do is go to your Program Files and double click on your iTunes folder. There'll be a number of files with the suffix .dll - you need to move all the .dll files from that folder to your desktop - you can simply click and drag them on the desktop..
    Next, uninstall iTunes - go to Control Panel / Add/Rempve Programs and when the list comes up remove iTunes. This will take a few minutes... Then reboot your computer.
    Next, go back to Control Panel / Add Remove and Remove - IN THIS ORDER -
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support
    Reboot again!
    Next, check in your Program Files that the iTunes folder is completely gone - if it has, great: if it hasn't, right-click on the folder and press Shift and Delete - it will say "Are you sure you want to completely remove the folder "iTunes"? Click on "Yes".
    Reboot!
    Then go to the iTunes download page and voila! It should download iTunes without any problems... well it did for me.... Good luck!

  • I lost the pictures i took with my ipad2 and my vídeos, also my safe note, where can i find them??

    I LOST THE PICTURE I TOOK WITH MY IPAD2 AND MY VIDEOS, ALSO MY SAFE NOTES, WHERE CAN I FIND THEM????

    Had you reset your iPad or just done anything else when you found that they were missing ? If they were on the iPad when you last synced/backed up via your computer's iTunes then you could try restoring to that back up and see if that restores them to your iPad. Also for Notes you could check to see if they are stored on any of the email accounts that you've got on the iPad - try logging into the accounts via a browser and see if any have a Notes folder underneath them.

  • I had itunes installed on my pc. I received notice to update. I started update but gpt the following message - this application failed to start because MSVCR80.dll was not found. Reinstalling may fix the problem. I uninstalled and have tried to reinstall

    I already had itunes installed on my pc. I received an update and tried to install it. I got a message
    This application failed to start because MSVCR80.dll was not found. Reinstalling may fix the problem.
    I uninstalled itunes and tried to reinstall. itunes says it has installed but when I try to open itunes I get the same message.
    How do I repair/sort out this error/fault
    Thanks
    David

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Shows a upload not finished can't find it ?

    Shows a upload not finished can't find it ?

    Hi Pattie,
    It may have resolved itself the notice has now disappeared, strange 
    though...thanks
    NOTICE: This e-mail message including any attachment (collectively  the
    "e-mail") may contain PRIVILEGED and CONFIDENTIAL INFORMATION. The  pictures
    are ©2014 Bob Lampert If you are _not the intended  recipient, then please (a)
    do not read this e-mail, (b)  do not forward, print, copy or otherwise
    disseminate this e-mail, (c) notify me of the error by a reply to this e-mail,
    and (d) delete this e-mail from your computer.. Click to  see..
    Pictures.............
    (https://www.adoberevel.com/shares/4fa8a327a68e4c65a49f61289e154f09/albums/b29e66ff5f18425c 865ac243351f0faa#!) 
    In a message dated 7/15/2014 10:47:51 A.M. Pacific Daylight Time, 
    [email protected] writes:
    Shows  a upload not finished can't find it ?
    created by Pattie F (https://forums.adobe.com/people/Pattie+F)  in  Revel
    - View the full  discussion
    (https://forums.adobe.com/message/6552671#6552671)

  • My computer continues to say xvi.dll was not found. Reinstalling may fix the problem what to do?

    my computer continues to say xvi.dll was not found. Reinstalling may fix the problem what to ?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • "can`t find libjava.so" when I install Oracle9iDB to Red Hat Linux7.2

    Hi, all
    I am new to Linux and want to install Oracle9iDB to my Red Hat Linux7.2. I logon to Linux as user oracle and after mount to the cdrom, to follow the Oracle installation guide, I run the command as following:
    oracle$ /mnt/cdrom/runInstaller
    I got the following error message:
    Initializing Java Virture Machine from /tmp/OraInstall112003-03-20_03-24-28PM/jre/bin/java. Please wait.....
    Error: can`t find libjava.so
    I need a solution and hope you giving me an idea.
    Thanks in advance.
    Peter

    Sorry, I still could not solve this problem, even I found the libjava.so file somewhere, and added the path to the environment variable LD_LIBRARY_PATH in the .bash_profile. Can you tell me more detail about it.
    many thanks,
    Peter

  • Error: can't find libjava.so

    First the facts:
    1. I can use my java and javac tool from anywhere on the tree.
    2. My compilation works without a problem also the running of java classes.
    3. Every time I try to install a program from a copmany called Navini for Solaris.
    #./install.bin
    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. . .
    Error: can't find libjava.so.
    This is the error I get. I tried puting the APPHOME, and JREHOME variables to what they be. I look for the link dependencies and all are correct.
    Any help will be appreciated.
    Thanks,
    Georgios

    Hello Georgios,
    I would suggest that you repost on one of the <b>Java Forums</b>.
    EDIT: Using <b>'Error: can't find libjava.so' +Solaris</b> for a google search found the following website that may give a hint.<br />
    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id =tn_18347
    Michael

  • Error: can't find libjava.  11.5.10 apps installation on OEl5UP3 86_64 bit

    Hi All,
    I am facing problem with 11.5.10 installation on OEL 5 UP3 86_64 bit OS. Below is the issue.
    runProcess_7
    Statusstring Executing Command: OracleHomeCloner -registerOUI
    Error: can't find libjava.so.
    Errors while registering Oracle Home in the inventory
    FINISHED INSTALL PHASE : 9i RDBMS : Fri Jan 8 23:37:10 IST 2010
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Facing problem at step1of5.
    Please let me know if any one faced problem like this.
    Thank You..
    Venkat.

    Hi Venkat
    >
    Statusstring Executing Command: OracleHomeCloner -registerOUI
    Error: can't find libjava.so.
    Errors while registering Oracle Home in the inventoryDo you set LD_LIBRARY_PATH ? Do you check all prerequest for installation?(jdk,rpm etc)
    Plese check below and see its helpful for your issue:
    Note: 316806.1 - Oracle Applications Installation Update Notes, Release 11i (11.5.10.2)
    Note: 294932.1 - Recommendations to Install Oracle Applications 11i
    Note: 110372.1 - 11i: How to Clean up the UNIX Environment After Install Fails
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.Its generic error,please check log file for more details
    Regard
    Helios

Maybe you are looking for

  • Buttons not working on new T61

    I just got a T61 with no OS and installed XP Pro and then got drivers from lenovo site.  The ThinkVantage button, sound buttons next to it, the hotkeys (FN+F?) and trackpoint center button not working.  Any suggestions?

  • Abstract method in constructor

    Hi! This is simplification of my 'problem'. I solved it by more clear approach but I still don't understand the result. Output is: true, false, true. I would expect true, true, true. I use Mac Java 1.4.1. public class TestAbstract { public static voi

  • Waiting for 3.1.1

    We are waiting for a long time to JDev 3.1.1 to convinue our development. Bugs are blocking us and we know that some of them are solved in 3.1.1 delivered to beta tester. When 3.1.1 will be on the market ? Is it possible to obtain patches for our bug

  • If I create a restore point will I have the old sound driver working

    I got this notice: "Dear Customer, You can enjoy improved sound when you use an updated sound driver on the pre-installed sound system on your notebook. To install the updated sound driver follow the steps below: 1. Click Start and click Control Pane

  • Streaming 2 x H264 live videos using smil file?

    Hi, I want to be able to stream a live video using Flash Media Live Encoder 3 using two options of 300 kbps and 150 kbps. I want to give users a choice of stream quality depending on their available bandwidth to maintain the live feed. I have set it