eclipse-juno

GroovyEvaluator not found

▼魔方 西西 提交于 2019-12-08 07:33:51
问题 I'll try to do my PIE 3D report in iReport , in my struts.xml i got this to call my report. <action name="cargaReporte" class="com.techera.eventos.action.MisVisitasAction" method="cargaReporte"> <result name="success" type="jasper"> <param name="location">/WEB-INF/jsp/reportes/reporteMisVisitas.jasper</param> <param name="dataSource">visitas</param> <param name="format">PDF</param> </result> </action> in my jsp i got this <a href="cargaReporte">Reporte</a> and when i clicked the link, the

Upgrading Eclipse IDE for Java EE Developers

。_饼干妹妹 提交于 2019-12-08 06:28:07
问题 I have been using the Eclipse IDE for Java EE Developers for Juno (4.2 SR1) that I had downloaded from the eclipse site as the custom binary. With the slowness that haunts Juno, this is almost unusable. The eclipse team is making fixes which they are advertising as being made available on their milestone builds. Can someone please guide me as to: Whether one can upgrade the Eclipse IDE for Java EE Developers to pick up relevant changes from the milestones update site? If yes, how are

GCM: java.lang.NoClassDefFoundError: com.google.android.gcm.GCMRegistrar

非 Y 不嫁゛ 提交于 2019-12-08 01:34:46
问题 Please help, it's all the days that I work on this problem and used all possible solutions found on the web. Requirements: Use juno eclipse, ADT 20 I have works with business GCM, I did a project a bit more complicated using the demo of Android developers (http://developer.android.com/guide/google/gcm/demo.html) And I realized that my application was in Crask each call class GCMRegistrar. So I created a minimal exercise that will work if I unlock everything. import com.google.android.gcm

How to install eclipse PDT 3.1 in Eclipse Juno?

萝らか妹 提交于 2019-12-07 15:37:49
问题 Using the following update sites: http://download.eclipse.org/releases/juno/ http://download.eclipse.org/eclipse/updates/4.2/ Eclipse 4.2.0 Juno installs PDT 3.0.1. The nightly developer builds, currently 3.1.1, can be installed through the update site: http://download.eclipse.org/tools/pdt/updates/3.1.1/nightly How can I install the stable version of PDT 3.1.0? 回答1: It's very possible that you can't. 回答2: Go to Help->Install new software and there put this url : http://download.eclipse.org

Reset Eclipse perspective layout

时光毁灭记忆、已成空白 提交于 2019-12-07 03:56:00
问题 I've just updated from Eclipse Juno to Kepler. What happened to the Eclipse perspective layout and how can I restore it to fill the entire window? 回答1: From the image provided you do indeed have a minimized perspective stack...it's the far right toolbar at the top of the image that has just the icons for the java and debug perspectives. If you click on its 'restore' button the actual perspective will re-appear. What it looks like is that you have the 'Welcome' (Intro) screen up and maximized

Difference between “Eclipse Indigo” and “Eclipse Juno”

旧城冷巷雨未停 提交于 2019-12-07 00:13:32
问题 Currently I'm using Eclipse Indigo (v3.7) for Selenium WebDriver automation tests with Java. There is also Eclipse Juno (v3.8 - 4.2) available that I have never used. What's the difference between Eclipse Indigo and Eclipse Juno ? 回答1: Since 2006, the Eclipse Foundation has coordinated an annual Simultaneous Release. Each release includes the Eclipse Platform as well as a number of other Eclipse projects. So far, each Simultaneous Release has occurred on the fourth Wednesday of June. Eclipse

How to use eclipse 4 DI in classes that are not attached to the application model?

喜夏-厌秋 提交于 2019-12-06 23:10:05
问题 I have created a OSGI service with declarative services to inject an object that implements an interface. If I inject the object in a class that is attached to the application model (handler,part,....) it is working fine. If I inject it in a class that is not attached to the application model it is always returning null. Is it possible to use DI in classes that are not attached to the application model? I looked in the vogella tutorials but somehow I don't find a solution. 回答1: I know of

Upgrading Eclipse IDE for Java EE Developers

廉价感情. 提交于 2019-12-06 14:43:54
I have been using the Eclipse IDE for Java EE Developers for Juno (4.2 SR1) that I had downloaded from the eclipse site as the custom binary. With the slowness that haunts Juno , this is almost unusable. The eclipse team is making fixes which they are advertising as being made available on their milestone builds. Can someone please guide me as to: Whether one can upgrade the Eclipse IDE for Java EE Developers to pick up relevant changes from the milestones update site? If yes, how are conflicts resolved? I tried adding an update site for Juno milestones and tried an upgrade for the Eclipse

GCM: java.lang.NoClassDefFoundError: com.google.android.gcm.GCMRegistrar

女生的网名这么多〃 提交于 2019-12-06 12:58:04
Please help, it's all the days that I work on this problem and used all possible solutions found on the web. Requirements: Use juno eclipse, ADT 20 I have works with business GCM, I did a project a bit more complicated using the demo of Android developers (http://developer.android.com/guide/google/gcm/demo.html) And I realized that my application was in Crask each call class GCMRegistrar. So I created a minimal exercise that will work if I unlock everything. import com.google.android.gcm.GCMRegistrar; public class Manda extends Activity { @Override public void onCreate(Bundle

How to set up Eclipse-Pydev for Google app engine development

送分小仙女□ 提交于 2019-12-05 22:45:58
I am trying to use PyDev on Eclipse Juno to create a GoogleAppEngine project. I am very new to Python and AppEngine. So PyDev asks me for Google App Engine Directory which apparently is where the appcfg.py file is. I have already installed the GAE and it works well with IDLE (I am using Mac). Has anyone set this up successfully? Basically, I don't know where the directory is. I am of course assuming that's the only problem. I have already tried to find appcfg.py from the terminal using find . -name appcfg.py , mdfind -name appcfg.py , whereis appcfg.py . But so far no success. Try this: Enter