JRE problems

I installed jre 1.6.0.27 version, but when I type java -version, it
shows that I still have the 1.6.0.26. Why is that?


PauliusC

PauliusC’s Profile: http://forums.novell.com/member.php?userid=116334
View this thread: http://forums.novell.com/showthread.php?t=444780

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The ‘java’ first in your environment’s PATH variable is apparently being
found before (or instead of) the 1.6.0_27 JRE. You may need to
explicitly set the path to your *27 JRE to be found first… such as
(not tested, probably wrong path… etc.):

export PATH=/usr/java/jre1.6.0_27/bin:$PATH
java -version

If you export PATH correctly you should see your version found first
before other versions.

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOe6uHAAoJEF+XTK08PnB5f6AP/0Bj0NdHXPPlnDq8T0bP6LAb
oUfmCLjCpVcA713i8A7yEJMamkTnWXWfHHdTeTmgX52a38GTQjUyNxz0hfwTIQPd
Wga+7nxF2W+hywrBrsjmAU+Ys8LqjaYmw26YkZWCQdhN8CursZVnkVnp54X1aLaZ
NnQ1cHl5dCcdrliym9BF615jshcEsQP/3bKoY2ZU8YFe7Jpn5q7ixx8ysh9s0D9i
0Ws//qQvDbBgksJVQIwNkMlUPJACLTKGKSJfmU80PDY+rfgPtk+eUSP6h5msWdJk
A6FpbEJyVD0a0KFcnywL7gPecxKcUXdma+u27nyNEHynWuLU/LKGEQUFy3Wjiski
liVDUCP2S+YjbANsHVvJ8bPErcdGqyv9bU/+KLnW2ceswI7KFE2Djdkn7dj7RzXf
Yho/y5wc1lsbAm9hEOc9MCqYWnCP1axDubPfOEi0rV1O9DAhjlOCcLlpcf76fH1v
uYKa3fiv4CIyhcAGeITk1GavWlCEyxQdXwkrzdEczPutusz6BjM5bYq6VAVZhy/k
BAytXaAsKpX0f+pOR3dveN5GU+cbfdsbpuzY7DMrdw6GnHX1As7KD/Ga1vvkzTGJ
xolIBbIfn9J0j2G1r3ibNelxv3KtbXJ4DgOOim2a0ri0mSpL+EoXdJA0gVJ2ARoc
nAsqsBWyDbgG59sYsULC
=B5Yj
-----END PGP SIGNATURE-----

ab;2140078 Wrote:[color=blue]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The ‘java’ first in your environment’s PATH variable is apparently
being
found before (or instead of) the 1.6.0_27 JRE. You may need to
explicitly set the path to your *27 JRE to be found first… such as
(not tested, probably wrong path… etc.):

export PATH=/usr/java/jre1.6.0_27/bin:$PATH
java -version

