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...
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;
/*...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.