![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Listing directories and sub directories | jinxor | UNIX for Advanced & Expert Users | 3 | 03-11-2008 10:27 AM |
| moving directories to new directories on multiple servers | mackdaddy07 | Shell Programming and Scripting | 0 | 04-06-2007 11:30 AM |
| Relink a binary | big123456 | UNIX for Advanced & Expert Users | 1 | 03-27-2007 05:08 PM |
| Compilation of gettext produces relink errors | töfte | AIX | 0 | 09-05-2006 06:15 PM |
| du -ks on certain directories only | Shambo | Shell Programming and Scripting | 1 | 09-05-2002 04:41 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
relink directories
Hello,
I installed a new java version on a suse linux box. I see directory java is linked to the old SunJava 1.3 version. How can I relink it to the j2re1.4.2_15 directory so it will use the new java version without me having to hardcode the directory. Thanks. Code:
lrwxrwxrwx 1 root root 12 Jul 1 2005 java -> SunJava2-1.3 lrwxrwxrwx 1 root root 12 Jul 1 2005 java2 -> SunJava2-1.3 Test:/usr/lib # ls -lrt | grep j2re1* drwxrwxr-x 8 root root 4096 Jan 8 17:08 j2re1.4.2_15 Test:/usr/lib # |
|
||||
|
Probably should do this, but I got on another box so I would mess up our man test box and figured this out... I just rm java and java2... remade the links with the new java, one minor directory change and all is ok I guess.. Thanks.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|