user261002
user261002

Reputation: 2252

use web frameworks in netbeans

I am using Netbeans 6.9.1 in ubuntu 10. I have installed everything in my netbeans, apache, glassfish, c/c++, etc, ...

but I have a problem for using frameworks, if I want to create a web application and user Spring or JSF or struts framework, none of them are enable, and I cant use this option in netbeans, how can I enable the them?

Upvotes: 0

Views: 137

Answers (2)

Gary
Gary

Reputation: 36

I had the same problem a few days ago. I'm on ubuntu 10.10 and I was using openJDK. I switched to the sun jdk and it solved the problem. I'm not sure why it did but it could help you :)

Upvotes: 2

AmiZya
AmiZya

Reputation: 99

It looks that the J2EE module isn't enabled.

so try to create a new project and select web application in the menu it will enable that module and then you can choose between frameworks even String or Struts.

Upvotes: 2

Related Questions