Installing Sun Studio 12 on a Fedora Code 6 System

Hi,

I磎 trying to install the Sun Studio 12 on a Fedora Core 6 Linux System. If I磎 correct I will do just two steps:

execute prepare_system and then installer

Well I do that and I receive this output, can anybody help me ?

Thanks in advance,

Gus

[root@fedora60 gus]# ./prepare_system -C

[root@fedora60 gus]# ./installer

Exception in thread"Thread-17" java.lang.NullPointerException

at java.lang.Class.isAssignableFrom(libgcj.so.7rh)

at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)

at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)

at java.util.ResourceBundle.getBundle(libgcj.so.7rh)

at java.util.ResourceBundle.getBundle(libgcj.so.7rh)

at com.sun.wizards.core.MsgCat.getString(MsgCat.java:175)

at com.sun.wizards.core.MsgCat.getString(MsgCat.java:141)

at com.sun.wizards.core.WizardTreeManager.createNavigationPanel(WizardTreeManager.java:949)

at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:320)

at com.sun.wizards.core.WizardConsole.run(WizardConsole.java:138)

at java.lang.Thread.run(libgcj.so.7rh)

Task Failed: java.lang.NullPointerException

java.lang.NullPointerException

at java.lang.Class.isAssignableFrom(libgcj.so.7rh)

at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)

at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)

at java.util.ResourceBundle.getBundle(libgcj.so.7rh)

at java.util.ResourceBundle.getBundle(libgcj.so.7rh)

at com.sun.setup.util.wbResource.getString(wbResource.java:212)

at com.sun.setup.util.wbResource.getString(wbResource.java:132)

at com.sun.setup.util.setupInitializationTask.perform(setupInitializationTask.java:88)

at com.sun.wizards.core.Sequence.perform(Sequence.java:343)

at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)

at java.lang.Thread.run(libgcj.so.7rh)

[root@fedora60 gus]#

[2015 byte] By [gdeldagoa] at [2007-11-27 7:52:07]
# 1

Please check your version of java and make sure you have suitable java in your PATH. For some reason, installer doesn't check jvm version, while heavily depends on it. JDK 1.5 and above should work fine, albeit I can't make any promises since Fedora is an unsupported platform.

If you won't be able to get installer working, you can download Sun Studio in tar.gz form and just unpack it where you want it. This option just can't fail. You won't be able to install patches, through, but I've heard of plans to make fresh build available in tar.gz form so you can "re-install" Sun Studio instead of applying patches.

MaximKartasheva at 2007-7-12 19:33:20 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
Thanks for your help.I really don磘 use java so I just take the second option and all it磗 working just fine :)Gus
gdeldagoa at 2007-7-12 19:33:20 > top of Java-index,Development Tools,Solaris and Linux Development Tools...