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.
1
vote
1answer
38 views
“Link with editor” in android studio
What is the equivalent option in Android studio to Eclipse "Link with editor"?
Thanks
1
vote
3answers
86 views
Android : R class stopped getting generated
I am a newbie to android programming .I was doing tutorial from Commsware tutorial , to be precise T3 tutorial during which I cleaned the project.After that R class file has stopped generating.
I ...
1
vote
0answers
28 views
Java Application Debugging Using Eclipse Scrapbook
I have a Java application with several (10) packages and almost 50 classes. My task is to understand the application (with poor documentation and no test cases). The application seem to have several ...
1
vote
1answer
11 views
org.hibernate.InvalidMappingException: Could not parse mapping document from resource *.hbm.xml
I know this question has been asked a lot, but I read almost every one of them but non of them helped me.
I'm writing an eclipse maven project with hibernate and I'm getting this error:
...
0
votes
0answers
7 views
How can i force eclipse to show run on server window when running/debugging a web app?
There are two tomcat server configured in my eclipse.
one for bring all my services up and ready and another to run client side application which is a web app too.
when i run my host app eclipse show ...
0
votes
0answers
11 views
CDT projects have been lost after a plugin is installed
It took me hours to configure and make to run an embedded project inside Eclipse. After that I installed the plugin "Vrapper", and Eclipse restart itself. Then my project was gone! Eclipse just shows ...
0
votes
1answer
44 views
JDBC connection does not run with .jar file, but with eclipse project
I'm really looking at a mystery here. I created a Java program in Eclipse and established a JDBC connection. The code is the following:
import java.sql.*;
public class Login {
public static ...
0
votes
0answers
16 views
Mac keyboard shortcut for “run last class” and “toggle breadcrumb”
Is there a keyboard shortcut for "run (last class)" in eclipse for Macbook pro? The icon for this is the running man in motion. I've searched for it but I can't find a keyboard shortcut.
I want my ...
0
votes
1answer
36 views
Can I use Play 2.1 Template Editor and autocomplete for HTML?
Is there any way to use the Template Editor and some HTML editor at the same time? I would like features like autocomplete for HTML in the Template Editor, or even CSS autocomplete.
I am currently ...
0
votes
0answers
33 views
Null Error Trying to Upload picture from android phone to a php file to my computer
I'm getting a null error when I try to upload a picture from my phone to a php file which sends it to my computer. The file is not getting to the computer. The app works when I upload the picture it ...
0
votes
1answer
34 views
how to change all package name in Eclipse?
I'm trying to change my package name in eclipse, i have tried everything, my last try was to change it from android tools-> rename application package but that didn't seem to change the package in the ...
0
votes
0answers
19 views
The type com.hitlabnz.androidar.data.SceneData cannot be resolved. It is indirectly referenced from required .class files
I am on a project with android. I try to use this library for my project. The source page of the library is here
In the SampleOAComponent, the "SampleScene.java" class gives error like that:
"The ...
1
vote
0answers
111 views
Android Project - Something messed up my .classpath files (Eclipse 4.2? Eclipse 3.8?)
I'm looking if someone else also got this problem, and if he found a source reason for it.
What happened is this:
I have dozens of different project. One of those was this project:
That I had once ...
0
votes
0answers
15 views
eclipse: send imageview in a scrollview
I want to send an imageview in a scrollview with a button and i have used this code:
ImageView imageView1,imageView2,imageView3;
@Override
protected void onCreate(Bundle savedInstanceState) {
// ...
-2
votes
1answer
30 views
save a variable storing a textbox - android programming? [closed]
In one application I have one textbox and one botton. When I click the button I want to save the the text that is inserted in the textbox. And use that value for any occasion.
Thanks
0
votes
0answers
15 views
Eclipse can't see my Galaxy Y
Suddenly eclipse stopped recognize my Galaxy Young with Android 2.3.6. It's connected by usb, but when I run application, eclipse said
[2013-05-19 00:14:41 - MobManClient] ...
2
votes
1answer
49 views
static keyword by itself in Java
I know what static is.. Globally.
So I was looking through a code, to get better in coding myself. I'm looking through the Minecraft source code, and for those who are interested to look there its in ...
0
votes
1answer
14 views
How do you install the latest version of Xuggler (5.4, as of 18/05/2013) in eclipse?
I have literally no clue where to start doing this. I've downloaded the necessary Jar's from the site, and done some research on how to install Xuggler in Eclipse, and everything is outdated or ...
0
votes
1answer
13 views
Eclipse DisplayMessageActivity error
I have a question about an error I get in Eclipse.
Eclipse says "The nested type DisplayMessageActivity cannot hide an enclosing type"
This is my script:
package com.example.warzonegaming;
public ...
-1
votes
0answers
22 views
Toast getTag, which is set in gridView [closed]
How can I use setTag and getTag properly, to be able to Toast the int or String info from it?
Have tried many ways and my app always crashes.
So I have the testAdapter class where I use GridView and ...
0
votes
1answer
60 views
Vtable ran away
class MedicineRepository
{
public:
virtual Medicine* findById(int medId) ;
virtual Vector<Medicine*> getAll() ;
virtual int getNrMeds() ;
virtual void addMed(Medicine s) ;
...
0
votes
0answers
18 views
Building with Lombok's @Slf4j and Eclipse: Cannot find symbol log
I have the lombak plugin in eclipse and enabled annotation processing in eclipse under java compiler, but still it is unable to recognize the log statements when I use @Slf4j annotation. Do we have to ...
0
votes
0answers
41 views
Strange behavior of Eclipse IDE
I have been working on an Android app. When i create a project IDE works fine then i create another activity still IDE works fine. But when i change the background of my screen of android project i am ...
-1
votes
0answers
337 views
Andoid Studio vs. Eclipse IDE? [closed]
Google just announced the lastest release of the newest Android IDE called Android Studio.
http://developer.android.com/sdk/installing/studio.html
So I was wondering, what exactly are the better ...
0
votes
1answer
11 views
Importing a makefile inside Eclipse - symbols could not be resolved
I'm trying to import an existing project into Eclipse. I did the following steps:
- I downloaded the source from a repository.
- I ran ./autogen.sh
- I ran ./configure
- I selected Makefile Project ...
0
votes
0answers
35 views
APK lost 30% of filesize
I changed to W8 - Installed Eclipse x64 and imported my Workspace. After running the app I saw that the .apk file lost about ~30% of the filesize. Now Im a little but confused. I checked all my ...
0
votes
2answers
36 views
How to regenerate the icon of android project in eclipse?
When I new an Android project, I was able to generate different size of the app icon by giving an image or a text, how can I do this to a project which is under development?
0
votes
0answers
20 views
Device chooser on launch doesn't show for Android app in Eclipse
I noticed it only recently, it wasn't like that couple months ago.
Once I tick checkbox to "always run on this device", no matter what I do next the app will always run on this selected prior device, ...
0
votes
0answers
7 views
How to use Chartboost in my Android application
friends. I have such problem: I try to use Chartboost in my Android application. On my first Page I have next code:
In onCreate():
if(!purchased(UNLOCK_ALL) || !purchased(UNLOCK_FANDH) || ...
0
votes
3answers
25 views
Android Manifest- intent filter and activity
Could someone explain the following lines in the manifest -
<activity
android:name=".AboutUs"
android:label="@string/app_name">
<intent-filter >
...
0
votes
3answers
31 views
R.java does not regenerate in any way
I have a big project into eclipse.
After I upgraded from SDK manager, R.java gave problems and I deleted it.
Now it remains only the folder "gen" empty.
I tried, without success, these things:
...
0
votes
0answers
12 views
Eclipse Indigo PDT installation
I'm installing PDT on my pure Eclipse Indigo x64
I've insta;;ed all tools, mylyn integration, etc.
But after restart there is no any project in File - New - Project.
What should i install to make it ...
1
vote
0answers
27 views
how do i configure the adt plugin in the eclipse
On the developer website there are these instructions:
Configure the ADT Plugin Once Eclipse restarts, you must specify the
location of your Android SDK directory:
In the "Welcome to ...
0
votes
1answer
41 views
Why is IntelliJ much slower than Eclipse [closed]
I try this very simple Java code
public class Foo
{
public static void main(String[] args)
{
System.out.println("a");
}
}
Eclipse of course instantly display the letter. ...
1
vote
0answers
41 views
logcat error: can't open file for reading
ALL of my project have this error: "can't open file for reading" in logcat.
May I know is my eclipse got problem or I need to add some permission in some where?
What should I do to remove this ...
0
votes
1answer
37 views
How to access JDBC calls in Eclipse?
I m developing a plugin in Eclipse using Java , as plugin requirement I need to retrieve database table values in to my java class(Presently I m using SQL Server2008 database). I also added the ...
1
vote
1answer
39 views
Egit push doesn't change files in remote repository
I came to know about the git / egit version control system last week, seems too good to be true .So thought to shift from SVN to git..Since last week I am trying to understand the basics and concepts ...
-1
votes
0answers
13 views
cannot run / create Dynamic Webapps after installing ADT in Eclipse
I'm new to Android Development. By looking @ video tutorials somehow I setup Virtual Device and Environment for Android Development in Eclipse. And I run some sample Android Application also. (I ...
3
votes
1answer
206 views
Cannot build actionbarsherlock: BuildConfig cannot be resolved to a variable
I imported the actionbarsherlock folder into the workspace using "Import -> Existing Android Code Into Workspace". Then I ensured the following:
In the manifest:
<uses-sdk ...
0
votes
1answer
35 views
Can't find my package path in file explorer
My project package doesn't show in DDMS > File Explorer (I had selected my phone in window devices). I found that an error is shown in logcat, which says can't open file for reading.
Is it possible ...
0
votes
0answers
32 views
Eclipse, Why does Project/Properties/Android does not work?
I have a problem when I select any project then I go to Properties and then select Android.
the problem is that when I select Android it remains loading.
English is not my mother tongue but I hope ...
0
votes
1answer
24 views
How do I get the value of the slider's position in Qt Eclipse?
I have about 5 push buttons and one slider. Every time I click the push button, the function for the particular push button gets called.
However, I also want the slider to do the same. So, instead of ...
1
vote
1answer
17 views
Error : The markup in the document following the root element must be well-formed Please help I am new at android
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
...
1
vote
1answer
56 views
Edit some preferences in Eclipse using Java
I want to edit the following preferences using the java code
Eclipse-Preferences-General-Workspace-Text file encoding-Others-UTF-8
Run dialog-Run configurations-Common tab-encoding-Others-UTF-8
Run ...
0
votes
0answers
6 views
Build directory in eclipse keeps changing back to default every time I open properties for a project
I have an external build system and everything I open the project properties it changes the build directory under C/C++ Build under the Builder Settings tab back to the default. Is there any way so it ...
0
votes
0answers
30 views
Drop down menus in Eclipse plugin
Here is a screenshot of my plugin menu [Sara's menu], I have 3 menu items Do it all, Compile and Run and I want to make another menu item called 'Programming language' that has 2 another sub menus, ...
0
votes
3answers
19 views
How to send data to port of gwt web application project when debugging?
I am new in gwt web application projects.
After debugging a gwt web application project on eclipse, i got a url in this format -
http://127.0.0.1:8888/macar.html?gwt.codesvr=127.0.0.1:9997.
i ...
-1
votes
0answers
9 views
How do i use public static ip address on home pc server to get gps data via port? [closed]
How do i use public static ip address on home pc server to get gps data via port? I am running a gwt web application from eclipse.
2
votes
1answer
26 views
Why can't Eclipse push down static fields?
When I try to use an Eclipse automated push down refactoring on a static field, I get the error:
"To activate this refactoring, please select the name of a non-binary instance method or field."
...
0
votes
1answer
31 views
scala generating jar file from scala-io to include in eclipse
I am trying to use the library scala-io in my Eclipse environment, does anyone know how do I generate a jar file, or which folder to include in my eclipse so that I can have access to the scala-io ...



