Bug 37313 - jdk 1.3 can not run on RH7.1
Summary: jdk 1.3 can not run on RH7.1
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-24 06:27 UTC by Need Real Name
Modified: 2016-11-24 14:51 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-04-24 06:28:00 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-04-24 06:27:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0)


after install j2sdk1.3, I can not run java. first prompt me not 
find /usr/bin/cut, then I link /bin/cut to /usr/bin/cut, but when I run 
java again, stop there do nothing!

Reproducible: Always
Steps to Reproduce:
1.install jsdk 1.3.0_02
2.enter /usr/java/jsdkXXX/bin/, run java
3.prompt me not find /usr/bin/cut
4.link /bin/cut to /usr/bin/cut
5.run again
6.stop there

Comment 1 Jakub Jelinek 2001-04-24 15:32:11 UTC
Please check RELEASE-NOTES. Most JDKs are buggy, until they are fixed we've
provided a workaround (set LD_ASSUME_KERNEL=2.2.5 environment variable
before running it). Also, either remove the absolute path from cut in JDK
scripts, or ln -sf /bin/cut /usr/bin/.
Both Sun and IBM are working on JDK fixes AFAIK.


Note You need to log in before you can comment on or make changes to this bug.