Wednesday, November 7, 2012

Fail to load the JNI Shared Library Eclipse Issue?

This error come if you are using eclipse 64 bit version and jdk is 32 bit. Try installing 64 bit jdk or using 32 bit eclipse will resolve this issue.

Monday, October 8, 2012

Eclipse and Tomcat Issue:-Publishing Project When I am changing content of any Single JSP File in Project?

Solution:- To resolve the above issue please do this .. 1-Go to Eclipse Server tab 2-Double click on Server 3-Then Go to Module Tab 4-Disable AutoReload by Edit Button. It will not Restart the tomcat Server when You will change any JSp file but changes will reflect in browser.