Tagged Questions
Eclipse is an open source IDE with plugins available to support a large variety of languages. This tag should only be used for questions about the Eclipse IDE and not for generalized programming topics.
0
votes
0answers
14 views
What is an apkLIB and how do I use one?
I'm trying to put a SwipeListView onto an Activity, however I can't seem to figure out how to import it. I got the library from here: https://github.com/47deg/android-swipelistview
Then I followed ...
2
votes
0answers
27 views
How do you open an Android Studio project in Eclipse?
The new Android Studio allows for better Android development with better tools. I see a bunch of questions on how to transfer an eclipse project to android studio but what about the other way?
If you ...
0
votes
1answer
26 views
Android apps failed to launch after updating Eclipse
I created a simple "Hello, World" Android app.
Then I checked for updates in Eclipse. A lot of updates were installed.
After installing them and restarting Eclipse I got an error in my Android app. ...
1
vote
1answer
12 views
Formatting code in code blocks
I have recently gone from java(in eclipse) to C++ in code blocks, and I was wondering if there was a way to format code in code blocks like there is in eclipse (ctrl+shift+F), if not could someone ...
0
votes
2answers
19 views
the code has stopped working - java.lang.ClassNotFoundException in loader dalvik.system.PathClassLoader
Today was a bad day. I tried to test the Android Studio with no success. The problem now, is that the full code I has, stopped working. I do that:
Updated ADT and SDK
Reinstall eclipse
Rescue the ...
0
votes
0answers
22 views
Eclipse Java Formater - Align Fields in Columns; Not Working
As the title states, my java formater - 'Align Fields in Columns' is not working. Hopefully Im doing something wrong that I can correct? This is how I have it set currently...
Font: Courier New + ...
0
votes
0answers
4 views
Gallery Scroll JAR Has No Source Attachment
I am a very early android and java beginner. I have noticed a very strange error in a simple Gallery view I have made. I have 7 pictures to scroll between. Here is the strange part though. Only pic 1, ...
0
votes
1answer
41 views
Eclipse Juno not opening on Mac
My Eclipse isn't opening, i'm on Mac OS X 10.6.8. I downloaded it before, but then I messed up the layout so i deleted it and reinstall, and this is what happens now. any help be would awesome
here's ...
0
votes
1answer
25 views
Sound issues in jar file
I have a very weird issue I cant fix.
I'm currently making a game and I want sound in the game. It is supposed to be run as a jar file and the game works perfectly fine when running it from eclipse.
...
0
votes
0answers
38 views
My android projects are marked with red “X”
I was using Eclipse Indigo and the Content Assist was working properly.
But when I installed Eclipse Indigo, I found that Content Assist ctrl+space is not working.
What I did is, creating new work ...
-10
votes
1answer
49 views
How can I implement two functions with same name with in one class in C? [closed]
I have two void functions with the same name, but different parameters. and, Code is not compiling. I am using eclipse for compiling.
1
vote
1answer
13 views
Install / adding libserial to eclipse C++ ubuntu
I haven't used C++ in a while but I was able to setup eclipse and setup the basics. I need to write a program using libserial to communicate with a MC and I'm clueless on how to add the libserial ...
0
votes
0answers
31 views
Android R cannot be resolved after importing Google Play Services
I'm developing an android application and I've gotten pretty far already.
but recently I opened my eclipse again to continue my work, but there was a problem with my settings for the google play ...
0
votes
0answers
21 views
Android in Eclipse: Programmatically Assigning Nine-Patch to View
SOLVED and contents edited for clarity.
Relevant References:
Android ADT version 22, R.java files not generated
Developing for Android in Eclipse: R.java not generating
Create a ...
-1
votes
0answers
18 views
retrieving data into java forms using eclipse
I can retrieve data into eclipse IDE but thinking about to retrieve data into the form when i click search button in Java . I am using eclipse.
`JButton btnClear = new ...
0
votes
2answers
39 views
Java / Eclipse - macro to specify current method name?
I'm using eclipse and want to have a "macro" that the preprocessor will replace with the name of the current method before compiling it.
I have an error reporting function, that is called as: ...
0
votes
1answer
22 views
eclipse with Android sdk, ERROR: Java heap space
So lately I'm having a problem while working in my apps inside eclipse the next message shows up while working with xml files:
ERROR: 'Java heap space'
I have read an try increasing inside the ...
0
votes
1answer
12 views
Eclipse Web Service Client wizard and CXF
I'm trying to create a Web Service Client using the Eclipse Juno SR2 wizard. The service is correctly deployed and running on a Glassfish 3.1.2 server and I can see the WSDL file or create the client ...
0
votes
0answers
19 views
Eclipse (CDT) plugin for running tests and browsing report
Google's answers (hear! hear!) and Eclipse Market Place search results on this topic simply drive me crazy! And apparently the proposed SO answers aren't really helpful either.
I'm looking for an ...
0
votes
0answers
12 views
Skip play eclipse compiling step
How do I skip the compiling step when using the command
play eclipse
I just want to create an eclipse project without play compiling it first.
0
votes
1answer
17 views
Debugging causes an error “Conflicting handlers for org.eclipse.wst.sse.ui.toggle.comment”
I'm a little baffled as I have used eclipse to debug PHP with XDebug on other machines. I am now setting up a new machine and when I try to use the debugger I get the following error:
...
0
votes
0answers
46 views
Can't start Eclipse (JUNO)
So, yesterday, I was fine-ly developing android apps in my Eclipse Juno. After I want to test and "Run As > Android Application" I just realized that I haven't start the Emulator first, then I started ...
0
votes
0answers
8 views
Eclipse Project Settings Not Transferring to New Project
I have the source from an Eclipse project, and I need to import all of the build settings as well as the source into a new project so I can make some changes. The trouble is, when I go to build the ...
0
votes
0answers
9 views
Extjs Eclipse Plugin: not possible to use existing folder
Just installed the Sencha Eclipse Plugin. If I create a new VJET project it works well, but I will have an existing web application to integrate with, so my first though was:
Create a Grails project ...
0
votes
0answers
3 views
syntax coloring for in house language in eclipse
i am using a in-house scripting language,is there a simple way to highlight all the keywords in eclipse.some editor can just pass keywords XML file in then do the highlight. but i want eclipse.
0
votes
1answer
7 views
How can I change a project's location in Eclipse?
A project has moved to a different location, so Eclipse won't open the project. You'll immediately think about simply changing the pointer to the location, but in Eclipse they try to make this ...
0
votes
1answer
22 views
Pull to refresh example, Eclipse don't find setOnRefreshListener command
iam dealing with well known pull to refresh example from Git-hub
I loaded library and everything is working as it should but when i want to call method setOnRereshListener, Eclipse don't find it. ...
0
votes
1answer
28 views
Imports not working in Google App Engine project
Im working in python to build a webapp using GAE. The project was originally built with out GAE, and it worked just great, then I brought those files into the GAE project, and all of a sudden they ...
0
votes
1answer
35 views
Android toast message while inputing database
I'm currently developing an android app. I'm going to show toast message while inserting database in the same time. But unfortunately, the toast message did not show up. Here it is my code:
...
0
votes
0answers
5 views
CDT on hover show documentation
In JDT, if we hover any object, like a function, class, variable etc, eclipse shows the documentation in a tool tip. This documentation is also displayed when the code-assist window shows the ...
0
votes
0answers
12 views
Trouble with Eclipse and Android-x86 source code
I'm trying to create an application directly into the Android source code, it uses libraries and drivers created by me for different layers of AOSP. I follow the steps in ...
0
votes
0answers
16 views
Unable to resolve superclass of Lnet
I am preparing to work on ver 1.1 of my published app. Before starting on new code I updated to ADT rev 22 and Android SDK rev 22 (I am using Eclipe 4.2.2). To my shock and horror I am now getting the ...
0
votes
0answers
8 views
Eclipse: Can you split a project-specific plugin properties file?
My Eclipse plugin stores project-specific preferences in org.myplugin.ide.eclipse.core.prefs, which contains multiple preferences as key-value-pairs. I want to put some of these preferences under ...
0
votes
1answer
15 views
Could not load a dependent class com/jcraft/jsch/Logger
While trying to execute target in Eclipse's ant, containing scp task, I am getting an error
BUILD FAILED
...
0
votes
1answer
29 views
How to get table names from sys.tables in java?
We need to get tables names instead of referenced_object_id from SQL server 2005 in Eclipse. Its done like that,but not getting tables names:
Statement smt = con.createStatement();
...
-1
votes
0answers
12 views
How do I integrate a debugger into an SVN - PHPunit - Eclipse setup?
I'm having trouble setting up a debugger for PHPUnit in Eclipse.
I've looked at this page "http://pkp.sfu.ca/wiki/index.php/Configure_Eclipse_for_PHPUnit" which describes how to integrate a ...
4
votes
3answers
54 views
How to make a Java project the default in Eclipse
I've been making small prototype programs recently, and it bothers me to have to set up the project each time. I have to import all the libraries, copy over an identical main class, then write a lot ...
2
votes
2answers
37 views
How to open a file twice using Eclipse ?
Using Eclipse I have a large file and I want to watch it in different scopes at same time .
So how could I open it twice (get its 2 instance in the editor panel ) ?
0
votes
1answer
25 views
Increment integer before using as text for widget
I've a weird problem when I try to set the text in GWT Widget (My ide is Eclipse Juno).
Here the case:
I've a class with a getter that returns an integer
int myClass.getValue();
I want use this ...
0
votes
0answers
5 views
I can't edit layouts in Eclipse ADT
When i try to edit editText, TextView for making them little, i can't.
I Tried to set android:layout_width and android:layout_height to wrap_content and fill_parent but nothing changed. How can i ...
0
votes
2answers
24 views
Could not find actionbarsherlock.apk
I'm trying to run my app on a real device from Eclipse. After adding actionbarsherlock as a reference, I can't get rid of this error: Could not find actionbarsherlock.apk. Here is the full console ...
1
vote
0answers
46 views
Create Eclipse project from standalone Java application
Is there a way to create a new Eclipse Java project from a standalone Java application, i.e. create a directory with the files .project, .classpath, src and bin folder?
All solutions I found so far ...
0
votes
0answers
10 views
magnetic absolut shaft encoder calibration
I have an absolute magnetic shaft encoder. I want to use it in order get the azimuth angle of that a motor. I want get values from the encoder but I want to know it is aligned to the magnetic north or ...
0
votes
0answers
55 views
Eclipse update failure - ADT 22 installed ok but SDK cant be updated to 22 afterwards
"Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-7.xml, reason: HttpHostConnect Connection to http://dl-ssl.google.com/android/eclipse/:80 refused"
But it's the same for ...
1
vote
1answer
39 views
Search static blocks in Eclipse
Is it possible to search for all static blocks in the code of a java project using Eclipse IDE ?
public class ExampleClass {
static
{
...
}
}
2
votes
1answer
50 views
CheckStyle doesnt work for me
I am trying to run CheckStyle 5.6 with Eclipse 4.2.1. but unable to do so.
Then i Saved the Sun Checks (Eclipse) with myConfig
Then I modified the properties as below
Now in Code i have code like
...
-1
votes
0answers
8 views
Eclipse installed in Ubuntu. I can't find it
I just installed Eclipse in Ubuntu but I can't find where it is.
I downloaded Eclipse form here: ...
0
votes
2answers
23 views
Eclipse can't find older android SDKs even though I've downloaded them
I have Android 4.2 installed and working in Eclipse. I'd now like to test my app with older SDK versions.
I've used "Android SDK Manager" to download these older SDK versions, and they show up as ...
0
votes
0answers
35 views
Last Eclipse update causes referenced libraries couldn't be used
After the last update of Eclipse, I can't get my workspace working again.
I've tried several workarounds and redo of configuration actions and there is one issue that I can't solve, and figure out ...
0
votes
0answers
12 views
Integrating facebook android to show user Picture Unsuccessfull
I was developing application mentioned in link : https://developers.facebook.com/docs/tutorials/androidsdk/3.0/scrumptious/personalize/#step1
In my application User profile picture and name is not ...



