Changes between Version 3 and Version 4 of jdk
- Timestamp:
- 05/19/2008 06:03:59 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jdk
v3 v4 19 19 }}} 20 20 21 '''If you use a timestamp based packager (install-log)''' 22 23 If you are using a package manager that logs installations such as install-log, you will need to touch each file after installation. Use the following commands: 24 25 {{{ 26 for file in `find /opt/jdk/ -type f` 27 do 28 touch $file 29 done 30 }}} 21 31 22 32 [wiki:Programming Up][[br]]