eclipse-juno

Maven with Eclipse Juno

早过忘川 提交于 2019-11-29 04:23:09
问题 I just upgraded to Eclipse v4.2 (Juno). The Maven plugin seems to be missing. How do I get it? 回答1: All the info you need, is provided in the release announcement for m2e 1.1: m2e 1.1 has been released as part of Eclipse Juno simultaneous release today. [...] m2e 1.1 is already included in "Eclipse IDE for Java Developers" package available from http://eclipse.org/downloads/ or it can be installed from Eclipse Juno release repository [2]. Eclipse 3.7/Indigo users can install the new version

Eclipse 3.8: where is the download site?

…衆ロ難τιáo~ 提交于 2019-11-29 02:49:37
I'm a bit confused about Eclipse release 3.8 It seems a bit like a ghost to me: no codename, no download site? Where are all the packages, like "Eclipse for RCP and RAP Developers"? Eclipse 3.8 and 4.2 were released concurrently as part of the Juno release, but the compilations for various developer types are only available based on version 4.2. To use Eclipse 3.8, you will need to download the basic platform and install the plugins you need from Eclipse Marketplace or the Juno repository. Surf to here and download the one labeled Eclipse SDK: http://download.eclipse.org/eclipse/downloads

Slowness in Eclipse Juno (4.2)

无人久伴 提交于 2019-11-29 02:26:29
I've had some issues with slowness switching tabs in Eclipse 4.2 Juno and was hoping someone might have some answers. The original delay was about 10 seconds which dropped to 2-4 once I specified the java vm in the eclipse.ini file, but that's still slower than I think it should be. I've uninstalled all the addons that I thought might be offending and listed the active ones below and I believe the system to be more than adequate, but listed the specs anyway. Thanks for any help you could give me. System: Windows 7x64 1.73 Ghz i7 8 GB RAM Eclipse Addons: Eclipse Color Themes PHP Development

Can't install Maven SCM Handler for EGit for Juno

安稳与你 提交于 2019-11-28 16:50:34
问题 I've updated my eclipse indigo to juno via the Help->Check for updates menu. I noticed I had updates for egit (2.x) and jgit (2.x) which clashed with my current installations (1.3.x) and so I removed all my egit plugins (eigt,jgit,egit-mylyn and Maven SCM Handler for EGit). I then tried to install the above egit plugins and was able to install egit and jgit but was unable to install Maven SCM Handler for EGit. I tried updating grvia the m2e marketplace and got the following error: Cannot

Eclipse opens blank workspace

烂漫一生 提交于 2019-11-28 11:20:53
I have this weird issue where the following happens: fresh eclipse juno install (with all updates applied) works fine for a while asking which workspace I want to open with a dialog on startup after a few days it stops prompting me for workspace, opens blank made up workspace instead in /Users/myself/Documents If I check "preferences -> workspace -> startup and shutdown" everything seems fine, the only workspace in the list is the one I created and the checkbox that says "don't prompt for workspace" is not checked . This happened a few times already on fresh eclipse installations and fresh

What the difference between Eclipse 3.7, 3.8 and 4.2?

≡放荡痞女 提交于 2019-11-28 05:19:21
Eclipse Indigo is 3.7, and Eclipse Juno is 4.2, but 3.8M1 has just been released. What's 3.8 and how is this different from 3.7? I'm eagerly awaiting Java 7 support and am confused whether I should use 3.8M1 or wait for 3.7.1 ...the feature and API set for the next feature release of the Eclipse SDK after 3.7, designated release 4.2 and code-named Juno. This release is occurring simultaneously with the 3.8 platform release. The 4.2 release is a mature platform release containing significant new feature work, while the 3.8 release focuses on stability and bug fixes. From: http://www.eclipse.org

Eclipse tabs repositionning

て烟熏妆下的殇ゞ 提交于 2019-11-28 03:03:37
I have been using Indigo for a while, and now trying Juno There is a sligth bothering difference: On Indigo When you had 10 tabs opened A | B | C | D | J | H | G ....(F | T | S) and currently on B when you selected the file shown in tab T again, then this tab (on Indigo and that's the problem not on Juno) would be repositioned like that: A | B | T | C | D | J | H ....( G | F | S) This is useful since, if opening T after B, it means they should be grouped together on Juno it does not reposition them, instead you will need to find most recent files far in the tab list Q: how to set it back? I

Eclipse Juno vs Eclipse Kepler

折月煮酒 提交于 2019-11-28 02:28:21
问题 what are the advantages and disadvantages of each version of Eclipse (Juno and Kepler) ? which one is the more stable version ? how to choose the right version of eclipse? 回答1: Each eclipse release has some bug fixes, new features updated APIs etc. You can check News and Noteworthy section of each release to know how the current release is different from its preceded version. Kepler News and Noteworthy section is here. Compare the each feature/involving projects version of both Juno and

Connect to DB2 database in eclipse via jdbc

柔情痞子 提交于 2019-11-27 18:51:22
问题 I'm trying to connect to an IBM DB2 database with Eclipse (version Juno) via JDBC. I've added the drivers (external jar files) to my project and the driver is loaded correctly ... public static void main(String[] args) throws SQLException, ClassNotFoundException { Class.forName("com.ibm.db2.jcc.DB2Driver"); System.out.println("Driver loaded"); Connection dbConn = DriverManager.getConnection("jdbc:db2://***.**.***.*:50000/BWUEBDB", "username", "password"); System.out.println("Connected"); } I

Eclipse 3.8: where is the download site?

旧巷老猫 提交于 2019-11-27 17:07:52
问题 I'm a bit confused about Eclipse release 3.8 It seems a bit like a ghost to me: no codename, no download site? Where are all the packages, like "Eclipse for RCP and RAP Developers"? 回答1: Eclipse 3.8 and 4.2 were released concurrently as part of the Juno release, but the compilations for various developer types are only available based on version 4.2. To use Eclipse 3.8, you will need to download the basic platform and install the plugins you need from Eclipse Marketplace or the Juno