public void run() {
try{
while(true) {
}
}catch(Exception e){System.err.printIn(e.getMessage());};
}
When I'm building the app, it gets stuck here. It says that the symbol could not be found for printIn. Is there a certain import or something other that I need?
Thanks and cheers,
skymonkier

New Topic/Question
Reply




MultiQuote




|