eclipse-juno

How to unlock toolbars in Eclipse 4.2 (Juno)

橙三吉。 提交于 2019-12-02 16:33:36
I migrated from Eclipse Indigo (3.7) to Juno (4.2). In Juno all toolbars seem to be permanently locked. Is there a way to unlock them so they could be moved or rearranged? Viorel Stolea Try Windows- Preferences - Appearance See the print: Then type Theme in the Search box (or go General->Appeearance->Theme) and choose Window 7. restart and you'll be able to move the icons/groups in the toolbar (but not get rid of any) After you're done you'll be asked to restart/ I went to Classsic theme and THEN restarted. Hope it helps I posted this earlier as a comment to my question, but was suggested that

Install Marketplace plugin on Eclipse Juno

亡梦爱人 提交于 2019-12-02 14:07:28
I downloaded the Eclipse Juno 4.2 classic bundle , and saw that Help > Marketplace... was not available. AFAIK, this is provided by the mpc plugin. On their website however, I didn't see a trace of how to install the mpc client for Juno. How can I add the Marketplace Client to the classic Juno bundle? As far as I know, the Classic distribution does not contain the Marketplace client (and that is the only such official distribution). However, it is available for download. Select Help/Install new software... from the menu, select the Juno update site (http://download.eclipse.org/releases/juno),

Eclipse Juno m2ecliipse : directory structure explanation

前提是你 提交于 2019-12-02 11:53:00
I'm working under Eclipse Juno on a maven-archetype-webapp project done with m2eclipse. I don't understand directory structure. Anyone could explain how it's working? Thanks What i src/main/ressources for ? When you create package, it's not showed as package but only directory. I create a /src/main/java package and it's where i put my classes. The package structure hierarchy is ok. What is librairies ressources? Is it where you put javascript jquery? but when i put jquery plugin it does a lot of effor in the project manager. And i want my javascript under /webapp/javascript... What is

In Eclipse Java EE servlet does not output to console

时光毁灭记忆、已成空白 提交于 2019-12-02 01:20:03
问题 I have a simple servlet that creates HTML with PrintWriter and writes to console via System.out.prinln() in the same doGet() method. I see HTML part in Eclipse (Java EE perspective) but there is nothing in the Console View . Where should stdout from a servlet appear in Eclipse? Code looks like this: protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { PrintWriter out = response.getWriter(); out.println("<h2>Hello from Applet<h2>

Failed to open database/ Failed to change locale for (database) to 'en_US'

前提是你 提交于 2019-12-01 21:34:13
问题 I have read solution from Failed to change locale for db '/data/data/my.easymedi.controller/databases/EasyMediInfo.db' to 'en_US' but it doesnt help me. I still have the same error. These is my DBHelper class. Could you look into it and help me? package com.example.mgr; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.sql.Date; import java.util.ArrayList; import android.content.Context; import android.database

Eclipse Juno - Constant crash (805306369) when highlighting anything

我与影子孤独终老i 提交于 2019-12-01 17:52:54
Whenever I mouse over any imported.. anything in Juno, Eclipse immediately hangs. Editing Java files - types, classes, annotations, the import itself - mousing over anything to view the javadoc will instantly hang eclipse. Also happens with auto-completes if the popup stays open for more than a second. Here's the error: Running: java version "1.7.0_15" Java(TM) SE Runtime Environment (build 1.7.0_15-b03) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) The latest Eclipse Juno (Java EE) 64bit Win7 x64. There shouldn't be any incompatibilities there (All x64). Looking around the

Eclipse Juno - Constant crash (805306369) when highlighting anything

感情迁移 提交于 2019-12-01 17:15:16
问题 Whenever I mouse over any imported.. anything in Juno, Eclipse immediately hangs. Editing Java files - types, classes, annotations, the import itself - mousing over anything to view the javadoc will instantly hang eclipse. Also happens with auto-completes if the popup stays open for more than a second. Here's the error: Running: java version "1.7.0_15" Java(TM) SE Runtime Environment (build 1.7.0_15-b03) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) The latest Eclipse Juno

Eclipse Juno - why no warning on unused annotated private field?

那年仲夏 提交于 2019-12-01 15:41:47
In the previous version of Eclipse this works fine. In Errors/Warnings I checked "Unused private field" -> Warning . But it does not seem to work. For example: public class Main { @Resource private int a; //I see no warning here } This is intentional see - https://bugs.eclipse.org/bugs/show_bug.cgi?id=365437 . Also see an open bug on this topic - https://bugs.eclipse.org/bugs/show_bug.cgi?id=376590 Eclipse Bug Report 386692 should soon be reopened, to also ignore the @Autowired annotation from the Spring framework. 来源: https://stackoverflow.com/questions/11447910/eclipse-juno-why-no-warning-on

Eclipse: How to disable welcome screen?

人盡茶涼 提交于 2019-12-01 15:39:23
I get an annoying welcome screen whenever I start eclipse. How can I get it to skip the welcome and go straight to the workbench when I start it? For Eclipse Neon: Open Eclipse Uncheck the box in the bottom right hand corner (Show every time) Close the welcome screen Edit: Still correct for Eclipse Oxygen, Photon and 2018-12 The welcome screen is displayed whenever you first open eclipse with a new workspace. Once you close the welcome screen, this is noted in the workspace, and on a restart of eclipse with the same workspace, you will not see it again until you either use the menu Help

org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required

馋奶兔 提交于 2019-12-01 08:06:51
Before posting this question here: I looked up at 1) Glassfish 3.1.2.2 in IDEA 11.1.4: "PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required" 2) How do I specify the jdk for a glassfish domain? 3) http://alvinalexander.com/blog/post/java/fixing-glassfish-jdk-path-problem-solved 4) https://www.java.net//node/702274 5) "PWC6345: There is an error in invoking javac." error when using Jetty WTP plugin to deploy a JSP page on Jetty I am able to open the glassfish admin window in eclipse, but when I am trying to run my project, I get this annoying error: "org.apache