you can't have ; and { in the same line.
so most likey you need to remove the ; or the { you should try both
|
|
BEFORE YOU SAY DRAGONKK'S CLIENT HAS A VIRUS! I KNOW BUT I GOT THE NON-INFECTED CACHE AND BESIDES, DRAGONKK'S VIRUS WAS BROKEN AND DIDNT DO CRAP
Okay, so i finally got most of the errors when compiling Dragonkk's Client which can be found in the link below:
562 Client Loading 663 + AutoUpdater + Sprites Editor
Im only left down to 1 error here:
This is the part where the trouble is occuring:src\Class30.java:21: error: not a statement
(runtimeExceptionruntimeexception); {
^
1 error
Press any key to continue . . .
"OMG N00BS! JUST M3KE 1T A STATEMENT LULZLOLOL NOOB(runtimeExceptionruntimeexception); {
If i change it into a statemen here:
I get this when compiling:} catch (runtimeExceptionruntimeexception); {
How do i fix this? and when i put try, i get more errors so no point to post that.src\Class30.java:21: error: illegal start of expression
} catch (runtimeExceptionruntimeexception); {
^
src\Class30.java:21: error: 'catch' without 'try'
} catch (runtimeExceptionruntimeexception); {
^
src\Class30.java:21: error: not a statement
} catch (runtimeExceptionruntimeexception); {
^
3 errors
Press any key to continue . . .
How do i fix?

you can't have ; and { in the same line.
so most likey you need to remove the ; or the { you should try both
Put a space between it????
But i still have no idea what you are doing.Code:(runtimeException runtimeexception);
Nope:
src\Class30.java:21: error: illegal start of expression
} catch (runtimeException runtimeexception); {
^
src\Class30.java:21: error: 'catch' without 'try'
} catch (runtimeException runtimeexception); {
^
src\Class30.java:21: error: ')' expected
} catch (runtimeException runtimeexception); {
^
src\Class30.java:21: error: not a statement
} catch (runtimeException runtimeexception); {
^
src\Class30.java:21: error: ';' expected
} catch (runtimeException runtimeexception); {
^
5 errors
Press any key to continue . . .

Like i said above
try my way
I did, not much done left, this is without the "} catch"
When compiled:(runtimeExceptionruntimeexception);
throw runtimeexception;
{
This is with the } catch"src\Class30.java:22: error: not a statement
(runtimeExceptionruntimeexception);
^
1 error
Press any key to continue . . .
When compiled:} catch(runtimeExceptionruntimeexception);
throw runtimeexception;
{
So?src\Class30.java:22: error: illegal start of expression
} catch(runtimeExceptionruntimeexception);
^
src\Class30.java:22: error: 'catch' without 'try'
} catch(runtimeExceptionruntimeexception);
^
src\Class30.java:22: error: not a statement
} catch(runtimeExceptionruntimeexception);
^
3 errors
Press any key to continue . . .

like that its not a stament so you dont use ;Code:(runtimeExceptionruntimeexception) { }

How do you expect people to see your error when you post only 1 line?
post whole method...
| « barricade problem on dementhium 639 | Summoning pouch creation. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |