0

I installed netbeans 7.0.1 and MySql in ubuntu 13.04 and the first time netbeans start but doesn't create projects. So i close netbeans and restarted but doesn't star. There's is a solution? I need to work with those programs...thanks

Lorena
  • 35
  • 3

2 Answers2

0

There are few simmilar bugs on Launchpad for openjdk, one of them has such a solution:

  1. Uninstalled Netbeans 7.3;
  2. Uninstalled Java 6;
  3. Installed Java 7;
  4. Installed Netbeans 7.3;

It has been copied from here.

dhpasta
  • 408
  • 3
  • 9
0

Possibly you have not installed Java correctly test it by -

java -version
javac
javaws

If there are errors then remove everything and install it as shown here

Then install netbeans and mySql.

Sukupa91
  • 3,067