This week's book giveaway is in the Testing forum.
We're giving away four copies of Practical Unit Testing with TestNG and Mockito and have Tomek Kaczanowski on-line!
See this thread for details.
The moose likes Linux / UNIX and the fly likes JDK1.4.0 packages do not show up, does it matter? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "JDK1.4.0 packages do not show up, does it matter?" Watch "JDK1.4.0 packages do not show up, does it matter?" New topic
Author

JDK1.4.0 packages do not show up, does it matter?

Mark Lau
Ranch Hand

Joined: Dec 15, 2001
Posts: 120
I successfully installed the JDK1.4.0 self-extracting binary into my Solaris 8 system. I can compile Java code, can run tomcat very well. But the problem is when I use pkginfo|grep 'SUNWj', the JDK1.4.0 packages do not show up. Why? And does this matter?
Guy Allard
Ranch Hand

Joined: Nov 24, 2000
Posts: 776
Hi Gene - Your download probably just extracted a tar.gz (or similar) file, and ran a 'standard' *nix install from that.
That is certainly what happened on my RH Linux box. The package manager (rpm) did not get involved, and so knows nothing of the code.
I don't think it matters as long as you know: it is installed; what directories it is in (so you can rm -rf if necessary); and that it works.
Regards, Guy
 
 
subject: JDK1.4.0 packages do not show up, does it matter?
 
Threads others viewed
Package Contents with Rational Rose
How to solve j2sdk1.4.1_01 xml library conflict problem?
Install JDK question
packages in component diagrams
REINSTALL JDK1.4.0
IntelliJ Java IDE