0
votes
2answers
70 views

Integrating .jar file into an Android app

I am new to creating Android apps, so forgive me if this sounds very naive. I have a .jar file and the associated .java and .class files. What I want to do is create an Android app (I'm using Eclipse) ...
3
votes
1answer
80 views

JProfiler 7.2.2 IDE integration error with Eclipse 4.2

I've JProfiler 7.2.2 installed (with Evaluation Key however), I'm using eclipse 4.2. When I try to integrate JProfiler to Eclipse, it shows the following error message: The directory C:\Program ...
0
votes
1answer
2k views

Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: UnresolvedAddressException

I have integrated Maven with Eclipse and trying to create a maven project. Every time i am trying to create project, its POM.xml shows error. Multiple annotations found at this line: - Plugin ...
0
votes
2answers
193 views

Eclipse and Team City plugin

I am using Eclipse for Java developers and Team City for continuous integration and tortoiseSVN for my repository. I have installed all the necessary plugins but whenever I choose TeamCity->Remote run ...
0
votes
1answer
64 views

Java eclipse Team City integration

are you aware of any tutorials explaining how to set up a basic configuration for java eclipse and team city CI tool, I have searched the web but could not find a complete guide and I am completely ...
0
votes
0answers
106 views

Maven Android Plugin giving null pointer exception when I do update configuration

I created an Android application in eclipse. I have got m2eclipse and m2eclipse-android-integration plugin. When I right click on the project name ->Maven ->Update Project Configuration I get a null ...
0
votes
0answers
88 views

Integration/finding the area between two curves

I need help starting this program. The program's main purpose is to allow the users to select an option and run it. One of the options is to find the area between two curves. The program asks the user ...
0
votes
1answer
202 views

Maven Dependency Errors in Eclipse

I am having issues with Maven Eclipse integration. I am able to compile the project using Run as profiles and everything is fine from command prompt too But in Eclipse Markers I am getting below ...
0
votes
0answers
136 views

Attach spring javadoc to spring project

I'm trying to export the javadoc of my spring mvc project. The problem is that even if I set the javadoc path to every my spring referenced library (right click->properties->javadoc location). When I ...
1
vote
2answers
147 views

How to integrate c++ classes and objects around winApi?

Hey so for one of my c++ projects I need to develop a 4-5 window application.Now the issue is that currently all of my programs tasks are divided into classes, and I have tested them by passing ...
0
votes
1answer
65 views

Netbeans project integration with different frameworks

We work as a third party with MVC traditional framework with oracle 11g (no hibernate) with login.jsp page to enter the systems The main company took the struts2 and spring and hibernate frameworks ...
0
votes
2answers
98 views

Services available on Eclipse port 51235

We use Crucible/FishEye for code reviews and in Firefox there is an Eclipse-icon above the content-view of a source file. If I click it that source file is opened in Eclipse. Crucible/FishEye doesn't ...
0
votes
1answer
145 views

Integrate Map/Reducer and Java Project Eclipse

I have a Java Project & Map/Reducer Project in eclipse Workspace, I want to use a class file of Map/Reducer Project from java project to perform computation, I am new to Apache Hadoop & ...
6
votes
2answers
7k views

Is there any Gradle eclipse IDE integration?

i'm looking for an eclipse ide integration for gradle. I've installed the gradle editor from http://www.breskeby.com/downloads/gradle/eclipse/update/ But this is far away from what i expect from an ...
5
votes
1answer
2k views

Integrating jprofiler into eclipse

I can't integrate jprofiler 7 into Eclipse Indigo. Installation and integration completed successfully. But I can't find jprofiler in the Eclipse IDE or in Eclipse preference. No problems in starting ...
6
votes
5answers
2k views

Eclipse: how to keep project source files and ant build.xml seperate from eclipse workspace?

I'm trying to re-familiarize my self with the Eclipse environment and ant integration. Question is: how to keep my sources dir + build.xml separate from the workspace? What I have is a small java ...
0
votes
1answer
359 views

How to get Ant build errors inside Eclipse “Problems” view

When I set up an Ant script to run as an Ant builder in an Eclipse project, the only options I have for handling the output are to: show it in Console view capture it in a file Is there any way to ...
2
votes
1answer
330 views

How to use my MPLAB C32 compiler in Eclipse IDE

Can anybody let me know the procedures to configure the build settings in Eclipse(Helios) IDE for MPLAB C32 Compiler from Microchip?
22
votes
1answer
1k views

Qt Eclipse Integration and custom widget plugin

What is the correct procedure to compile a custom widget with the Eclipse Integration plugin, under Windows with MinGW? I tried the following steps, but I cannot see the widget in the Widget Bar. ...
2
votes
4answers
2k views

How to launch ATG application from Eclipse?

How to integrate ATG framework with eclipse so that i can run ATG application from eclipse and debug it using eclipse debugging plugins ? which development tools do you use when developing ATG ...
2
votes
2answers
1k views

Problems by import of a multiple modules maven 2 project into eclipse workspace

Hey, I was wondering if someone has experienced the same problem as me and can help me. I have a maven project which contains 6 modules. Some of modules are depending on each other. The project is ...
4
votes
4answers
2k views

JBOSS Eclipse Integration

I am working with Eclipse and JBOSS. I was wondering if there is a way to do hot in-place deployment for a web project, by integrating the JBOSS server with Eclipse. By hot in-place deployment, I ...
2
votes
3answers
1k views

How to integrate native applications with eclipse?

I have a couple of native applications written in C++ and C#. These are legacy applications that require data sharing between them. Currently, data sharing is through import/export of text file in ...
1
vote
3answers
1k views

Handling Tomcat in Eclipse: make it as easy as MyEclipse?

I have been using MyEclipse for a number of years. I am coming to the conclusion that I would rather ditch MyEclipse and revert to plain old Eclipse, except for one detail: MyEclipse's Tomcat ...
15
votes
7answers
742 views

Integrate StackOverflow into IDEs?

Okay, this is just a crazy idea I have. StackOverflow looks very structured and integrable into development applications. So would it be possible, even useful, to have a StackOverflow plugin for, say, ...
4
votes
3answers
2k views

Drag and Drop an Email from MS Outlook to Eclipse RCP

Has anyone got a working solution without some Java/COM-bridge? E.g. process the Email as a file (.msg) rather than locating the data that is referenced in the Clipboard?