Java and Eclipse Plugin Development

Java, Eclipse Plugin Development and best software development practices

Friday, May 16, 2014

Removing untracked files from local git branch

›
We can use git clean command to remove all untracked files from your local working branch. > git clean -f This will remove all unt...
Wednesday, May 7, 2014

ObjectAid UML eclipse plug-in for UML class diagrams

›
You can download from: http://www.objectaid.com/ Update site:   http://www.objectaid.net/update/site.xml Repository ZIP file: ...
Tuesday, May 6, 2014

Eclipse is too slow, they try out these options

›
Are you feeling your eclipse is slow ? And, is it taking lot of time to open your eclipse ? Based upon my experience I have put down...

java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM

›
This problem occurs when we are trying to load 32 bit swt libraries (ex: swt.jar) on 64 bit Java Example : When you are trying to op...

Finding a .log file in eclipse

›
Your .log file is located in a .metadata folder in your current workspace directory. The following is the path if you are working on the d...
Wednesday, April 30, 2014

Packaging *.dll files with in a eclipse plug-in

›
Understand more about OSGI class loaders: http://www.eclipsezone.com/articles/eclipse-vms/ Understand more about how OSGI loads DLL fil...
Wednesday, April 16, 2014

Writing git log output to a file

›
Example: $ git log --since="04/07/2014 20:37:53" --no-merges  > C:\test.log It will write generated git log from the speci...
‹
›
Home
View web version

About Me

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