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.
3
votes
0answers
40 views
+50
eCobertura and dbunit don't find persistence.xml for tests
I have a couple of dbunit-tests for a jee5-project. They work great when I try to run them with "run as TestNG test" in Eclipse. But when I try to run them as "Cover as TestNG test" they fails with ...
0
votes
0answers
72 views
+50
Ctrl+X working but Ctrl+C not working using Text SWT
Our application uses org.eclipse.swt.widgets.Text as a textfield.
I went through this
How to restore default keybindings (Ctrl+A, Ctrl+C, etc) for widgets in SWT?
but strangely without attaching ...
3
votes
1answer
203 views
+100
No command output when running: 'am start -n
Lately, when I'm trying to run my Android apps on my device, I have to run it several times from Eclipse before it actually starts.
I have tried to reinstall JRE, JDK and the IDE and I have tried to ...
0
votes
2answers
49 views
+50
Errors in imported library
I want to use this library to crop images, since the crop intent can cause problems on certain devices: https://github.com/lvillani/android-cropimage
If I import it in Eclipse however, I get some ...
0
votes
0answers
35 views
+50
Attaching the source dbg file to library in Eclipse
I would like to step through the ftdi library for debugging purposes but when I try to step into a ftdi call like ftdi_list_free I am met with this error:
Can't find a source file at ...
