This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244454 - netbeans doesn't startup on ubuntu
Summary: netbeans doesn't startup on ubuntu
Status: RESOLVED INCOMPLETE
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 06:08 UTC by franckcl
Modified: 2014-05-27 16:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description franckcl 2014-05-13 06:08:29 UTC
Hello,

I have install netbeans from the software library on Ubuntu (lastest version 14.04).
When I click on the icon in the tool bar, the first image which indicate the version of Netbeans appears and after few seconds it disapears.

I have uninstall and then reinstall, it is the same.
I have reboot, it is the same.

When I execute netbeans from a teminal, I have this:

[code]
franck@franck-PC-portable:~$ netbeans
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
franck@franck-PC-portable:~$ 
[/code]

Here is the version of java
[code]
franck@franck-PC-portable:~$ java -version
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
franck@franck-PC-portable:~$ 
[/code]
Comment 1 Libor Fischmeistr 2014-05-27 16:07:56 UTC
Hello, thank you for the report.

there may be the problem in the old NetBeans version you are trying to run on JDK 8.

Please attach the IDE log - http://wiki.netbeans.org/FaqLogMessagesFile

Also you should try to run it on JDK 7 or try to install newer NetBeans version. The Ubuntu sw library isn't unfortunately the source of the latest NetBeans version.