Problem in installing j2sdk on cygwin-a-top-windowsXP

Sir/madam,
I have cygwin installed on windowsXP. I am new to java. I needed j2sdk for a program and I downloaded the Linux .bin file "j2sdk-1_4_2_07-linux-i586-rpm.bin". I tried to use "./ " installation method as suggested on the site, but got the following messeges after agrreeing to licence terms:
trap: bad signal HUP
Unpacking..
Checksumming...
0
0
Extracting...
./install.sfx.924 not found
Done
But nothing was installed in the folder where I ran this command. Please tell me the solution at the earliest. Whether I downloaded the wrong file for Cygwin-win installation or something else is there. I have even tried the simple bin file but same problem exists.
Thanking in advance.
Rohit Thakkar

Perhaps when flaming about what cygwin is or is not one should consider how it is used. Some folks take their unixy source and compile it, linking with the cygwin dll. But others of us live in a bash or ksh shell in an xterm, all UNDER CYGWIN ON WINDOWS. The problems folks have is that so many proprietary...uh...things, like Javac/java have hard coded methodologies, such as depending on a %PATH% vs. $PATH...Slash vs. backslash. Here's what is probably what should be known by you superdeduper portablility language lovers:
java -classpath `cygpath -wp $CLASSPATH` [arguments]
or
java -classpath $(cygwath -wp $CLASSPATH) GoodByeCruelWorld.class
Man page for cygpath...
CYGPATH(1) CYGWIN CYGPATH(1)
NAME
cygpath - Convert Unix and Windows format paths, or output system path
information
SYNOPSIS
cygpath (-d|-m|-u|-w|-t TYPE) [-f FILE] [OPTION]... NAME...
cygpath [-c HANDLE]
cygpath [-ADHPSW]
OPTIONS
Output type options:
-d, --dos
print DOS (short) form of NAMEs (C:\PROGRA~1\)
-m, --mixed
like --windows, but with regular slashes (C:/WINNT)
-M, --mode          report  on  mode  of  file  (currently  binmode  or
textmode)
-u, --unix
(default) print Unix form of NAMEs (/cygdrive/c/winnt)
-w, --windows
print Windows form of NAMEs (C:\WINNT)
-t, --type TYPE
print TYPE form: 'dos', 'mixed', 'unix', or 'windows'
Path conversion options:
-a, --absolute
output absolute path
-l, --long-name
print Windows long form of NAMEs (with -w, -m only)
-p, --path
NAME is a PATH list (i.e., '/bin:/usr/bin')
-s, --short-name
print DOS (short) form of NAMEs (with -w, -m only)
System information:
-A, --allusers
use `All Users' instead of current user for -D, -P
-D, --desktop
output `Desktop' directory and exit
-H, --homeroot
output `Profiles' directory (home root) and exit
-P, --smprograms
output Start Menu `Programs' directory and exit
-S, --sysdir
output system directory and exit
-W, --windir
output `Windows' directory and exit
Other options:
-f, --file FILE
read FILE for input; use - to read from STDIN
-o, --option
read options from FILE as well (for use with --file)
-c, --close HANDLE
close HANDLE (for use in captured process)
-i, --ignore
ignore missing argument
-h, --help
output usage information and exit
-v, --version
output version information and exit
DESCRIPTION
The cygpath program is a utility that converts Windows native file-
names to Cygwin POSIX-style pathnames and vice versa. It can be used
when a Cygwin program needs to pass a file name to a native Windows
program, or expects to get a file name from a native Windows program.
Alternatively, cygpath can output information about the location of
important system directories in either format.
The -u and -w options indicate whether you want a conversion to UNIX
(POSIX) format ( -u) or to Windows format ( -w). Use the -d to get
DOS-style (8.3) file and path names. The -m option will output Win-
dows-style format but with forward slashes instead of backslashes.
This option is especially useful in shell scripts, which use back-
slashes as an escape character.
In combination with the -w option, you can use the -l and -s
options to use normal (long) or DOS-style (short) form. The -d option
is identical to -w and -s together.
Caveat: The -l option does not work if the check_case parameter of
CYGWIN is set to strict, since Cygwin is not able to match any Win-
dows short path in this mode.
The -p option means that you want to convert a path-style string
rather than a single filename. For example, the PATH environment vari-
able is semicolon-delimited in Windows, but colon-delimited in UNIX.
By giving -p you are instructing cygpath to convert between these
formats.
The -i option supresses the print out of the usage message if no file-
name argument was given. It can be used in make file rules converting
variables that may be omitted to a proper format. Note that cygpath
output may contain spaces (C:\Program Files) so should be enclosed in
quotes.
cygpath usage
#!/bin/sh
if [ "${1}" = "" ];
then
XPATH=".";
else
XPATH="$(cygpath -w "${1}")";
fi
explorer $XPATH &
The capital options -D, -H, -P, -S, and -W output directories used
by Windows that are not the same on all systems, for example -S might
output C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM. The -H shows the Win-
dows profiles directory that can be used as root of home. The -A
option forces use of the "All Users" directories instead of the cur-
rent user for the -D and -P options. On Win9x systems with only a
single user, -A has no effect; -D and -AD would have the same out-
put. By default the output is in UNIX (POSIX) format; use the -w or
-d options to get other formats.
COPYRIGHT
Cygwin is Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
Red Hat, Inc.
Cygwin is Free software; for complete licensing information, refer to:
http://cygwin.com/licensing.html
MAINTAINER
This man page was written and is maintained by Joshua Daniel Franklin,
[email protected]
SEE ALSO
The full documentation to the Cygwin Utilities is maintained on the web
at:
http://cygwin.com/cygwin-ug-net/using-utils.html
The website is updated more frequently than the man pages and should be
considered the authoritative source of information.
2006 Aug 09 CYGPATH(1)

Similar Messages

  • Problem installing j2sdk 1_4_2-beta

    Hi,
    I try to install j2sdk-1_4_2-beta-linux-i586 and I got some problems :
    # ./j2sdk-1_4_2-beta-linux-i586.bin
    Pre-Release
    Binary Software Evaluation Agreement
    SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE
    representative of each party. (LFI#120740/Form ID#011801)
    Do you agree to the above license terms? [yes or no]
    yes
    ./j2sdk-1_4_2-beta-linux-i586.bin: df: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: awk: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: [: -lt: unary operator expected
    Unpacking...
    Checksumming...
    0
    0
    ./j2sdk-1_4_2-beta-linux-i586.bin: chmod: command not found
    Extracting...
    ./j2sdk-1_4_2-beta-linux-i586.bin: ./install.sfx.30081: Permission denied
    ./j2sdk-1_4_2-beta-linux-i586.bin: rm: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: mkdir: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: mkdir: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: touch: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: chmod: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: touch: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: chmod: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: cd: j2sdk1.4.2: No such file or directory
    ./j2sdk-1_4_2-beta-linux-i586.bin: grep: command not found
    ./j2sdk-1_4_2-beta-linux-i586.bin: grep: command not found
    Done.
    On my system these commands are in /usr/local/bin
    It would be great if this path can be added to the j2sdk installation program.
    regards,
    Pierre.

    Pierre,
    Why don't you add those paths to the .profile of the
    user which is used for the install of the sdk? Since
    /usr/local/bin contains some of the most used UNIX
    commands it would seem logical to have that in the
    default path or am I missing something here (I am a
    UNIX user not admin, so maybe there are reasons not to
    add this to the path???)
    Cheers,
    DavidI installed the sdk as root, and it has /usr/local/bin in his PATH variable.
    Pierre.

  • Problems with installation J2SDK on a GLIB 2.2.4

    Hi,
    everyone say that Microsoft's products have a lot of bugs,.... but I�m trying (and tired) to install J2SDK 1.4.0_01 and the installer showed me repetitively the error "glibc >= 2.1.2-11" is need to j2sdk-1.4.0_01.fcs. So what was the problem ? My glibc version is 2.2.4!
    Sun lies when says 'write once, run anywhere"!!!
    Best wishes,
    Fl�vio Queiroz
    Sun Certified Programmer
    [email protected]

    Hi,
    everyone say that Microsoft's products have a lot of
    bugs,Never mind people who complain about bugs... if you develop software,
    you are paid to deal with it. :)
    .... but I�m trying (and tired) to install J2SDK
    1.4.0_01 and the installer showed me repetitively the
    error "glibc >= 2.1.2-11" is need to
    j2sdk-1.4.0_01.fcs. So what was the problem ? My
    glibc version is 2.2.4! Me too- it is frustrating, but Linux has been in the SUN-shine only recently. :)
    >
    Sun lies when says 'write once, run anywhere"!!!Now, now. There is some truth behind this marketing slogan, but no reason to use such strong words. Or you could conclude that all and everyone lies.
    I'll let you know when I resolve the issue. Patience is a virtue. :)
    ivaylo
    >
    Best wishes,
    Fl�vio Queiroz
    Sun Certified Programmer
    [email protected]

  • Error Message when trying to install j2sdk

    When I try installing j2sdk i get an error message tellijg me that a dll file (users32.dll) has been moved in the memory and the moving of the file happened because "C:/WINDOWS\system32\SHELL32.dll" was using the area that really was reserved for windows DLL's.
    It makes no sense at all, and i hope somebody has an idea of what to do?...
    Thank you in advance...

    Looks like a windows problem. Try an operating system instead.

  • Error while installing j2sdk-1_4_2_08-windows-i586-p

    when I tried to install j2sdk-1_4_2_08-windows-i586-p by running the installer j2sdk-1_4_2_08-windows-i586-p.exe, a massage box displayed with this error:
    Java(TM) Update (1.4.2_08-b03) can not be installed on this machine because the Java(TM) virtual machine is currently running.
    Please cloase all running Java(TM) applications espicially browsers.
    The problem is that no browsers were opened, and no JVM is running!
    could any one help me.

    if my above link doesn't satisfy you, try this one : http://support.installshield.com/kb/view.asp?articleid=q107033

  • Problems to install OS X Lion

    I just buy on app store the new OS X lion and im having problems to install it on my mac book air.
    Someone can help me ?
    When i follow the instruction it stop on the windows saying " selected the disque"  but i can't select anyone , i don't undersand i have free space on my mac
    ( 8 GO )
    Thanks for your help
    Co

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select "/var/log/install.log" from the file list. Post the messages from the last installation or update attempt, starting from the time when you initiated it. If you're not sure when that was, start over and note the time.
    Post the log text, please, not a screenshot. If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

  • Error 'Virtual Machine in Use' while installing J2SDK 1.4.2_02

    Hi everyone,
    When I try to install J2SDK 1.4.2_02 I receive an error message telling me that J2SDK cannot be installed because the java virtual machine (doesn't tell which one) is in use.
    I have no java virtual machine running, confirmed by task manager and other third-party programs. And if I install JDK 1.4.2 (no revision) I have no problem.
    �Any ideas? Regards and thanks in advance.

    See the original posting and comments in http://forum.java.sun.com/thread.jsp?forum=14&thread=462167 and the bug http://developer.java.sun.com/developer/bugParade/bugs/4953793.html
    Rebooting has no effect whatsoever on this problem; even if you can now get the SDK installed, a non-administrative account won't be able to use the JRE in it, nor will the user be able to use the other JRE installed in the default location.

  • Error installing j2sdk-1_3_1_02-win.exe

    Please help,
    when installing j2sdk-1_3_1_02-win.exe on win2k professional I am getting the error "Java 2 Runtime Environment setup failed with error code of -1". I am not getting any error with jdk-1_2_2_011-win.exe. Is it something related to machine specific? Is there any thing i need to configure before installing j2sdk-1.3.1_02?
    Thanks,
    Ramesh.

    Ramesh,
    I am having a similar problem with the un/re-installation of the NetBeans IDE. When installing the first time I was prompted to enter a working directory and the directory structure was entered incorrectly. When re-installing the software it did not prompt for the working directory... instead the directory was set to the previous "wrong" path. I can't seem to find anyway to fix this issue or find any files to delete in order to get a fresh install. Anyone who can help your comments would be appreciated.
    Thanks
    Dave

  • Unable to install " j2sdk-1_4_2_12-windows-i586-p-iftw "

    hi all,
    i am installing " j2sdk-1_4_2_12-windows-i586-p-iftw " on my system, but the error i get during installtion is like " current internet connect connection proxr setting doesn't allow to install j2sdk ".
    i have gone gone through SUN ONLINE HELP ; it is saying that if i bypass internet proxy setting then i wouldn't have such problem.
    can anyone tell me , how we bypass internet proxy setting ??
    --------- gyanendra

    You speak with your sys admin, and explain what you need.

  • Installing j2sdk 1.4.0 on RedHat 7.2

    Hi,
    I've tried following the instructions on how to install the SDK on linux and it doesn't seem to be working. The instructions I'm following can be found at:
    http://java.sun.com/j2se/1.4/install-linux.html
    It seems to install correctly, but when I try to run java or javac, it gives me:
    bash: java: command not found
    When I ran the rpm.bin binary file, it runs through the license agreement and then asks to install. I say yes and it inflates j2sdk-1_4_0_01-fcs-linux-i386.rpm from j2sdk-1_4_0_01-linux-i586-rpm.bin. The file it inflates isn't the same filename as mentioned in the instructions.
    I then run rpm -iv j2sdk-1_4_0_01-fcs-linux-i386.rpm after changing to root and it says:
    Preparting packages for installation...
    j2sdk-1_4_0_01-fcs
    If someone could help me with installing, I would be very appreciative. Also, if you could tell me how to set my CLASSPATH, that would be helpful as well. Thanks

    Hi!,
    I'm trying to install j2sdk 1.4.0.01 on RedHat 7.2. When I run the bin file (installation file), after the installation instructions and licence listing, Unpacking is done and after checksumming...., I'm getting the following error message "The download file appears to be corrupted. Please refer to the troubleshooting section of the installation instructions on the download page, for more information. Please don not attemtp to install this archive file". If I check the file size that given in the site and the size of the file for installing, there is no difference in the size.
    One more observation is, I had successfully installed JDK1.4.0 on RedHat 6.2 with the same download file and it is working fine. Any sugestion for this problem would be helpful.
    Thanks in advance
    Ravi.

  • Problem in Installing Netweaver Sneak Preview Java version

    I am doing a full Local installation of the NW04 SP11 Java Sneak Preview.
    I have installed J2SDK 1.4.2.09 & the loopback adaptor on MS windows 2000 SP3.
    When I ran the installation of the WAS, the installer just stopped at the Step "Load Java Database Content". There is no error message neither did my system hang. But the installer just stays there and nothing happened.
    Can someone please guide me through this. It's very frustrating now.
    Regds
    Thiru

    Hi Thiru,
    to which directory have you extracted the files? Give C:\temp a try because there are problems with to long Path names.
    Regards
    Gregor

  • Problem with installing and uninstalling applicati...

    hi all,
    I have a problem with installing or uninstalling apps on 808. When i try to install an application through Nokia suite or when trying to run the application file from the phone's memory the screen freezes and becomes unresponsive but the 3 phone buttons work just fine. I have to shut down the phone and the screen becomes responsive again. Anything available to help me wiith this situations as I cannot use any of the apps I have. Any help much appreciated.
    Regards
    Alex

    You are not alone. Im also having the same issue because we do alot of install and uninstall apps. This is the bad point of symbian. But I tired to install the latest FP2 it will be slightly abit smoother now. So you have the latest version now but did you tired to restore any backup yet? It might be the setting on when you restore that affect it. The feezing should be shorten on FP2 but it will still remain there depending on the type of apps from what I experience.
    I hope they will provide multiple function to uninstall apps since it will go through a long process to uninstall apps 1 by 1.
    Reason is because some apps will go through process like preparing install, process install, finalising install which take away your control for that few seconds or a minute instead runnning in background mode. Its not convenient to uninstall more apps.

  • Problem with installing Elements - from noob

    I have problems with installing Elements, it gives my an unknown mistake - I already have CS4 up and running, could this be the case?

    Chances are not very good that pse 4 will run on os x 10 6.8 unless you were upgrading from an earlier mac version that already had pse 4 installed.
    as per this:
    http://forums.adobe.com/message/4474236#4474236

  • Problem with installing patch SP1b

    Hello All,
    I have a development server running on XP pro with live cycle 8.0.1.  I 'm facing a problem while installing patch SP1b to that server.  I have attached the log file.
    My problem is
    I copied a process' .lca file from a server running on windows server 2003 with patch installed and deployed on the development server.  Now in my development XP box, workspace is opening but when i tried to open the process, before rendering the pdf form it is giving "An error occurred during the operation (endpoint id 401). (ALC-WKS-007-027)" error.  I have even crosschecked the input xfaform variable also; every thing is perfect. The details are as below:
    The Server from which i copied is: (windows server 2003)
    License Type: Full Version: 8.0.1
    Patch Version: SP1b
    Expired Date: Not Applicable
    Installed Components
    Product
    Version
    Patch
    License Type
    LiveCycle Process Management ES
    8.0.1
    SP1b
    Full
    LiveCycle Forms ES
    8.0.1
    SP1b
    Full
    The server to which i deployed is: (xp pro)
    License Type: Full Version: 8.0.1
    Patch Version:
    Expired Date: Not Applicable
    Installed Components
    Product
    Version
    Patch
    License Type
    LiveCycle Process Management ES
    8.0.1
    Full
    LiveCycle Business Activity Monitoring ES
    8.0.1
    Full
    LiveCycle Forms ES
    8.0.1
    Full
    Will that patch version could be the problem?  What could be the problem and what is the solution?
    Thanks
    Deepak

    Anybody knows the answer?

  • Problem with installing iTunes

    So these are my problems with installing iTunes.
    At first it was :
    A required iTunes component is not installed.Please repair or reinstall iTunes (-45019)
    Then it got worse as it would not even open and these would appear:
    The program can't start because AVFoundationCF.dll is missing from your computer. Try reinstalling the program to fix this problem.
    and this would appear:
    iTunes was not installed correctly. Please reinstall iTunes.
    Error 7 (Windows error 126)
    I reinstalled maybe about 5 times or more...
    If I thought I solved the above problem, this would appear:
    iTunesHelper.exe is not installed on my computer.
    I seen other people comment that you should unistall and restart the computer and install the setup again, but it does not work..
    And others would say to repair the AAS or iTunes etc..
    And after trying all these it does not work???
    What else works?

    I also tried repairing the Microsoft NET.

Maybe you are looking for

  • How to get the SR NO in a report

    Hi all, I am new to report and was wondering how I get the SrNO in a report like below example. SrNO Name Dept 1 ABC Sales 2 xyz Admin Should i use CF or CP etc ??? Regards Sunny

  • How much data does Apple TV use?

    I am experiencing a large amount of data usage and cannot determine what the culprit is.  I am approaching my cap of data allowance on a regular basis.  Does anyone know how much data the Apple TV uses?  I realize it depends on what you are streaming

  • Plan driven procurement - P.O created with existing number in SRM

    We are into SRM 7.0 with ECC 6.0 as backend.   Scenario is classic We are testing PDP process, the business scenario starts with "Reservation" in R3---PR  is then generated via MRP in MM ->Transferred to SRM---> SC created through PDP channel in SRM

  • Problem with AMFPHP

    Hi, I try to load function from PHP using AMFPHP in Flash. But Flash returns an error: Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.Failed AMFPHP works correctly and I tested my PHP service in it -- it's OK. What can c

  • New user and having a hard time with searches

    Our company got SB1 several months ago and I've only been using it recently. I also don't think we are using it correctly. We have been assigning some customers as "showroom customer" when we think they are only buying once, or making small purchases