Results 1 to 3 of 3
Thread: I lost the javax package.
- 11-11-2011, 05:53 PM #1
Member
- Join Date
- Nov 2011
- Posts
- 2
- Rep Power
- 0
I lost the javax package.
Ok, so I installed the jdk 7 and it was a weird installation. I'm using Ubuntu 11.10 (for some reason). Anyway the installation just put the jdk files in my home folder. So it didn't have all the connections that it should. I managed to connect a lot of them back together. Like getting the javac to work in the command lines. But I still get an err every time I try to
it's all like, "javax? wth is that?"Java Code:import javax.servlet.*;
Java Code:java:4: error: package javax.servlet does not exist import javax.servlet.*;
- 11-11-2011, 06:15 PM #2
Member
- Join Date
- Nov 2011
- Posts
- 2
- Rep Power
- 0
Re: I lost the javax package.
I forgot to also mention that I got the jdk with netbeans, also, I tried to
and it workedso it seems that it's just my javax.servlet.* that is busted. This might be different than I originally thought.Java Code:import javax.swing.*;
- 11-11-2011, 06:45 PM #3
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Re: I lost the javax package.
This sums it up pretty well: java - Where's javax.servlet? - Stack Overflow
Similar Threads
-
Add new package javax.comm
By rjagan in forum New To JavaReplies: 5Last Post: 04-12-2011, 09:07 AM -
package javax.swing does not exist
By timosoft in forum AWT / SwingReplies: 5Last Post: 02-15-2011, 01:17 AM -
Where is javax.jnlp package?
By bleah in forum New To JavaReplies: 2Last Post: 05-20-2010, 01:04 AM -
package javax.servlet does not exist
By nikhil2jan in forum Java ServletReplies: 1Last Post: 01-04-2009, 04:32 PM -
javax.cypto package
By remya_srinivasan in forum Advanced JavaReplies: 1Last Post: 01-15-2008, 07:06 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks