Java - iterate all classpath with spring framework
The following code will iterate all available classpath in the application. 1 2 3 4 5 6 7 8 try { Enumeration<URL> resources = ApplicationContextPr...
The following code will iterate all available classpath in the application. 1 2 3 4 5 6 7 8 try { Enumeration<URL> resources = ApplicationContextPr...
Unit test Java classes should follow the following naming convention otherwise Maven can not find any unit testing class Test* *Test *TestCase If...
1 mach build-backend --backend=VisualStudio It can be found from the following path. [root source]\mozilla-central\obj-i686-pc-mingw32\msvc\mozilla.sln
VC++ compiler is trying to utilize the 16 registers in x64 CPU which is 8bytes capacity. Due to this reason, first 4 parameters will be placed in registers b...
1. run cmd.exe as an administrator 2. go to the bin directory of Tomcat installation 3. execute "service.bat install 'name of service'" by default it will be...