eclipse-indigo

Flash builder 4.6 into Eclipse indigo

…衆ロ難τιáo~ 提交于 2019-12-02 08:45:24
I have flash builder 4.6 and eclipse indigo installed seperately on my window pc.I want to run java code in either flash builder or run flex code in eclipse indigo.Could i use flash builder files to include in eclipse as plugins or use eclipse file in flash builder to fulfill my need. Either works. Flash Builder 4.6 is built on Eclipse Indigo 32-bit, and there's a utility to install the FB plug-in to an existing Eclipse 32-bit installation (in the Flash Builder's utities directory, Adobe Flash Builder 4.6 Plug-in Utility.exe). So, either add the Java plugins to FB, or run the util to plug into

Problems configuring JSF 2.0 on Eclipse Indigo

为君一笑 提交于 2019-12-01 18:10:21
I'm developing a web application with JSF 2.0 on the IDE Eclipse Indigo (the last version). But on Project ->Properties -> Project Facets , the option JavaServer Faces is configured on version 1.2 and when I try to change the version to 2.0, an error message apears Cannot change version of project facet JavaServer Faces to 2.0. Strangely, the JSF libaries in my project are all the 2.0 version. I think this is the problem that is causing my pages not to show simple xhtml tags like <h:outputLabel> and <h:inputText> . The JSF libraries that I'm using was obtained on the Mojarra project 2.0.6 Hope

Problems configuring JSF 2.0 on Eclipse Indigo

让人想犯罪 __ 提交于 2019-12-01 17:29:13
问题 I'm developing a web application with JSF 2.0 on the IDE Eclipse Indigo (the last version). But on Project ->Properties -> Project Facets , the option JavaServer Faces is configured on version 1.2 and when I try to change the version to 2.0, an error message apears Cannot change version of project facet JavaServer Faces to 2.0. Strangely, the JSF libaries in my project are all the 2.0 version. I think this is the problem that is causing my pages not to show simple xhtml tags like <h

Maven option is not found in Eclipse

北战南征 提交于 2019-11-30 17:12:06
I am in Eclipse Indigo and I have installed m2eclipse plugin. I saw in Eclipse Helios there is an option Maven in the right click menu, when I clicked on a Project, but this option is not present now. I have installed Maven from both of the marketplace and also from adding site in Install new software option in Eclipse(Help->Install New Software). What I am doing wrong. This question was asked before in SO, but I tried the solution provided there. Is this option is really not present? What I want is to enable Maven Dependency Management of a Dynamic Web Project of Eclipse. Dariop You have to

GAE getting started in Java, Eclipse Indigo - can't compile as 1.6

﹥>﹥吖頭↗ 提交于 2019-11-30 16:13:06
I feel like I keep going in circles with this one. I followed the Getting Started guide for Google App Engine ( https://developers.google.com/appengine/docs/java/gettingstarted/ ) in Eclipse and everything went relatively well until I uploaded it to the App Engine. I was getting 500 errors so I checked the logs and found this: "guestbook/SignGuestbookServlet : Unsupported major.minor version 51.0]" I then search for this problem (on stackoverflow, of course) and found this solution: Google App Engine and Java Version? So I set the compliance level to 1.6 and then at the bottom of the dialog I

Error: Android source build in eclipse

谁说胖子不能爱 提交于 2019-11-30 09:50:07
While trying to add android source to eclipse, I am getting the following errors. Project 'android' is missing required library: 'out/target/common/obj/JAVA_LIBRARIES/gsf-client_intermediates/javalib.jar' Project 'android' is missing required library: 'out/target/common/obj/JAVA_LIBRARIES/google-common_intermediates/javalib.jar' FYI, I have built the source successfully with full_maguro-userdebug configuration (for Galaxy Nexus) before adding this to eclipse. Since I couldn't find "create project from existing source" in Eclipse Indigo, I changed the location of the project to the root

Why is my updated Eclipse / Android setup not building my APK anymore?

落花浮王杯 提交于 2019-11-30 06:54:41
I had a working Eclipse setup with 3.6.2 and SDK tools from version 11, and it has been building my main project just fine for quite a while. For a different project, I thought I needed to upgrade my SDK to the latest and greatest - at this point API 14 (ICS 4.0). I cannot even reconstruct the steps I went through, but what happened was that my project would seem to build, but I would see that it would say that it was skipping a post-compiler step, and at the end I would have no APK. I also noticed that it updated my .classpath so that the output path was bin/classes instead of .bin. Along the

Eclipse type hierarchy not always working

此生再无相见时 提交于 2019-11-29 22:19:51
When I want to see implementation of some interface through F4 (type hierarchy) or ctrl + t (quick hierarchy) or implementation of a method, I can't see it! Problem is, that it works in 90%, but I have few cases when interface and implementation are in same package and eclipse doesn't recognize it via type hierarchy. Any suggestions? Got Eclipse Indigo SR2. I had this same problem and fixed it by deleting the Eclipse index cache files located in .metadata/.plugins/org.eclipse.jdt.core. Delete all .index files and savedIndexNames.txt. Do this while Eclipse is not running and then restart. This

Error: Android source build in eclipse

拜拜、爱过 提交于 2019-11-29 14:55:12
问题 While trying to add android source to eclipse, I am getting the following errors. Project 'android' is missing required library: 'out/target/common/obj/JAVA_LIBRARIES/gsf-client_intermediates/javalib.jar' Project 'android' is missing required library: 'out/target/common/obj/JAVA_LIBRARIES/google-common_intermediates/javalib.jar' FYI, I have built the source successfully with full_maguro-userdebug configuration (for Galaxy Nexus) before adding this to eclipse. Since I couldn't find "create

Switch perspective in a RCP application since Eclipse Juno?

拈花ヽ惹草 提交于 2019-11-29 10:31:47
问题 In my RCP application I use this code to switch perspective : IWorkbenchWindow window = getViewSite().getWorkbenchWindow(); window.getWorkbench().showPerspective(PRODUCT_PERSPECTIVE_ID, window); I didn't change my code but I changed my developement environnement from java 6 64bits + windows + Eclipse Indigo to java 7 32bits + windows + Eclipse Juno And now the perspective doesn't switch any more, with no exception and nothing suspect visible in debug. I didn't find any bug report. Is there an