Eclipse

You are browsing the archives of "Eclipse."

Europa to Ganymede, a flawless Eclipse upgrade

Europa to Ganymede, a flawless Eclipse upgrade

I’ve been burned by Eclipse upgrades before, especially when it comes to running local tomcat servers in the IDE. I think as recent as 3.1 to 3.2 and 3.2 to 3.3, this or that got moved and all my tomcat servers disappeared, or they were there and they just didn’t want to start. [...]

Converting a Java project to a Dynamic Web project in Eclipse

Once a project is created in Eclipse Europa of a certain type, it’s not the most straight forward process of changing the project to a different type. For example you have a project that Eclipse considers to be a Java project, but it’s actually a Web Project, you don’t get to take advantage of [...]

PHP (Wordpress) development using Eclipse and XAMPP

PHP (Wordpress) development using Eclipse and XAMPP

As can be determined from my other posts, I’m a Java Developer by trade and Eclipse is my editor of choice. Now I have gone to the darkside now and then for some good out of the box software, such as Wordpress, which as you may know is written in PHP. The main [...]

Decompile Java Classes automatically in Eclipse with JadClipse

Decompile Java Classes automatically in Eclipse with JadClipse

There always comes that time, when you’re debugging a Java application, when you get to that compiled code inside that open source jar that you added to make your life easier. Whether there’s an actual bug or you’re just trying to understand some behavior or weirdness you’re getting from calling this third party API, [...]

Eclipse - Open Resource Shortcut - Ctrl+Shift+R

The biggest time-saver I’ve stumbled upon in Eclipse is the Open Resource Shortcut. Under the Navigate menu is the Open Resource command, shortcut Ctrl+Shift+R, which opens a window that allows you to type a search for any file that exists in your workspace, in your search you can use the ? to replace a [...]

Setup Eclipse and Tomcat to play nice together

Eclipse is by far my favorite IDE, which makes Rational Application Developer bearable. The one thing I’ve been spoiled on in RAD is being able to run the WebSphere Test Environment inside the development environment and be able to have some level of hot deploy when modifying classes or jsp’s in the web project. [...]