↧
JDK, SDK, JRE, J2SE, J2ME, J2EE
JDK (Java Development Kit) For developing or compiling Java programs (*.java -> *.class -> *.jar) SDK (Software Development Kit) a common term JRE (Java Runtime Environment) For executing a Java...
View ArticleSetup Spring IDE on Eclipse
Steps: Run Eclipse Click 'Help' and select 'Install Software' Enter 'http://springide.org/updatesite' in the 'Work with:' field Select all items on the box below Click 'Next'
View Articlejava.lang.UnsatisfiedLinkError: C:\xulrunner\javaxpcomglue.dll: Can’t find...
Error: Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\xulrunner\javaxpcomglue.dll: Can't find dependent libraries Solution: Add "C:\xulrunner-sdk\bin" to your PATH environment variable
View Article