Can't create new "enterprise" project in netbeans

Posted by Danny on Stack Overflow See other posts from Stack Overflow or by Danny
Published on 2010-04-22T03:39:51Z Indexed on 2010/04/22 3:43 UTC
Read the original article Hit count: 254

Filed under:
|
|

I'm running netbeans 6.7.1 on Ubuntu Karmic.

On the services tab I added a new glassfish v3 prelude server, I installed it to my home directory using the download button. I started the server and opened localhost:4848 to verify I can get into the admin panel.

Then I did file->new projct and created a new java web->web application. On the configuration step of the wizard it preselected glassfish v3 prelude and java ee 5. I accepted and did a test run. I ran the project just fine.

So now I did file->new projecct and attempted to create a Java EE->ejb module. When I arrive to the server configuration stage of the wizard, it doesn't show any servers on the server dropdown list (so it's empty), it also doesn't see any version of java on the "java ee version" dropdown list. This also happens for the other "Java EE" project types.

I can't seem to get my head around why I can make a new web application but not an ejb module.

Can anyone provide any insight to why it might not be seeing that I have java or glassfish installed when I try to make a new java ee project but I see it when I try to make a java web project?

© Stack Overflow or respective owner

Related posts about netbeans

Related posts about glassfishv3