Installing netbeans

 
Thread Tools Search this Thread
Operating Systems Linux Fedora Installing netbeans
# 1  
Old 10-06-2012
Installing netbeans

How can I install netbeans on Solaris. Is there a package manager like yum for Fedora. I have tried pkg install netbeans, doesnt find it. Already preformed pkg install slim_install and it installed the jre. However if I run the sh file downloaded for netbeans it says no compatible JDK found.
Now in the /usr folder I have j2se java1.2 java and jdk folders.
I tried using the jdk folder and multiple directories with in it with no luck. Completely new to Solaris and Unix not really sure what file Im looking for or where it would be located.
# 2  
Old 10-07-2012
Sort of. pkgadd installs packages, and the java jdk package is all you need.

This page has the current java version, jdk, jre and all you need.

Java SE 6 Platform Installation

Edit: forgot pkginfo - shows the installed packages
# 3  
Old 10-07-2012
In case that you need to install additional features that not included in JDK + netbeans package (SE), it is possible to install JDK and then install netbeans.
here are possible bundles of netbeans: http://netbeans.org/downloads/.
If you want easy install, you can install netbeans bundled with JDK and then upgrade to full version or version that has additional features that you need to use.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Programming

Netbeans ide can't display chinese character in linux

When i write the source code in netbeans environment,if the source code,there are chinese characters,chinese characters will be displayed as box,how to solve this problem?please (2 Replies)
Discussion started by: fang_xiaoan
2 Replies

2. HP-UX

netbeans IDE on Hp-UX

Can netbeans IDE be installed and used on hp-ux? Sorry I know this is more java specific but does anybody have any experience with this? There does not seem to be any specific installation or support from netbeans. (0 Replies)
Discussion started by: domestos
0 Replies
Login or Register to Ask a Question