+1  A: 

Of course it is possible - you just need to have them configured as two separate projects with separate run configurations for each of them.

Unfortunately as far as I remember when you close a project all the associated running tasks (svn commits, debugs, runs, etc.) shut down as well and having two separate branches of the same project open in the same time might get very confusing when using keyboard shortcuts for class browsing.

vstoyanov
+3  A: 

I just check out different branches as different projects. MyProjectTrunk, MyProjectBranch1, MyProjectBranch2 etc. No problem. The projects will never run on on the same JVM if you're using Run as Application.

Tommy
cool! gotta check it right away..
posdef