Sunday, 4 December 2016

How to show current Workspace in Eclipse?

Go to eclipse folder,

1.Edit the eclipse.ini.
2.add -showlocation
3.This should be before -startup



-showlocation
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-product

Saturday, 3 December 2016

Files\Java\jdk1.8.0_112 was unexpected at this time.

Its problem with your JAVA_HOME. you would have set your JAVA_HOME with double quotes.


Thursday, 1 December 2016

How to set java_home and java_path?

After installing java,  we need to set the java home and path..

you can set it in two ways, one through screen and other with cmd.

I will show you how to set it through cmd..















set JAVA_HOME=your java path without bin

set PATH=%path%;your java path with bin

you should not leave any space in between after PATH or JAVA_HOME..

you can check the path using echo command

In the screenshot I made mistake by giving double quotes..

if you use double quotes, u will get this error Files\Java\jdk1.8.0_112 was unexpected at this time in future


java was started by returned exit code=13

Which mean you are using 64 bit eclipse and you have installed 32 bit java..

Uninstall 32 bit java and install 64 bit java...

How to clear the cmd (command prompt) screen?

Use cls command to clear the cmd screen.

Thursday, 24 November 2016

How to format the xml in notepad++ ?

Hi,

First  you need to install the xml plugin for notepad++ from net.

Once installed, you can use Ctrl+Alt +Shift+B to format the xml.

Thanks

Sunday, 20 November 2016

How to check the graphics memory in your computer

Hi,

If you are not sure about what is the graphics card configuration of  your desktop / laptop, just search control panel in your computer and go to display --> change display setting --> advance setting then you can see the below screen.

if you are using AMD processor than right click in your desktop --> you will able to see AMD setting click that, go to system then hardware. you can see the graphics card configuration.




Thanks.