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 strongm 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. RSPSarathy

    WSAD IDE - JSP Handling Problem

    Hi, JSP File when edited , the changes are not reflected even after server restart - The server takes the old servlet class and does not take the new one Adding spice to this, if we rename our working jsp file I am able to get the desired result - How to solve the problem of non-reflection...
  2. RSPSarathy

    Need SJCP Exam Syllabus

    Hello, Can any of you send me the syllabus of JCP Exam? Also please suggest the best book for the preparation Thanks Partha
  3. RSPSarathy

    Need SJCP Exam Syllabus

    Hello, Can any of you send me the syllabus of JCP Exam? Also please suggest the best book for the preparation Thanks Partha
  4. RSPSarathy

    Using JNI : cannot find include file: <jni.h>

    Jdk1.3\include - it is the path for JNI.H
  5. RSPSarathy

    JNi: use of GetStringChars

    Hello Gaelle, One Possible solution will be this : You can try this code : static char path_temp[255]={0}; /*global variable*/ const char* str; /* declare variable like this */ /* this returns the length of the string (jstring) */ int len = (*env)->GetStringLength(PathFichiers)+1; /*...
  6. RSPSarathy

    How to check multiple instance of an application

    Hello Friends, I have a Java Application (EXE file) and am running it and am leaving it open. Again, I run the same EXE it SHOULD NOT be executed since the process is running already. How to check whether the same app is running before (Something like checking the windows task manager) and...

Part and Inventory Search

Back
Top