I solved the problem. One must to write
catch (Exception e) {
}
lo.stop();
hi.stop();
instead of
Type: Posts; User: mikerow_14
I solved the problem. One must to write
catch (Exception e) {
}
lo.stop();
hi.stop();
instead of
Yes. The main method is entered succesfull. But this programm can work only one effort. The next efforts the computer works badly
Other projects are excellent running. Only this causes problems
Hey
this is my first time posting on here
and excuse me for my english
I have a homework to explore how time of executings depends
on thread priority.
I maked this work in Eclipse. I don't...