Remove duplicate jars
Simple MongoDB+Java example
Lightweight JSP development environments
Jython is great
Fake J2EE is not that bad!
« Not an addict
» Vim outliner
Probably, not much useful; but I like JGoodies look much better than most other skins. Here is my notes on how I got this to work on WindowsXP.
// Set JGoodies look
//Uncomment next line and modify it if you want to use custom themes provided by
//JGoodies -- see the API documentation for available themes.
//com.jgoodies.plaf.plastic.PlasticXPLookAndFeel.setMyCurrentTheme(new com.jgoodies.plaf.plastic.theme.SkyBluer());
try {
UIManager.setLookAndFeel(new com.jgoodies.plaf.plastic.PlasticXPLookAndFeel());
}
If this doesn’t work, try removing the try{} around the UIManager line.
PATH\TO\JRE\javaw.exe -Xbootclasspath/a:PATH\TO\EXTRACTED\looks-1.2.2.jar -jar "JEDIT\INSTALLATION\PATH\jedit.jar"