• This is Slide 1 Title

    This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...

  • This is Slide 2 Title

    This is slide 2 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...

  • This is Slide 3 Title

    This is slide 3 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...

Wednesday, 27 August 2014

Java Platform Standard Edition 8 Documentation

Oracle has two products that implement Java Platform Standard Edition (Java SE) 8: Java SE Development Kit (JDK) 8 and Java SE Runtime Environment (JRE) 8.
JDK 8 is a superset of JRE 8, and contains everything that is in JRE 8, plus tools such as the compilers and debuggers necessary for developing applets and applications. JRE 8 provides the libraries, the Java Virtual Machine (JVM), and other components to run applets and applications written in the Java programming language. Note that the JRE includes components not required by the Java SE specification, including both standard and non-standard Java components.
The following conceptual diagram illustrates the components of Oracle's Java SE products:
JDK Java Language
Java Language
  
Tools &
Tool APIs
javajavacjavadocjarjavapjdepsScripting
SecurityMonitoringJConsoleVisualVMJMCJFR
JPDAJVM TIIDLRMIJava DBDeployment
InternationalizationWeb ServicesTroubleshooting
JREDeployment
Java Web StartApplet / Java Plug-in
User Interface
Toolkits
JavaFX
SwingJava 2DAWTAccessibility
Drag and DropInput MethodsImage I/OPrint ServiceSound
Java SE
API
Integration
Libraries
IDLJDBCJNDIRMIRMI-IIOPScripting
Compact
Profiles
Other Base
Libraries
BeansSecuritySerializationExtension Mechanism
JMXXML JAXPNetworkingOverride Mechanism
JNIDate and TimeInput/OutputInternationalization
lang and util
Base Libraries
lang and util
MathCollectionsRef ObjectsRegular Expressions
LoggingManagementInstrumentationConcurrency Utilities
ReflectionVersioningPreferences APIJARZip
Java Virtual Machine
Java HotSpot Client and Server VM
  








Tuesday, 26 August 2014

Windows Error: MMC Cannot Open The File

Windows Error: MMC Cannot Open The File

MMC Cannot Open FileMicrosoft Management Console causing problems with some snap ins

  • When you try to launch a Microsoft Management Console Snap-in file (.msc file) you receive the error “MMC cannot open the file c:\pathfilename.msc

Explanation:

This is being caused by the remote access server console disconnecting abnormally and causing corruption in the user profiles MMC snap in’s reference file.
Luckily there is a relatively simple solution.
MMC Cannot Open The File...

Solution:

  1. Click Start > Run
  2. Type the following:
  3. regsvr32 C:\Windows\system32\msxml3.dll
  4. Click OK and WAIT until Windows confirms that the dll has been registered successfully.
  5. Now open Windows Explorer and browse to the following folder:
  6. C:\Documents and Settings\username\Application Data\Microsoft\MMC
    Note
    Replace the word username above with your own Windows username
  7. Look through the files in this folder and locate the file with the same name as the msc file that appears in the error message.
  8. Rename the file to filename_old
  9. Now try to launch your console again and the error should be resolved.