5.5.1-1 is in Gutsy.
** Changed in: netbeans5.5 (Ubuntu)
Status: Fix Committed => Fix Released
--
netbeans install propeply but don't work
https://bugs.launchpad.net/bugs/113410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubunt
Fixed in netbeans5.5 5.5.1-1
** Changed in: netbeans5.5 (Ubuntu)
Status: Confirmed => Fix Committed
--
netbeans install propeply but don't work
https://bugs.launchpad.net/bugs/113410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for
** Changed in: netbeans5.5 (Ubuntu)
Assignee: (unassigned) => Marek Slama
Status: Unconfirmed => Confirmed
--
netbeans install propeply but don't work
https://bugs.launchpad.net/bugs/113410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug c
It depends what java is set as default alternative. You can either set Sun Java
as default (either 6 or 5) or modify /etc/netbeans5.5/netbeans.conf: Add line
netbeans_jdkhome="/usr/lib/jvm/java-6-sun"
to point to Sun JDK 6 or
netbeans_jdkhome="/usr/lib/jvm/java-1.5.0-sun"
to point to Sun JDK 5
SO i found out what was wrong , java 6 was installed but the system was
using another jvm wich comes with ubuntu i remove it and now it works
fine .Thanks
--
netbeans install propeply but don't work
https://bugs.launchpad.net/bugs/113410
You received this bug notification because you are a membe
If you see splash screen it looks like Java process is already started.
Then use jps from JDK to get PID of NetBeans and then jstack to get
thread dump. Then please attach it here. I recommend to use JDK 6 as
jstack from JDK 6 is able to dump thread dump even from running process.
You can set JDK f
How do you start NetBeans? Is Java already running? (IDE launcher is
shell script which starts java process.)
--
netbeans install propeply but don't work
https://bugs.launchpad.net/bugs/113410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact fo