NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Reynaldo2333
Joined: 10 May 2012 Posts: 2
|
Posted: Thu May 10, 2012 1:07 pm Post subject: Help, new to netbeans using Ubuntu 12.04 language: C |
|
|
i did this on windows, having so much problems to test on ubuntu..After some research i found netbeans, got the compilers ready and everything.. but i get this error when trying to build and run.
Here's the code, made it on windows, dont know if i need to change anything since windows is windows and well ubuntu is linux.
| Code: | #include <stdio.h>
int main(void)
{
printf("Fundamentos de Programacion \n");
printf("Nombre: Reynaldo Jose Ramirez \n");
printf("Carrera: Psicologia\n");
printf("Trimestre actual: Mayo-Julio 2012\n");
getch();
return(0);
}
|
now here's the error
: java.util.missingresourceexception: bin/nativeexecution/Linux-x86_64/pty
RUN FAILED
i tried to search on google, tried search feature here, nothing.. Please show me the way |
|
| Back to top |
|
 |
soldatov
Joined: 05 Nov 2009 Posts: 390
|
|
| Back to top |
|
 |
Reynaldo2333
Joined: 10 May 2012 Posts: 2
|
Posted: Fri May 11, 2012 1:57 pm Post subject: |
|
|
Worked like a charm, thank you. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|