ganymede

Is Eclipse 3.4 (Ganymede) memory usage significantly higher than 3.2?

梦想与她 提交于 2019-11-28 04:36:48
问题 I was happily using Eclipse 3.2 (or as happy as one can be using Eclipse) when for a forgotten reason I decided to upgrade to 3.4. I'm primarily using PyDev, Aptana, and Subclipse, very little Java development. I've noticed 3.4 tends to really give my laptop a hernia compared to 3.2 (vista, core2duo, 2G). Is memory usage on 3.4 actually higher than on 3.2, and if so is there a way to reduce it? EDIT: I tried disabling plugins (I didn't have much enabled anyway) and used the jvm monitor; the

Where to put the external jars? [duplicate]

浪尽此生 提交于 2019-11-28 04:18:51
This question already has an answer here: How to import a jar in Eclipse 7 answers I use Eclipse (3.4) and my class compiles without warning or errors. My project uses an external jar file. Where do I need to put this external jar file in order not to get a java.lang.NoClassDefFoundError when using this class from another project (not in Eclipse)? I could just extract the jar into the project folder, but that does not feel right. Edit: this question is not about importing jars in Eclipse, but using them outside of Eclipse. James Camfield If you're wanting to include a JAR file to your Eclipse

Unrooted Tests

懵懂的女人 提交于 2019-11-27 03:03:24
问题 When running all my tests in Eclipse (Eclipse 3.4 'Ganymede'), one test is listed under "Unrooted Tests". I'm using Junit 3.8 and this particular test extends TestCase. I do not see any difference between this test and the other tests. I don't remember seeing this occur in Eclipse 3.3 (Europa). Clarification: We haven't moved to JUnit 4.0 yet, so we are not using annotations. I also googled and it seemed like most people were having issues with JUnit 4, but I did not see any solutions. At

Where to put the external jars? [duplicate]

♀尐吖头ヾ 提交于 2019-11-27 00:20:32
问题 This question already has answers here : How to import a jar in Eclipse (9 answers) Closed 3 years ago . I use Eclipse (3.4) and my class compiles without warning or errors. My project uses an external jar file. Where do I need to put this external jar file in order not to get a java.lang.NoClassDefFoundError when using this class from another project (not in Eclipse)? I could just extract the jar into the project folder, but that does not feel right. Edit: this question is not about