As mentioned in my other post, I'm a beginner in Java. I'm trying to run codes from Processing create spheres based on sales data and converted them to Java using Eclipse IDE and encountered errors below after running code. Also in lines where it sho
I have a string like this: <node> user = "bob" password ="123" </node> <node> user = "john" password ="123" </node> <node> user = "will" password ="1234" </node&g
This question already has an answer here: R cannot be resolved - Android error 105 answers This is my xml code R file is not generating please tell me where is the error and why R file is not generating <LinearLayout xmlns:android="http://schemas.
In my applicationContext.xml file I have this error Error occured processing XML 'foo/bar/annotations/SomeAnnotation : Unsupported major.minor version 52.0'. See Error Log for more details on this line <context:component-scan base-package="foo.bar
I'm analyzing an Android App, looking for security flaws. I've decompiled the APK with JEB and I found a vulnerable method in it. My problem is: The App logic is too complex and it is very difficult to find a way to trigger this vulnerable method. I
Are there any technical reasons to "optimize imports" via your editor? Eclipse, Intellij IDEA, and NetBeans all have ways to optimize imports. I'm wondering if there are reasons other than consistency. Also, is there a more optimal way of import
Please help me with the following code. I got unparseable date exception. public static Date getUtilDateFromString(String date) throws ParseException { return getUtilDateFromString(date, null); } public static Date getUtilDateFromString(String date,
I have many classes. Now i want all those classes to implement their own Interface. I can manually create interfaces by copying all method signatures to Interface. Is there a automatic way to create them in Eclipse?In your source code or in package e
When I imported written code using Eclipse and run it as java application, I get an Exception during run ready code This is the error... Exception in thread "main" java.lang.NoSuchMethodError: backtype.storm.topology.TopologyBuilder.setBolt(Ljav
If I have the equation 7 + 13 = 20 as a string, how would I go about getting the operator symbol + out of the equation? String operator = fileContent.substring(fileContent.indexOf('+')); I tried something along these lines, as well as changing severa
I'm using Eclipse Java EE Juno version running on Ubuntu Linux. However, quite often when I launch Eclipse, my project disappears and I cannot find previous projects I worked on. So I had to re-import all projects into the workspace and I even had to
I've made an Android emulator in Android Virtual Devices Manager, but when I try to open it I get the following message: Starting emulator for AVD 'Android40' Could not launch '/home/andy/android-sdk-linux//tools/emulator-arm': Permission denied". Ho
I am facing some problems regarding eclipse for c/c++. I am trying to create a new project, I provide the code, and after running the code I get this error: The program file specified in the launch configuration does not exist C:\Users\elisabeth\work
I am wondering what is the most efficient way to use Sbt and Eclipse together? There seems to be a Sbt Eclipse plugin but what is the generally recommended workflow post generating the eclipse config? It seems kind of wrong to then add dependencies v
I am working on my bachelor thesis (this is my first research project) and trying to evaluate different possibilites to monitor a developers work during a day, aggregate it and illustrate it later. For this purpose, I defined some metrics, I want to
I have looked everywhere and tried to get to the root of this error but am Having no luck. I have Eclipse STS with Dali JPA Tools installed. I have a project with a connected HSQLDB and entities. When I go to the JPA perspective I have this error in
I decided to try to my hand at this, and have had a somewhat frustrating day. I've been downloading and installing all the developement software, but Eclipse has given me lots of trouble. I've figured most of it out, but have another problem. For som
I clone https://github.com/java093/springside4.git and commit local changed files success in eclipse.Then I use Team->Push to Upstream it show wrong: An internal Exception occurred during push: https://github.com/java093/springside4.git: git-receive-
I am currently using Eclipse (Indigo Service Release 1) for Android development. When I do try to "commit" changes which I make to a specific project, I am prompted to commit all the files under "bin" directory. I do not want to commit
So in eclipse whenever there is an error it's underlined in red, and when you hover over it is displays an annotation with tips on how to fix the error. On my Windows OS it is correct and the background is a tanish color but on Ubuntu the background
I am trying to clean my Maven and I am getting this warning when I run mvn eclipse:eclipse -Dwtpversion=2.0 [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Hom
I am trying to work on this source code for android and it ran perfectly until I refactored the app to a different package name. No errors are showing in the package explorer and when I run it in debug mode this is what I get in logcat: 09-04 21:57:0
Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431) Missing require
In one of my Java application's code, I have a try-catch-finally block in which the try block creates some input and output streams and if something goes wrong I close any earlier opened streams in finally. finally { if(inputStream != null) inputStre
I've just installed Eclipse Indigo for EE and Java EE 6 SDK/JRE from Sun. I need all those to compile a 3rd party Java project using the "javax.*" classes. What I cannot understand how to reach those classes? How can I import or otherwise connec
Hi I have developed two android apps (still in development stage though). One uses GPS and varies the time between two GPS locks. While the other is a battery app that logs the values. I want to install both on my device via eclipse. The problem is i
I am not sure what happened. I have done the following to troubleshoot: verify the buildpath has no errors unchecked "abort build when buildpath error occurs" set "incomplete buildpath" and "circular dependencies " to warning
So I have spent the past 11 hours now trying to get even the simplest Scala/Lift app to run on Tomcat through Eclipse. Apparently no one is trying to do this or it is the easiest thing in the world so no one has documented how they did it. Creating t
I am using eclipse to create my jsf project. I created my own components, and I don't want the other programmers to be able to use jsf regular components like h:inputtext etc. How can I do it in eclipse, that if the user adds specific tags like h:inp
In eclipse, the "default implementation library" what jars files do I need to include if I do not want to use server runtime? I'm refering to this tutorial http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jpt.doc.user/task_create_new_