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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by njava

  1. njava

    cvs command to view newly added empty/non-empty Dir

    Hi all, I am not a cvs expert. I am using "cvs -nq up" (somebody told me to use this:) ) to view a list of all new/updated/modified/conflicting files. But, the limitation of this command is that it does not list any Newly Added Directories. How can I see a List of all Newly Added Directories...
  2. njava

    how to reference the class-instance, created in parent class.

    Yup! I have.. Basically, I also have tried following cases -- I know that if i want to access some variable within super class then I would refer to that using "super." prefix. Similarly, I would use the same "super" prefix to access any method defined within the parent class. BUT, this is...
  3. njava

    how to reference the class-instance, created in parent class.

    Hi, I have following scenario. During compilation I am gettting error message -- "cannot resolve symbol - symbol : Variable myZ" CODE : -------- under package A.1; ClassZ Servlet1 ClassZ myZ = new ClassZ; under package A.2; Servlet2 extends Servlet1 myZ.printHi(); How to reference the...
  4. njava

    *** How to debug Web-Application in JBuilder ***

    Hi there. I developed one web-application and made a .war file which works fine. This application contains Java Beans, JSP and servlet. Now, I have started using Jbuilder X (Endterprise ed) (Trial version) and I need to do some further development based on the same project. PROBLEM --> How...
  5. njava

    Incremental Back-up?????

    Hello all. Here is my problem: "I have a file with 100 lines. Today in the morning, I take its back-up. During the day, I delete line no. 1 to 5 and add 15 more lines at end of the file. Tomorrow morning, I want to take a back-up in which, my original file (1st back up) should remain...
  6. njava

    calling servlet error in iPlanet web server.

    Hello, friends. I have installed iPlanet web server 6.0. After installation I am using the default virtual server only. Thus, for all testing pages also, I use the default Document Root only (C:\iplanet\servers\docs\testsite) (I think, here "docs" is the default document root, right...

Part and Inventory Search

Back
Top