I've manually gone to the F17 repo and looked, and your package list of those six packages looks like what is in there.
Are you sure you installed the Java JDK and not the Jave JRE?
Quote:
[root@localhost richard]# rpm -ql netbeans
package netbeans is not installed
|
ps. yes, I think Fedora 17 doesn't package a package called 'netbeans' any more, it's those six you listed in post 7. I'm not sure where the 'netbeans' script is packaged anymore. I don't see it in the netbeans-platform rpm....
You could find out where the script is via:
Quote:
|
yum provides \*/bin/netbeans
|
but it might take a while to run since the release of Fedora 17 has the repos really active
So what do you see when you do this:
1) run netbeans so that the prompt is just sitting there blinking
2) go to another terminal and run this:
what do you see? What I'm trying to see is if the JDK actually gets launched, if so you'll see a really huge command line full of jdk options from that command but if it's stuck somewhere in the netbeans script before the jdk you'll see a much smaller thing like
Quote:
|
richard 24280 22927 0 11:38 pts/5 00:00:00 /usr/share/7.0.1/bin/netbeans
|
If it's hanging in the script before launching the jdk, it's likely a problem with the script or your environment