Archive for September, 2007
Eclipse and CVS
by Seth Shikora on Sep.04, 2007, under News
Just in case any one reading this uses the IDE editor Eclipse with Java, remember that when you check a project out of CVS, make sure and convert it to a Java Project. I learned this the hard way recently. I couldn’t for the life of me figure out why code completion didn’t work. Once you’ve checked out the code. delete the project (but not the files), then create a new Java project and select from existing sources. Select the directory you just checked out. It should build a new Java project out of the existing source. I’m using Eclipse 3.3 for the first time, along with MyEclipse. 6.0. MyEclipse is good for debugging Java applications using different application servers, in this case Jboss. Works good.