• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

javax.servlet does not exist - Jbuilder 12 issue

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Hope someone can help me, this is driving me mad!

I have JBuilder 12 installed, and I've been trying to use it to test out just simple servlet programs.

The problem is that I can create a new webmodule, and servlet, and it works. But if I exit Jbuilder, next time I open a previous project, it appears not to recognise the servlet bits, as it says javax.servlet.* package does not exist. I've looked on the net for a solution, but everything I find doesn't relate to Jbuilder in particular, and so I'm hoping someone can give me a hand with regards to this. Everything is clearly installed correctly, I'm guessing there's just something a bit screwed up somewhere. (Oh yeah, I've already tried un/re-installing Jbuilder several times, didn't work either).

Just as a side issue, might not make a difference, but I have Netbeans 5.0 (also bundled with tomcat 5.5.9) and this all works fine for servlet stuff.

Any more info needed, please let me know...just wanna get this sorted so I can properly test Jbuilder to see which I prefer.

Thanks

Dave
 
reply
    Bookmark Topic Watch Topic
  • New Topic