Tagged Questions
Eclipse is an open source IDE and platform for building applications. There is a wide variety of plugins for various programming languages and other development-oriented tools (such as modeling, database browsing, etc). This tag should only be used for questions specifically about the Eclipse IDE or ...
0
votes
0answers
2 views
eclipse plugin development-adding button to toolbar and its behaviour
i am new to eclipse plugin development.Actually i am trying to add some buttons in toolbar and want to perform some action onclick to that button.
so what i did in extension tab i added ...
0
votes
0answers
6 views
How to hot deploy newly created files to Apache Tomcat in Eclipse IDE?
I have a peculiar problem. I am extracting the data from a database in the form of .csv file and then passing this file to d3.js for visualization. The problem is, d3.js doesn't allow file:// based ...
0
votes
0answers
6 views
Blobstore Library Error
I'm following this tutorial: https://developers.google.com/appengine/docs/java/blobstore/#Uploading_a_Blob
But I have an import error when i try to get BlobStore from library!
import ...
0
votes
0answers
2 views
Highlight portion of the text in editor when GoToMarker is applied
I have created several markers on a resource on validating it.These markers are logged in Eclipse Markers View. Double click on any marker will navigate the focus on a particular line in the Editor ...
0
votes
0answers
3 views
Changing eclipse update site zip file name in maven or tycho
I am trying to build an eclipse update site. The maven pom.xml for the update site project is as shown below.
<project xmlns="http://maven.apache.org/POM/4.0.0" ...
0
votes
0answers
12 views
is it wise to build a whole website using HTML5 with libGDX?
LibGDX Offers the option of exporting your project as HTML5. would it be detrimental to create an entire project in eclipse and export with this option and use as a website. I am very comfortable ...
0
votes
1answer
5 views
How to add element into the palette view - IBM Mobile First 6.3
I am developing mobile apps using IBM Mobile First 6.3 with JQM. I need a clarification that, is there any option for adding element into the palette view and also can we create some variable with ...
0
votes
0answers
6 views
struts2 doesn't load my action
I just started with Struts2 so I made the typical "Hello World" app, but I cant make my action load, I'm guessing the mistake is probably in the struts.xml but I don't seem to find it.
I'm using ...
-2
votes
0answers
6 views
How Can I use Material Design in Android Eclipse?
I Want to Know how i can use material design in my android application in eclipse.
I beginner in android development. while i am implementing material design. it is giving me error in xml file. i ...
0
votes
0answers
3 views
add x-axis and y-axis to my visual editor in eclipse
I´m creating my own visual editor here in eclipse and I´d like to add a feature from WindowBuilder tool.
In WB, when you´re adding a component, it displays 2 dotted lines, showing the position the ...
1
vote
5answers
46 views
Java compiler version and java version is different
I am trying to run a compiled java class and getting errors but when I checked my java environments it points to different version.
Javac –version gives me 1.8.0
And
Java –version gives me 1.6.2
...
0
votes
1answer
5 views
Axis 2 web service core 1.1 error wanting a non-existant webapp folder
I have a brand new Eclipse Luna installation with Java EE edition.
I have Tomcat 7 and axis2 up and running and all working.
In Eclipse 'Window->Preferences->Web Services->Axis2 Preferences' I have ...
-1
votes
1answer
11 views
How eclipse locates JRE in System(windows 7)?
Note: I'm not included JRE path in environment variable, no JAVA_HOME
declared, i have Just installed JRE. But Eclipse opens without any
Error!
0
votes
0answers
11 views
Where does Eclipse store file with Menu visibility?
On the Eclipse setup I am about to work with there is no Window element in the top menu, therefore I cannot change the menu visibility (under the Customize perspective submenu).
Which Eclipse config ...
1
vote
0answers
10 views
Eclipse: format JSF/XHTML/HTML/… files with each attribute on same line, but column-wise
In Eclipse, I find no way to format code the way I need to for JSF, XHTML, HTML or XML files like can be configured for Java.
I have found the following part-solutions:
JSF Code formatter or Eclipse ...
-1
votes
0answers
6 views
Send, receive and store App to App notifications
Please, i'm new to android. I use eclipse kepler for programming and the last version of android API (API 21). I want to know if it is possible to make a link between 02 different Apps (App1 and App2) ...
0
votes
0answers
4 views
Failed to create the part's control Eclipse Xtext
I have opened a *.g4 file which is a grammar file in Eclipse but it gives me a "failed to create the part's control" since I have imported Xtext 2.8.0 via the eclipse marketplace.
Does anyone know ...
0
votes
0answers
3 views
WebSphere installation dir on Linux with eclipse plugin
I've installed WAS 7 plugin from marketplace on Eclipse Luna, but when I'm going to add the server in my IDE I realize I'm not able to find server dir (i.e.under opt/ )
0
votes
1answer
11 views
Facelets page with special characters causes MalformedByteSequenceException: Invalid byte 2 of 3-byte UTF-8 sequence at UTF8Reader.invalidByte
I am merging an old and some new stuff into a webapplication. However when using swedish letters the page will fail. It does not seem to be a server issues since the old .jsp pages will load ...
1
vote
1answer
14 views
bean array eclipse scout sample
I am learning Eclipse Scout... I have connected to Sql server, fetching data using Object[][]...now, I want to fetch data using beans, beanarray holder...
I dont know the process...
I have created ...
0
votes
2answers
24 views
How to read Java files in workspace from a Jar?
I have this weird scenario where I let the client edit few classes in his workspace. I have an executable jar that he will place inside the project's lib folder. In one of the menus, it should call ...
0
votes
3answers
31 views
how to convert code folding style in Intellij (or Android Studio) to Eclipse code folding?
This is a sample of code folding in eclipse (and I love it) :
and This is code folding in Intellij (or Android Studio) and I hate it :
Is it possible to convert code folding style in Intelij to ...
1
vote
0answers
5 views
Eclipse Debug UI (how to filter the stackTrace)
when I debug, I would like to see just the thread and the classes that I use in my application...I mean, showing the full stack trace is just noise. Do you know a solution with eclipse Luna, a plugin ...
0
votes
0answers
9 views
eclipse: rename folder in java keeping linked resources
if i rename a folder in a webproject that contains linked resources from other projects, the linked resources get lost. is there a way to handle these "linked resources" in plain java or ANT?
...
0
votes
1answer
12 views
The POM for org.apache.maven.plugins:maven-war-plugin:jar:3.0 is missing, no dependency information available
I got this error in my maven project, which I'm not able to solve.
How can I solve it?
I tried all possible things with right click on project.
Update project, Download Source, ... ).
And I got ...
0
votes
0answers
25 views
How to create runnable jar file for junit using eclipse IDE
Here it is my code:
package JUnit;
import org.junit.Test;
public class first {
@Test
public void testOne(){
System.out.println("Executing first ...
0
votes
1answer
17 views
How can I get the absolute path of the preference file for a particular plugin in eclipse plugin development?
I want to read the absolute path of the preference file for a particular plugin which is generally stored at:
Platform.getLocation() + ...
0
votes
0answers
13 views
File is not save Error : Save Failed Negative time
When I save a file in Eclipse, it throws an error: "save all failed - negative time".
While Importing project it will display Negative time
Thanks In Advance
-1
votes
0answers
13 views
Run gradle project on tomcat in eclipse luna
I have a gradle project which I would like to run on Tomcat v7.0. When i click on 'Run As' I don't see an option of 'Run on localhost' option. I am using Eclipse Luna. Please advice me as to how do I ...
0
votes
0answers
11 views
Carousel in android
I am doing an android project using carousel.It should have different images while sliding..My project needs to have multiple carousel in a single page..how am i supposed to do that..I have already ...
0
votes
1answer
14 views
how to create database and save data of two activities on click of a button in the second activity
I have two activities:
In activity1 - a phone number edittext and a name edittext with a NEXT button to go to activity2.
In activity2 - a radio group with two radio buttons and an edittext with a ...
0
votes
0answers
8 views
Cannot build executable from eclipse + CDT when using llvm + clang
I'm trying to use Eclipse Luna + CDT + Linux + clang 3.6.
I'm not able to let eclipse + clang build native executable file. There is no option to select "executable" in Project -> Properties -> c\c++ ...
-1
votes
2answers
22 views
How to sign my APK file in release mode
I am developed one app and i have deleted all log.d and all other log's.
I also changed in manifest file "Debuggable=False",then i again cleaned my project and test it on device.after that i have ...
0
votes
1answer
29 views
How to convert a Spring Application to a Spring Web Application?
I have a Spring Core Application which I would like to convert to a web project. I have already implemented all the business logic for my application in a normal Java Project using Eclipse IDE with ...
1
vote
1answer
39 views
“No such method” and “Parse error in application web.xml”. while running maven project in eclipse
I am developing a spring-rest application in Eclipse IDE. While running the application as maven-build i am getting errors showing "no such method" and "parse error in application web.xml"
Error ...
1
vote
1answer
10 views
Failed to open eclipse, Failed to load the JNI shared library …jvm.dll
I have java and java jdk installed in y laptop(64 bits). but I am not able to open eclipse, it is saying that "Failed to load the JNI shared library .. jvm.dll"
but I am able to run "javac" command ...
0
votes
0answers
11 views
Android SDK Manager missing extras, how can I get Google Market Licensing Library
For some reason my Android SDK Manager has just a few Extras. The one I'm interested in is Google Marketing License Library. How can I add this ?
Back in December '14 I updated the SDK from 22.6.2 to ...
0
votes
0answers
11 views
django 1.7.4 - makemigrations working from inside eclipse editor but not from terminal
Operating System - ElementaryOS Luna
Editor - Eclipse (Luna)
Plugin: Pydev / Django (1.7.4)
In Eclipse editor when I right click on project and then go to Django and then to its sub-menu, I don't see ...
0
votes
0answers
7 views
Better font rendering in IntelliJ IDEA
In my Mac OSX 10.9, after I set the font to be 'Consolas, Size = 16', Eclipse (left) has better font rendering than that (right) in Intellij IDEA. The font in the right one looks thinner and blurrier. ...
0
votes
0answers
8 views
How to remove “Memory Browser” that belongs to “show view” at eclipse Debug perspective?
I am a Eclipse plugin development engineer. In my production I want to remove "Memory Browser" item that belongs to "show view" in debug perspective default status.
Like:
Window->Show View-> in ...
-1
votes
0answers
23 views
regarding IDEs like eclipse , netbeans [on hold]
In software development, is it wise to use drag and drop approach or to use code for the widgets . Please explain the pros and cons of both the approaches. And reason for your choice.
1
vote
2answers
29 views
Import Java project from GitHub to Eclipse
I'm trying to import a project on GitHub into eclipse because there are a few things I want to add to it. However whenever I add it I get a ton of errors and problems with it...
The GitHub project is ...
0
votes
1answer
17 views
How to save state of spinner using Java Android
I am trying to save the state of a spinner select. So if I select a choice in the spinner and move into a different activity, then coming back to the activity with the spinner that choice should still ...
1
vote
0answers
17 views
Behavior between Runnable .jar and Eclipse run is very different
I am using an XML document as a template for multiple, similar documents (monthly reports which are organized identically). I was struggling to find the most generic path to the file. I came up with:
...
2
votes
1answer
16 views
Maven - java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
I have a Java app based on Maven, and want to connect to Mysql.
My pom has:
<dependency>
<groupId>mysql</groupId>
...
1
vote
0answers
45 views
Setting up Eclipse IDE for C++ for Mac OSX
I'm completely new to the world of programming (self-learning how to program), so I apologize in advance for asking such a basic question. I've done what I could as far as looking at previous posts ...
0
votes
0answers
4 views
Code Composer Studio (CCS), importing existing project fails: “Compiler definition not available”
Attempting to import an existing project into CCS, I get the error:
Import failed for project 'NPNG001a' because its compiler definition
is not available. The project does not appear to be a ...
-1
votes
1answer
14 views
Push project to Git not working?
I really need to upload a project to GitHub to Eclipse in the next five minutes.
I right click on the project and go to "Team", but none of the options are "Commit".
Thanks,
Lucas
0
votes
1answer
19 views
arraylist giving “cannot be resolved” and “cannot be resolved to a type” errors (eclipse)
I'm writing a Selection Sort program, and it's still unfinished, so there are a lot of errors, but the one I'm looking to fix first is the error that eclipse keeps giving me:
thelist cannot be ...
0
votes
0answers
10 views
gradle: can you apply plugin from command line
I downloaded an open source gradle-built project and ran gradle eclipse but apply plugin: 'eclipse' was not in build.gradle so it failed. I edited the file and added the line then successfully ran ...