473,383 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Error:could not find javax.servlet.Servlet

hi,

when i type javap javax.servlet.Servlet on the command propmpt iam gettting the following error
Error:could not find javax.servlet.Servlet

plz help me proper instructions to make it work


thanks
Oct 11 '07 #1
4 4097
ajos
283 100+
hi,

when i type javap javax.servlet.Servlet on the command propmpt iam gettting the following error
Error:could not find javax.servlet.Servlet

plz help me proper instructions to make it work


thanks
my friend wats javap?am i missing something here? and why are you trying to run javax.servlet.Servlet?? any ways?
did you go to the directory where your jdk is set? if not then go there form your command prompt and then type javac javax.servlet.Servlet
regards,
ajos
Oct 11 '07 #2
JosAH
11,448 Expert 8TB
my friend wats javap?
'javap' is a java decompiler/disassembler; it comes with the other tools in the jdk.
Know your toolkit.

kind regards,

Jos
Oct 11 '07 #3
ajos
283 100+
'javap' is a java decompiler/disassembler; it comes with the other tools in the jdk.
Know your toolkit.

kind regards,

Jos
thanks you my friend for enlighting me..that was great.. regarding javap...ya its showing me the me the methods and its syntax and the throws statement associated with it i.e the lifecycle of the servlet.thnks for the information...now i can just run the command and check the syntax or methods associated...
regards,
ajos
Oct 11 '07 #4
JosAH
11,448 Expert 8TB
hi,

when i type javap javax.servlet.Servlet on the command propmpt iam gettting the following error
Error:could not find javax.servlet.Servlet

plz help me proper instructions to make it work


thanks
Check or set your classpath. In itself your example is a bit strange because the
Servlet is part of the javax extension mechanism so I suspect an incorrect install
of your javax part.

kind regards,

Jos
Oct 11 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Christopher Parent | last post by:
I have perused through the groups and a couple C++ manuals and haven't been able to figure this one out. Maybe I'm staring at it too much. Here's the setup, I have 2 files. One is a library and one...
3
by: TC | last post by:
Hello, I'm trying to read a text file located in the top folder of the virtual directory and I'm receiving the following error: "Could not find a part of the path" Below is the code that...
0
by: jessica | last post by:
Hi, I got a problem "Could not find a part of the path". On my loca machine I mapped the V:\LoggerNet to a remote server folder where th real-time data come in. I checked the file, it gets updated...
2
by: ibeetb | last post by:
When using ADO.NET, here is my code to bring in a table from EXCEL: Dim sConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" _ & "Data Source=C:\Inetpub\wwwroot\ExcelData.xls;" _ ...
2
by: rouqiu | last post by:
Hello, My code is this: string fileName = "settings/tabs.xml"; XPathDocument doc = new XPathDocument(fileName); However, instead of searching files under the current IIS directory, the IIS...
3
by: Nitinkcv | last post by:
Hi, While trying to run my app im getting the error Could not find a part of the path "c:\inetpub\wwwroot\Do not Delete\dbglobal.config". I checked and found that there is no Important_Do not...
1
by: ipramod | last post by:
Hi, I have a codebase which contains project for all the DLL's and another project for all UI presentations. When I try to open an aspx page on Visual Studio editor, I get following error on...
2
by: Sejoro | last post by:
Hello, I am trying to write a program that opens a file; reads through it; outputs the text; then outputs the number of lines, words, and characters. Problem is, every time I try to compile, no...
3
by: Vee007 | last post by:
Following is my code: Dim objCatalog As ADOX.Catalog Dim objTableLink As ADOX.Table Dim objADOConnection As ADODB.Connection Try objADOConnection = New...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.