Tag Archives: Eclipse

Undo close tab in Eclipse

I don’t know about you, but I love the Firefox’s undo-close-tab feature (Ctrl+Shift+T). If you use Eclipse you might be glad to know you can undo the close-tab action in Eclipse as well. You can do that both using your … Continue reading

Posted in IT, Programming | Tagged , | 1 Comment

OutOfMemoryError in Eclipse | Java Virtual Machine (JVM)

OutOfMemoryError in Eclipse | Java Virtual Machine (JVM) It might happen that while running a Java application within the Eclipse environment you get an OutOfMemoryError due to the maximum amount of memory dedicated to the heap. You can fix it … Continue reading

Posted in IT, Programming | Tagged , , | Leave a comment