Unable to build AstralMS v144.3
Using this one: http://forum.ragezone.com/f427/v142-...source-979840/
Netbeans keeps giving me errors:
http://i57.tinypic.com/j965ap.png
Most errors seem to be related to ''public static boolean USE_FIXED_IV;''
But something tells me there shouldn't be any errors around that. Any tips?
- - - Updated - - -
Quote:
Originally Posted by
pow3rran9er
Most errors seem to be related to ''public static boolean USE_FIXED_IV;''
But something tells me there shouldn't be any errors around that. Any tips?
Seems to be fixed by changing
public static String interface = ;
to
public static String interface_;
Re: Unable to build AstralMS v144.3
use java jdk1.7.0_51 for compile it.
Re: Unable to build AstralMS v144.3
Quote:
Originally Posted by
GMAnonyMous
use java jdk1.7.0_51 for compile it.
My first try was using jdk 1.7.0_51. Had the same error.
After editing public static String interface_; it seems to be fine in java 8.
Re: Unable to build AstralMS v144.3
The variables are declared but no value is assigned to them.