Java and Eclipse Plugin Development

Java, Eclipse Plugin Development and best software development practices

Showing posts with label jdk. Show all posts
Showing posts with label jdk. Show all posts
Friday, September 21, 2018

Setting a specific Java version to maven if you've multiple Java versions installed in the system

›
This is for the macOS: By default, maven runs with the default JAVA_HOME configured in the system. If you want to set a different Java...
Monday, October 12, 2015

How to find the product code for the installed MSI file in windows

›
Run below command from power shell to see. PS C:\Users\Admin> get-wmiobject -class Win32_Product IdentifyingNumber : { 32A3A4F4-B79...
Wednesday, October 8, 2014

Maximum heap size allocated on 32 bit JVM's

›
http://www.oracle.com/technetwork/java/hotspotfaq-138619.html#gc_heap_32bit The maximum theoretical heap limit for the 32-bit JVM is 4G. ...
Monday, September 8, 2014

Unsupported major.minor version 51.0

›
java.lang.UnsupportedClassVersionError happens because of a higher JDK during compile time and lower JDK during runtime. 51.0 in " ...
Monday, April 7, 2014

How to check Installed Java is a 32 bit or 64 bit version ?

›
If you have installed JDK, Java would have registered in the system environment variables. Go to command prompt and type “java –vers...
›
Home
View web version

About Me

KK
Learn, share and repeat!
View my complete profile
Powered by Blogger.