If you export PATH correctly you should see your version found first
before other versions.

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - ‘Enigmail: A simple interface for
OpenPGP email security’ (http://enigmail.mozdev.org/)

iQIcBAEBAgAGBQJOe6uHAAoJEF+XTK08PnB5f6AP/0Bj0NdHXPPlnDq8T0bP6LAb
oUfmCLjCpVcA713i8A7yEJMamkTnWXWfHHdTeTmgX52a38GTQjUyNxz0hfwTIQPd
Wga+7nxF2W+hywrBrsjmAU+Ys8LqjaYmw26YkZWCQdhN8CursZVnkVnp54X1aLaZ
NnQ1cHl5dCcdrliym9BF615jshcEsQP/3bKoY2ZU8YFe7Jpn5q7ixx8ysh9s0D9i
0Ws//qQvDbBgksJVQIwNkMlUPJACLTKGKSJfmU80PDY+rfgPtk+eUSP6h5msWdJk
A6FpbEJyVD0a0KFcnywL7gPecxKcUXdma+u27nyNEHynWuLU/LKGEQUFy3Wjiski
liVDUCP2S+YjbANsHVvJ8bPErcdGqyv9bU/+KLnW2ceswI7KFE2Djdkn7dj7RzXf
Yho/y5wc1lsbAm9hEOc9MCqYWnCP1axDubPfOEi0rV1O9DAhjlOCcLlpcf76fH1v
uYKa3fiv4CIyhcAGeITk1GavWlCEyxQdXwkrzdEczPutusz6BjM5bYq6VAVZhy/k
BAytXaAsKpX0f+pOR3dveN5GU+cbfdsbpuzY7DMrdw6GnHX1As7KD/Ga1vvkzTGJ
xolIBbIfn9J0j2G1r3ibNelxv3KtbXJ4DgOOim2a0ri0mSpL+EoXdJA0gVJ2ARoc
nAsqsBWyDbgG59sYsULC
=B5Yj
-----END PGP SIGNATURE-----[/color]

Didn’t work, java -version still finds 26th


PauliusC

PauliusC’s Profile: http://forums.novell.com/member.php?userid=116334
View this thread: http://forums.novell.com/showthread.php?t=444780

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Post the output of the following command:

which java

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOfH8aAAoJEF+XTK08PnB5+McP/2xa+d+7kNGuROsDW8oJqaZg
axQFVZtU6tFYeJJFuPMzc2c4wNz6GxBm183uGyfRZqZD3zYMI3HhWaxY+2Wcv2qK
lQ0RZPPRvFEtDsbHtRPNAGBEOx5yJ+PeGT8iysjjK//QVQxBY0Yxwem2Qb5WhaRg
UTZx7ef21SVVMlPkwn525rz0q9jNWedlYzZYCVZGxP3emvaNQi4CBHlPk4gfFDX5
t3YHhJV1tBPbCoQZbz3I81bKv19yKLDBZn/sYHASaoC1ltYJjBgR1hD1HZGAPus2
+vlE2veI2GC9oHxdVyonOr01TmhlEi4O8ukxlzwMs8JIVXletscfzfg7xqkaQuRQ
Zx+KENv/QwG5FlwxhwCGZ2cCvlhI/dbhLfufMNmiv3Sxmr1uW+rkWnOFXl92r1qn
4uYZn+ji2P70mwXI/YAg5Egdevuna9pLY4Ulu1rJhxOLBGNK+iKMIP3VepLkt808
9M3wBCrnPFGzbUZK2sajLYwinkV6nM9O0GND+rrFT5ZeGAUc0H9eZLDfnTgPBCNH
eFCNtvlwCI+V3teeXas8/IxnamVVjF8FppNyk0dbLaaxjwS9FgTSIyheKcc3zH1Z
Y8R/J4HNzu6yqW85+DG/5GBIGeS3ATAhWZ2ADlNqVXrjYcGYXZhQoNS+Qx9QuTXM
+1378e1sxGwpv0JOlARa
=maqY
-----END PGP SIGNATURE-----

ab;2140319 Wrote:[color=blue]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Post the output of the following command:

which java

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - ‘Enigmail: A simple interface for
OpenPGP email security’ (http://enigmail.mozdev.org/)

iQIcBAEBAgAGBQJOfH8aAAoJEF+XTK08PnB5+McP/2xa+d+7kNGuROsDW8oJqaZg
axQFVZtU6tFYeJJFuPMzc2c4wNz6GxBm183uGyfRZqZD3zYMI3HhWaxY+2Wcv2qK
lQ0RZPPRvFEtDsbHtRPNAGBEOx5yJ+PeGT8iysjjK//QVQxBY0Yxwem2Qb5WhaRg
UTZx7ef21SVVMlPkwn525rz0q9jNWedlYzZYCVZGxP3emvaNQi4CBHlPk4gfFDX5
t3YHhJV1tBPbCoQZbz3I81bKv19yKLDBZn/sYHASaoC1ltYJjBgR1hD1HZGAPus2
+vlE2veI2GC9oHxdVyonOr01TmhlEi4O8ukxlzwMs8JIVXletscfzfg7xqkaQuRQ
Zx+KENv/QwG5FlwxhwCGZ2cCvlhI/dbhLfufMNmiv3Sxmr1uW+rkWnOFXl92r1qn
4uYZn+ji2P70mwXI/YAg5Egdevuna9pLY4Ulu1rJhxOLBGNK+iKMIP3VepLkt808
9M3wBCrnPFGzbUZK2sajLYwinkV6nM9O0GND+rrFT5ZeGAUc0H9eZLDfnTgPBCNH
eFCNtvlwCI+V3teeXas8/IxnamVVjF8FppNyk0dbLaaxjwS9FgTSIyheKcc3zH1Z
Y8R/J4HNzu6yqW85+DG/5GBIGeS3ATAhWZ2ADlNqVXrjYcGYXZhQoNS+Qx9QuTXM
+1378e1sxGwpv0JOlARa
=maqY
-----END PGP SIGNATURE-----[/color]

Yeah, I just wanted to add that to my post.

Code:

which java
/usr/bin/java


I checked directory. There are 3 folders: jre1.6.0_27, default, and
latest (‘default’ is the link to ‘latest’ which is link to ‘jre1.6.0_27’
I guess, I’m quite confused).


PauliusC

PauliusC’s Profile: http://forums.novell.com/member.php?userid=116334
View this thread: http://forums.novell.com/showthread.php?t=444780

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Okay, my bad… where does that point?

ls -l /usr/bin/java

If the result is somewhere like /etc/alternatives/java then find out
where that one points and so on until you get to a real file.

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOfIrFAAoJEF+XTK08PnB5RV8QAIBrejBiz9Hu7rI4p0p9b3vK
wQDFqNNqAXtjEXBGTKQW0mkDhdWCw3cSz8vb2pMeBzABUh2xFAKSBb5UcMKJN5M+
2zRVPVYSENy5pVEjBO43q3dZbX8OK8u7K2huhEvaLsV6XikmNtHrD6kSFOv6cZN4
tJxiO0/VhYMV2ELN5+4BXXNc98ymOpSvx0WliOM+yWIWNmqK7ZgLfYqV8BwJy+rN
T73KEIf+DOlN+Vc8D84AcnBEhtUsPF1bfyi72ukh0xoTYVxXD/5glQgCkNJFBytW
1rUPx7nwqjXtvpq6S5g2/1cjBHaDoO9SxVOTuJ08fJn1q0XhlwADs4wNmdRTHDIX
upBJaCbLs42GRDbGrEhGOKdofr6QpAz1wH95KLhm0YIWuMeaDVwv3kCrm75EhzgK
w1cOHWul+BafIyqnwbwkPSM1vXVlxIGNspZvw5jX/ZB47ZZa4PJzSJe6YjN64p+/
L/rcsmGC9m5wbY4n5aTy+J7gjolckLX/6j05HuM2vlAVQ9EOvObEguc3GgVTntOS
UKojzNLGl2mX/fUwqgk0/pDFYEdI1xkxZXxtyqlNtjc2A+iZDnzTY0S7IzSqEObp
ORS0DHoMX5ueLSE2Z0JDMOHtM8CRqCaWkA06900z5V/XEIOJ33vG5/WUXjwe5RJE
eTOV+wrr62TYPQ6EZ/FO
=4Fib
-----END PGP SIGNATURE-----

ab;2140386 Wrote:[color=blue]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Okay, my bad… where does that point?

ls -l /usr/bin/java

If the result is somewhere like /etc/alternatives/java then find out
where that one points and so on until you get to a real file.

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - ‘Enigmail: A simple interface for
OpenPGP email security’ (http://enigmail.mozdev.org/)

iQIcBAEBAgAGBQJOfIrFAAoJEF+XTK08PnB5RV8QAIBrejBiz9Hu7rI4p0p9b3vK
wQDFqNNqAXtjEXBGTKQW0mkDhdWCw3cSz8vb2pMeBzABUh2xFAKSBb5UcMKJN5M+
2zRVPVYSENy5pVEjBO43q3dZbX8OK8u7K2huhEvaLsV6XikmNtHrD6kSFOv6cZN4
tJxiO0/VhYMV2ELN5+4BXXNc98ymOpSvx0WliOM+yWIWNmqK7ZgLfYqV8BwJy+rN
T73KEIf+DOlN+Vc8D84AcnBEhtUsPF1bfyi72ukh0xoTYVxXD/5glQgCkNJFBytW
1rUPx7nwqjXtvpq6S5g2/1cjBHaDoO9SxVOTuJ08fJn1q0XhlwADs4wNmdRTHDIX
upBJaCbLs42GRDbGrEhGOKdofr6QpAz1wH95KLhm0YIWuMeaDVwv3kCrm75EhzgK
w1cOHWul+BafIyqnwbwkPSM1vXVlxIGNspZvw5jX/ZB47ZZa4PJzSJe6YjN64p+/
L/rcsmGC9m5wbY4n5aTy+J7gjolckLX/6j05HuM2vlAVQ9EOvObEguc3GgVTntOS
UKojzNLGl2mX/fUwqgk0/pDFYEdI1xkxZXxtyqlNtjc2A+iZDnzTY0S7IzSqEObp
ORS0DHoMX5ueLSE2Z0JDMOHtM8CRqCaWkA06900z5V/XEIOJ33vG5/WUXjwe5RJE
eTOV+wrr62TYPQ6EZ/FO
=4Fib
-----END PGP SIGNATURE-----[/color]

Code:

ls -l /usr/bin/java
lrwxrwxrwx 1 root root 22 2011-04-13 14:32 /usr/bin/java → /etc/alternatives/java


Edit: which actually is the link to:
/usr/lib/jvm/jre-1.6.0-sun/bin/java


PauliusC

PauliusC’s Profile: http://forums.novell.com/member.php?userid=116334
View this thread: http://forums.novell.com/showthread.php?t=444780

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

and which version is that?

/usr/lib/jvm/jre-1.6.0-sun/bin/java -version

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOfJ6gAAoJEF+XTK08PnB58W8QAMpwGeMhSeWTDZBH1IacnnCA
Y8RD1xTp3eLfAzVTolx5XBf0/tWo5A/0kIMTwBG3vxFKzeLkmFBo9SfX5kAsZv9S
Sm2bQ1CwNWIgT5WO1Y4KiAiGzmSx6cj8ehHApx385b3hp0tNrWmBW5tQ7vSnJodp
p9DMyp2tyF/wJSvSfqmyt0CxSMM0TIREpwC285MiVupFWteR15AJYfTOXEuX3lFc
dJCjh58i90hQXtZEnkTe6kPkvhBYYYsVHbFmSsdR0g4Xahqi5VdiT9fTCj/BU8Wn
qQBfLQ62swixrAst0MvwbxW72zK5fbCCWlWcM1OkIaBB/npI7aDT/HZOWNz7l0yd
i26M9oyhDceFN0pFXrC/pN97WlKuX7cqO/qjxzV0G80dIlm/bPYVHGAxuF237ZRF
KCSJ/YFhEssNiMO1pP3QamxrHK+YmdwrIq54bW0mpfOFxEMFDAiYnNJctoHYsXuj
AyBaU3mpff0bl0FRgpn+ziPzTzN0tBXH9ISEpf3GNYje1yIZFX0L5issZLEp/E0t
aZsoDgI11sY6xmO9H+T0cRLntbAYEheC8kJWkzE+ffNRBMPVN2YJfJz9YC8s9hjm
kuDxFjhCRKn2Yrpat2BB1rKg49vliZeFchsbx7pk9DSej0eYcE4VsMI/9obfU6Zk
VYDI1gciwM6xRu1dhM+L
=+YzE
-----END PGP SIGNATURE-----

ab;2140428 Wrote:[color=blue]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

and which version is that?

/usr/lib/jvm/jre-1.6.0-sun/bin/java -version

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - ‘Enigmail: A simple interface for
OpenPGP email security’ (http://enigmail.mozdev.org/)

iQIcBAEBAgAGBQJOfJ6gAAoJEF+XTK08PnB58W8QAMpwGeMhSeWTDZBH1IacnnCA
Y8RD1xTp3eLfAzVTolx5XBf0/tWo5A/0kIMTwBG3vxFKzeLkmFBo9SfX5kAsZv9S
Sm2bQ1CwNWIgT5WO1Y4KiAiGzmSx6cj8ehHApx385b3hp0tNrWmBW5tQ7vSnJodp
p9DMyp2tyF/wJSvSfqmyt0CxSMM0TIREpwC285MiVupFWteR15AJYfTOXEuX3lFc
dJCjh58i90hQXtZEnkTe6kPkvhBYYYsVHbFmSsdR0g4Xahqi5VdiT9fTCj/BU8Wn
qQBfLQ62swixrAst0MvwbxW72zK5fbCCWlWcM1OkIaBB/npI7aDT/HZOWNz7l0yd
i26M9oyhDceFN0pFXrC/pN97WlKuX7cqO/qjxzV0G80dIlm/bPYVHGAxuF237ZRF
KCSJ/YFhEssNiMO1pP3QamxrHK+YmdwrIq54bW0mpfOFxEMFDAiYnNJctoHYsXuj
AyBaU3mpff0bl0FRgpn+ziPzTzN0tBXH9ISEpf3GNYje1yIZFX0L5issZLEp/E0t
aZsoDgI11sY6xmO9H+T0cRLntbAYEheC8kJWkzE+ffNRBMPVN2YJfJz9YC8s9hjm
kuDxFjhCRKn2Yrpat2BB1rKg49vliZeFchsbx7pk9DSej0eYcE4VsMI/9obfU6Zk
VYDI1gciwM6xRu1dhM+L
=+YzE
-----END PGP SIGNATURE-----[/color]

Code:

/usr/lib/jvm/jre-1.6.0-sun/bin/java -version
java version “1.6.0_26”
Java™ SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot™ Server VM (build 20.1-b02, mixed mode)



PauliusC

PauliusC’s Profile: http://forums.novell.com/member.php?userid=116334
View this thread: http://forums.novell.com/showthread.php?t=444780

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

So perhaps you should use /usr/sbin/update-alternatives to change the
default. The export PATH statement I provided before should do the same
thing so I think you did it incorrectly but this is another route to
permanently change your entire system to default to the other Java
implementation.

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOfL7aAAoJEF+XTK08PnB5XI8QAKs0aRtvAJ2rOflHxmuvg7Gx
X7U0aWcP+DZSqG9BW/FReKm5PMrvLHDb7/+gUcBuYKTr0iEYFzTAQrYn7yI/ns+8
gBX5gKh3QN0O49r6pywx6dZIYrb2UmOudRcSGRSY4HasXvfo3677X5O5yiJIdS2I
TABZc0PJbyJJ38KCADBRSTJql5rpt8MokqqgDyIVhqy8tpuHtLFFsswLyM6DiDxD
/PYEjaeOML2f4nzcxPwPkg+93k0ro7F0omoYCv5RJrGSiRNYojNLgNVW0BWXMz3B
EZvPG3eWCiyKZ0xeon79gmn3hjAlL4+kSaZWUyCT6gIrmK/uHoU97EpbRP1azRp6
ADkw/TFM4C7SEXUe3F4HhfH/OUhCd+/rJgW2Q3i5asJAaVOnxg6Jna5i15KOKRCc
RdrhE1D8BnHfmYX5WIvAKpde4EKy/shmDW2B4Go19zAWZLYXmPQTqpavw2Ddou9M
JhpTpSwKJwrF3I31cz/pu0SwA/5nx8aQ9Qszk4o1ZyNBbFLi1N+73hywE1VG5f1+
7eXNcH7NUiPXZXhHiJ85KRArfI9mN2mzEqOYBgFgriiiz+vEd+tNzWJo88zaZW5i
WaiEZbyNYMiNWxhPG2pcGaNpkQdCFoDpBI6OQ/tx+QVy9jeDfjj5wwhUUxto3MOY
IrjqYg6uLVGO+Jj6bSaF
=9RW0
-----END PGP SIGNATURE-----

ab;2140498 Wrote:[color=blue]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

So perhaps you should use /usr/sbin/update-alternatives to change the
default. The export PATH statement I provided before should do the
same
thing so I think you did it incorrectly but this is another route to
permanently change your entire system to default to the other Java
implementation.

Good luck.


Want to yell at me in person?
Come to BrainShare 2011 in October: http://tinyurl.com/brainshare2011
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - ‘Enigmail: A simple interface for
OpenPGP email security’ (http://enigmail.mozdev.org/)

iQIcBAEBAgAGBQJOfL7aAAoJEF+XTK08PnB5XI8QAKs0aRtvAJ2rOflHxmuvg7Gx
X7U0aWcP+DZSqG9BW/FReKm5PMrvLHDb7/+gUcBuYKTr0iEYFzTAQrYn7yI/ns+8
gBX5gKh3QN0O49r6pywx6dZIYrb2UmOudRcSGRSY4HasXvfo3677X5O5yiJIdS2I
TABZc0PJbyJJ38KCADBRSTJql5rpt8MokqqgDyIVhqy8tpuHtLFFsswLyM6DiDxD
/PYEjaeOML2f4nzcxPwPkg+93k0ro7F0omoYCv5RJrGSiRNYojNLgNVW0BWXMz3B
EZvPG3eWCiyKZ0xeon79gmn3hjAlL4+kSaZWUyCT6gIrmK/uHoU97EpbRP1azRp6
ADkw/TFM4C7SEXUe3F4HhfH/OUhCd+/rJgW2Q3i5asJAaVOnxg6Jna5i15KOKRCc
RdrhE1D8BnHfmYX5WIvAKpde4EKy/shmDW2B4Go19zAWZLYXmPQTqpavw2Ddou9M
JhpTpSwKJwrF3I31cz/pu0SwA/5nx8aQ9Qszk4o1ZyNBbFLi1N+73hywE1VG5f1+
7eXNcH7NUiPXZXhHiJ85KRArfI9mN2mzEqOYBgFgriiiz+vEd+tNzWJo88zaZW5i
WaiEZbyNYMiNWxhPG2pcGaNpkQdCFoDpBI6OQ/tx+QVy9jeDfjj5wwhUUxto3MOY
IrjqYg6uLVGO+Jj6bSaF
=9RW0
-----END PGP SIGNATURE-----[/color]

Ehm, what would be the code exactly? I’m quite new at linux.


PauliusC

PauliusC’s Profile: http://forums.novell.com/member.php?userid=116334
View this thread: http://forums.novell.com/showthread.php?t=444780

PauliusC;2140504 Wrote:[color=blue]

Ehm, what would be the code exactly? I’m quite new at linux.[/color]

You know, I’ve actually checked GUI of java and it looks like there is
a path for java 1.6.0_27 set, but java -version still finds 26th
version.


PauliusC

PauliusC’s Profile: http://forums.novell.com/member.php?userid=116334
View this thread: http://forums.novell.com/showthread.php?t=444780

PauliusC;2137829 Wrote:[color=blue]

Hello everybody,

Another problem for me. Actually I was trying to run Minecraft on my
SLED 11. I installed it using Wine (.exe file), it all went good. The
problem is, I can’t start it. It says that I need JRE 1.5.0. Well I’ve
checked that I have JRE 1.6, so my only guess the problem is with java
itself. Though not sure what should I do.

Thanks[/color]

Further to this question, I was wondering if there was something wrong
with my graphic drivers. Someone suggested installing open source
drivers. Is there a possibility that they would solve the problem? How
are they different? Where could I find them? How to install them
correctly?

Thanks.


PauliusC

PauliusC’s Profile: http://forums.novell.com/member.php?userid=116334
View this thread: http://forums.novell.com/showthread.php?t=444780