All Questions
5 questions
0
votes
1
answer
425
views
Save Errors in Problems tab Eclipse
I know we can see the syntax error when we run a project or a class.
but i want to catch the compile error when we BUILD a project.
is there a way to catch the errors and save it to a textfile? or ...
2
votes
1
answer
4k
views
Java: terminated, exit value: -1073740940
I am using 32-bit Eclipse Juno in Windows 7, and has set the 'JRE System Library' also as 32-bit 'JavaSE-1.7'. In the 'Window->Preferences->Java->InstalledJREs->Execution Environments' part, in the '...
9
votes
3
answers
16k
views
Compilation failed in require when using "use" in Perl
I am using Perl in Eclipse.
In the same directory, I have a .pl file and two .pm files (pmFile1.pm, pmFile2.pm).
At the top of the .pl file, I use the command:
use pmFile1;
use pmFile2;
I get an ...
5
votes
0
answers
3k
views
Failed to execute MI command -var-create in Eclipse CDT IDE
i have this problem :
causale char [256] Error: Multiple errors reported.\
Failed to execute MI command: -var-create - * &((lista).causale) Error message from debugger back end: Type struct ...
1
vote
1
answer
4k
views
Error:res\menu\main.xml:15: error: No resource identifier found for attribute 'actionProviderClass' in package 'android'
okay, im making an application for tablets and i get this error with my actiobar/menu xml
my target and minsdk versions are both at 11 api.
I dont know whats the problem!!!!
Heres the error:
res\...