The error is:
Exception occurred while reading or
writing file {0}The Axis2 facets
cannot be installed since the Axis2
runtime location has not been set. Go
to the Web Services preference page
and set the Axis2 runtime location
under Axis2 Preferences.
In the preferences mentioned, the location is set correctly and in fact, it says "A...
Does either netbeans or eclipse have any plugins where you can quickly navigate the project?
I want something like intelliJ's navigation options, like where you just presss control-N and simply type the filename you want to jump to, or class name.
...
When you have "Mark occurences" enabled in Eclipse, placing the cursor on any type/variable/method/etc will highlight all occurences in the text editor and place a faint bar in the right ruler to show you the location of other occurences in the file.
Does anyone know where in the Preferences you can change what color is used to highligh...
I have a development Mac running 10.5. This causes my apps to not work in 10.4 (Google "_nsdefaultrunloopmode tiger"). I read the solution is to install the 10.4 SDK and compile against that. I have it installed (at least I have /Developer/SDKs/MacOSX10.4u.sdk)
Now I can't find a way to actually use that - I'm doing two things:
1) Comp...
I'm trying to import and existing Android project into my current Eclipse workspace. I select File->New->Android Project, which brings up the Android project dialog, I then select, "Create project from existing source", Location, Build Target and Finish.
I get the following error: Invalid project description.
Does anybody know how...
Is there a way to achieve a "No to all" option when pasting in eclipse (in the package explorer)?
...
One of the most annoying things about the new eclipse version is that it makes moving files rather hard.
By default on the left of your screen you will see the file system explorer (where it lists your workspace projects). I used to be able to drag folders/files around - but now each time I do that it pops up a window and asks me to se...
I have eclipse with coldfusion builder installed, and I set up the various screens - RDS and coldfusion debug settings in preferences, project properties and set the server up there.
It seems like it is almost working, the RDS screens work, and I can start debugging, but when it hits my breakpoint I get a blank source page that says 'So...
I downloaded Neoclipse Source and downloaded the Neo4J source. However some of the classes that the Neoclipse source file refers to are not found in the Neo4J source. Are they deprecated? Can I get an updated version of the Neoclipse?
...
My Android main application will consist in a main program, with a few pre-installed modules.
Then I want to offer different modules later, best would be as separate files. Modules like: location, weather, agenda.
How would you accomplish this?
I want to keep in the database the modules that are installed/present. So I must put someti...
what do I need to do if I want to convert a eclipse project to start using maven2?
I know of the maven plugin, but do I need to modify the existing project?
Or should I just re-import into a newly created project?
...
When trying to install eclipse using the eclipse new software feature, I get this error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven SCM handler for Subclipse (Optional) 0.9.8.200905041414 (org.maven.ide.eclipse.subclipse.feature.feature.group 0.9.8.200905041414)
Mis...
When I ran the Inline and Extract Local Variable refactorings, Eclipse saved my file immediately after. Also, Undoing/Redoing these refactorings resaved the file each time. How can I disable this behavior?
Secondary question: Running Extract Method didn’t automatically save the file. Why the inconsistent behavior?
...
Where can I view tomcat's log file in eclipse?
for some reason my tomcat's installation /log file is always empty.
BTW, does tomcat dump to the log file after a while or is it immediate?
...
I get the following timeout error when trying to start tomcat in eclipse.
Timeout waiting for Tomcat v5.5 Server at localhost to start. Server did not start after 45s.
Does anyone know hot to set the tomcat timeout?
...
So I created a simple web app using maven, the pom.xml is setup in Eclipse just fine.
I added apache commons, spring 3.0 as a dependancy.
I created a test controller using annotations, and a jsp file.
In eclipse, I only see a Run option, and no build option. With maven2 pom.xml setup etc., is just clicking on Run enough to build the p...
I have a Java project in Eclipse perfectly running smoothly until this afternoon, when I updated some files (including a ant build.xml file). When I build the project, the following error appears:
java.lang.NoClassDefFoundError: proj/absa/FrontEnd/ApplicationStarter
Caused by: java.lang.ClassNotFoundException: proj.absa.FrontEnd.Applica...
I am using eclipse, with maven2 plugin.
I am trying to setup a simple annotations based spring 3 mvc web application.
So I went to RunAs and clicked on 'maven build', I set the goal as 'compile'.
When it compiles, I get the error message:
E:\dev\eclipse\springmvc2\src\main\java\web\HomeController.java:[5,1] annotations are not support...
I am the beginner for android development. i followed the procedure as specified in developer.google.com . for installing i Tried to crete AVD(Android virtual device) through command path.I executed at command prompt.
android create avd --target 2 --name my_avd
But the Error is coming "Error: Target id is not valid. Use 'android.bat li...
I am using eclipse with maven2 plugin.
Maven created a /src folder, so I created my HomeController.java file in the following path:
/src/main/java/web/HomeController.java
When I compile using the RunAs mavin build, with a goal set to 'compile', I get the error:
E:\dev\eclipse\springmvc2\src\main\java\web\HomeController.java:[5,1] can...