Tagged Questions
1
vote
0answers
12 views
Automatically add throws RuntimeException to methods?
I am using Eclipse and when a method can throw a RuntimeException, then there's no hint from Eclipse, that throw RuntimeException is missing after the method signature.
I know that this is intended, ...
-2
votes
6answers
88 views
NullPointerException for Android Java
I had a previous question similar to my current problem, and that was when I retrieved null values from my String arrays, now my problem is that I think I'm also getting null values from my integar ...
0
votes
0answers
18 views
Eclipse RCP RunTimeException
The following code runs ok, but eclipse RCP framework is catching a RunTimeException (ModalContextThread run method of ModalContext class) and there's no information about the reason.
for(int i=0; ...
1
vote
1answer
173 views
java.lang.RuntimeException and unable to instantiate
I've tried to find the solution to this, but it looks right to my n00b eyes so I'm completely lost. I've tried looking for other problems and they all seem to have different answers so their no help ...
0
votes
1answer
287 views
Why am i getting java.security.AccessControlException?
i am using google app engine. When i send an ajax request from my website. I get following exception:
Uncaught exception from servlet
java.security.AccessControlException: access denied ...
2
votes
4answers
5k views
Android unable to start activity, error inflating class?
I'm new to android. I have some java knowledge, and I'm using Eclipse.
At the moment I'm trying to display a map within a tab, and am looking at tutorials/code to help me. :)
I've seen a few ...
4
votes
4answers
963 views
How to properly debug Java (Android) using Eclipse?
I am having problems with debugging my code. One of my AsyncTasks throws a RuntimeException, but I don't know which line in my code is responsible for this. Since I am new to Eclipse and Java in ...
0
votes
0answers
458 views
InvocationTargetException & RuntimeException
package elf.app;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.view.View.OnKeyListener;
...
0
votes
1answer
466 views
Unable to run Android app after creating new AVD
I created a new AVD and my app doesn't seem to run anymore. Here is the stacktrace, not sure how to diagnose.
04-25 10:11:27.186: ERROR/AndroidRuntime(742): java.lang.RuntimeException: Unable to ...
2
votes
4answers
4k views
Eclipse Helios - “java.lang.RuntimeException: Widget disposed too early!”
Hi
I am running Eclipse Helios on Win XP.
When I start it today, I get a message telling that Eclipse can not be started.
Here is the content of the log file that was generated:
!SESSION 2011-03-24 ...
1
vote
2answers
312 views
what is the bug in this android layout xml chunk
When I try to debug my app I get a runtimeexception when I include this xml in my layout. I cannot see what is wrong with it, can you?
I am using android eclipse plugin, eclipse 3.5.2, with the ...