Serge Vinogradoff
Serge Vinogradoff

Reputation: 2272

Netbeans 7.3 doesn't save java project settings

I'm trying to enable WebStart in my Java project (NetBeans 7.3, Ubuntu 12.10 64x)

I go to Project Properties -> WebStart, enable it and click Ok.

Next time I go to that page - check box is unchecked again.
And it builds regular Java project, not JNLP.
So WebStart is not on.

Does anyone have same issue?

I tried to reinstall NetBeans, tried to reboot the PC - same thing.
Tried to google it, but no one seems to experience this.

Upvotes: 2

Views: 578

Answers (3)

mikevinmike
mikevinmike

Reputation: 379

You can bypass this bug by changing the project properties manually. Just go into your project folder, then nbproject and open the file project.properties. There is a key jnlp.enabled which you have to set on true.

Upvotes: 1

user2021187
user2021187

Reputation: 16

Have same behavior with IcedTea Java vm.
On Oracle Java vm WebStart check box saved properly.

Upvotes: 0

Serge Vinogradoff
Serge Vinogradoff

Reputation: 2272

Installed NetBeans 7.2.1 and it worked.

Upvotes: 0

Related Questions