wtf is - →→?
|
|

Can someone please help?Code:server.java:307: reached end of file while parsing } ^ server.java:261: 'try' without 'catch' or 'finally' try { ^ server.java:309: reached end of file while parsing →→ ^ 3 errors Finished! Press any key to continue . . .
wtf is - →→?

server.java:261: 'try' without 'catch' or 'finally'
try {
read it and you will know how to fix it.
The compiler was parsing your code and was expecting another token--in this case, likely an ending brace: '}'--but instead reached the end of the stream.
In layman's terms, you're missing a brace to close your class definition.![]()


get an IDE retard

Get off my thread retard.
at the very end of the file, add }
that parses it. Can you show me line 261 in server.java and the entire method its in?
| « halp | help with customs [rep++] » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |