Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. darine

    How to install perl package on Win2000?

    So what is the solution?do i need to download another version of Perl? I really need to know how to install packages from CPAN on Win2000 and I'm looking to use just that specific package. any help will be highly appreciated.
  2. darine

    How to install perl package on Win2000?

    First of all i wanna thank you for the reply.Yes i have on my machine ActiverState installation. I've done exactly what you recommended and i got the following error what am i doing wrong?do i need to have a different any advice please? ------------------------ Error installing package...
  3. darine

    How to install perl package on Win2000?

    All, I've downloaded a package called term::readpassword, i could not get it installed right,so here is what i've done 1- i unzipped the file"Term-ReadPassword-0.01.tar.gz" into "lib" directory under "perl"directory 2-i got his directory "Term-ReadPassword-0.01" under "lib" 3- in the dos prompt...
  4. darine

    update my table in database doesn't work?

    Hi all I'm trying to be more familiar with jdbc,so i created my table and i could insert data to it and retrieve data from it. but i'm trying to update it ,for some reason i can't. here is my code,any help will be appreciated. Thank you. =============== import java.sql.*; import java.net.*...
  5. darine

    Calling a bean from jsp file error

    Sorry i'm still confusing about it.<br>would you please send a steps to do it using Tomcat3.1 or jswdk.<br>and where should i put those files.<br>i will appreciate your help.
  6. darine

    Calling a bean from jsp file error

    Hi all<br>I'm trying to call a bean from jsp file and i'm getting this error:(500)<br>&nbsp;Class jsp.StringBean not found.<br>here is my bean file:<br><br>public class StringBean<br>{<br> private String message=&quot;No message specified &quot;;<br> public String getMessage()<br> {<br>...
  7. darine

    initialization parametere with servlet error

    Hi All<br>I'm trying to set initial value in a servlet.<br>i'm using tomcat3.1,or jsdk2.<br>with Tomcat you have to create an xml file and set the name of the servlet and the name and the value of the parameter.<br>but there is a default web.xml file in web-inf.<br>do i have to just put a name...
  8. darine

    Internal servlet error with custom tag

    Thanks for your time.<br>i tried that and i'm still getting the same error.<br>
  9. darine

    Internal servlet error with custom tag

    I'm creating a very simple custom tag,and i'm getting this error:<br><br>Internal Servlet Error:<br>org.apache.jasper.JasperException: Unable to open taglibrary csajsp1-taglib.tld : D:\jakarta-tomcat\webapps\examples\jsp\csajsp1-taglib.tld (The system cannot find the file specified)<br><br>Here...
  10. darine

    Access database using jdbc error

    Thanks for your help.<br>it is working now.<br>thanks
  11. darine

    Access database using jdbc error

    Thanks ,you are right,but i fixed it and i'm still getting this error:<br>Exception java.lang.ClassNotFoundException must be caught, or it must be declared in the throws clause of this constructor.<br>Class.forName <br>sometime in this statment :<br>Class.forName(...
  12. darine

    Access database using jdbc error

    Hi All <br>I'm trying to access database using jdbc and i'm gettin this error when i compile java file.<br>here is my simple java file:<br>import java.sql.*;<br><br>public&nbsp;&nbsp;class myJdbc<br>{<br> String url=&quot;jdbc:odbc:sample&quot;;<br> String query= &quot;SELECT * FROM PERSON...
  13. darine

    Package javax.servlet.http not found

    what i did:<br>1-i put this code in server.xml<br>&nbsp;&nbsp;&lt;Context path=&quot;/mytest&quot; docBase=&quot;webapps/mytest&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;defaultSessionTimeOut=&quot;30&quot; isWARExpanded=&quot;true&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp...
  14. darine

    Package javax.servlet.http not found

    Thanks alot,just i download jsdk2.1 and it compiled well,but<br>i'm trying to run it using Tomcat 3.1AND I'M&nbsp;&nbsp;geting problems ,here is what i did:<br>1- I went to server.xml and i changed the port from 8080 to 80<br>2- I put this the following line in top of startup.bat script,before...
  15. darine

    Package javax.servlet.http not found

    Hi all<br>I have this servlet class in the bottom ,i set the classpath to :<br>c:\jdk1.2.2\lib\tools.jar;c:\jswdk-1.0.1\lib\servlet.jar<br>in the classpath under environment tab,then i restart my computer.<br>what i'm getting is :javax.servlet.http not found in import.<br>Please help with it and...
  16. darine

    Class not found error

    Thanks alot Fenris ,it is working now.<br>thanks
  17. darine

    Class not found error

    Hi All <br>i have this simple class in c:\mydir <br>class moh<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;public static void main(String arg[])<br>&nbsp;&nbsp;&nbsp;&nbsp;{<br> System.out.print(&quot;Hello from &quot;);<br> se&nbsp;&nbsp;s = new&nbsp;&nbsp;se();<br>&nbsp;&nbsp;&nbsp;&nbsp;}<br>}<br><br>Also...
  18. darine

    Sevlet

    Thanks alot for your help,i will try to read those and i hope i will be ok.<br>thanks
  19. darine

    Printing applet

    hi<br>thanks for your reply.<br>there is printJob class in AWT ,but i don't know how to use its methods,its methods are not clear to use.<br>About swing i could not find any class.<br>Do you have any approach for that?<br>I appreciate your help.
  20. darine

    Printing applet

    &nbsp;&nbsp;<br>Hi, <br>I have to print my applet, which is a bars chart.It will not print on either the IE or netscape . <br><br>What I need to know is how I am going to get my applet printed across all platforms and browsers. How do I do that(it all seems very complicated to me)? <br>Thanks...

Part and Inventory Search

Back
Top