I am attempting to use CMake to generate eclipse project files. Although I am able to build successfully, I am unable to browse or edit the source in eclipse. This is an out of tree build, where my build directory is at the same level as my source di
I am trying to import encog example into eclipse. encog is basically a java library to implement neural network and another machine learning algorithm but I am keep getting the error: Description Resource Path Location Type Project 'encog-examples' i
I'm using Eclipse and I wanted to create a system that automatically generates java source code every time I save the project. More precisely I want to search for some files in a directory, generate static attributes for each of them and generate som
I am using eclipse for a project development. Yesterday all my projects were working quite well and today when I opened my eclipse its showing errors on some projects, when I expand the project there is no error markers either in the src folder nor a
This question already has an answer here: NullPointerException accessing views in onCreate() 12 answers I got the program to crash when using the simple code below as it is closed automatically after installing it package com.zaki.thenewboston; impor
I am debugging an android app on a device and the LogCat window is blank, but not empty. What I mean by that is there is a scroll bar that looks like stuff is being added to the window, and I can indeed click on a line in the window and it highlights
Ok guys, so after spending one day trying to figure out how to upload an image to parse servers i finally decided to ask for your help. I didn't find any full example on how to do this. What i want to be able to do is: select image from gallery (alre
I'm running Eclipse Kepler with Glassfish 4. I'm developing a set of bundles/plugins, which get deployed to the glassfish autodeploy folder. Also deployed to that folder are bundles from my target definition. The problem is when debugging the source
I don't see it but the layout on AVD isn't the same as what i expected based on ADT. I have one image button 1/3 and one regular button which should be 2/3 of the width. I created a realtivelayout and for the buttons a linearlayout, why is the layout
I am more or less completely new to Java. I thought I would try to write a simple loop to output a list of prime numbers under 100 into the console, as practice - however as you can probably tell by the title of this question all it gives is 2 and th
I am using android sdk 4.0.3 ,I have created an Emulator of it. Now I have a problem that the emulator is showing the Disabled DPAD Buttons .I have set up the Hardware keyboard present and display skin with buttons option in configuration. So i just
Here is my code: it contains a button named as button1A and when I click on it, It opens a list named as list1. How can I put a code for my another button named as button2A which open a list as List2. import android.os.Bundle; import android.app.Acti
I made a small application with java in Eclipse using SWT for my GUI. I set up the project by installing SWT Designer, which is very similar to Swing Designer only for SWT. I created the project by going to File >> New >> Other >> Window
I install jre and jdk, then install Eclipse, I want to create new java project and run it with jdk. For another program I need rename jkd on jskd, in tip JRE in eclipse I can't choose jsdk, how to change this?It's really difficult to understand what
Right now i am trying to display some text on the screen,but my project is not getting launch and i could not find the accurate reason.Has any one met this situation? Here i have given you every thing in detail for your reference.please find below LO
I am trying to make a countdown timer for a game/date in android. I want to create a timer that displays the days, hours, minutes, and seconds to a date I specify with a final variable. The timer then sets text views to show the days, hours, minutes,
import javax.swing.ImageIcon; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; @SuppressWarnings("serial") public class Picture extends JFrame{ public static void main(String[] args){ new Picture(); } public Pictu
When I click for creating android new project this window open .I have been restart even though I can't do this. error image is as. and when click for check update from help menu then this error occure and pop up is that no update found what is probl
So, I have had this working on Ubuntu before. But then I upgraded to 11.10. Now, no such luck. Note: if you are still messing with getting this to work on eclipse, you might want to try this command line stuff... if it doesnt work here, its not going
I have made a custom adapter class here is the code public class CustomArrayAdapterForReceipts extends ArrayAdapter<Receipt> { private final Activity context; public final ArrayList<Receipt> receipt; public CustomArrayAdapterForReceipts(Activi
I want to install svn repository. Is there any differences between Subclipse and Subversion? I searched everywhere about Subversion but I couldn't find something about Subversion, all I got is Subclipse. Could you give me some instruction how to do i
I have in Eclipse web application project that depends from other projects. When I run debug on embedded Tomcat in lib folder that Eclipse copied not jars, but folders with names like: dependent_lib1.jar dependent_lib2.jar dependent_lib3.jar ........
I am trying to develop iFrame in portlets (aim is to embed an application which should come up, on clicking the portlet), using Eclipse 3.7 IDE. I have started recently and have understood what portlet is. Can anyone please enlighten me on what ifram
I wonder if (and how) it is possible to always automatically commit a repository once Eclipse is closed? I didn't find any option in the Eclipse "Team" preferences.Don't ever do that. Committing should be done when code compiles unit tests pass
I tried to run the groovy script. But unfortunately the script does not ask me for the input and through null pointer exceptions. Please help me what I need to do for this. static startShell() { client = new Client() // TODO add Windows compatibility
I feel very silly asking this question, but here goes. :) I've configured Eclipse to insert spaces instead of tabs, but I'm working on a Makefile, which requires literal tab characters (see Can you make valid Makefiles without tab characters? for a g
I know this is a done to death topic, and I probably shouldn't be repeating it, but it is extremely annoying, because I've tried all the methods outlined before to resolve it and it still gives me an error. I tried to clean the project, doesn't work
Eclipse has tons of features, i'm wondering if this one exsists? Or if any shortcut ways of doing it exist? I want to arrange my class data into Variables, Constructors, Methods in that flow(Top to Bottom) Further refined I would like to arrange by a
Is it possible to skip a statement in Eclipse while debugging? Suppose the process stopped at breakpoint and I want to skip the breakpoint line ( or maybe a few lines below), can I do it? On the debug tab, it only has "Step into", "Step ove
The new Code Bubble IDE has been in the news. I wonder if there are useful libraries to implement this kind of interface (for other applications)? I prefer java or python. I understand Code Bubble has been implemented on Eclipse.It looks more like it