[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some place else to download a2gameserver?



> Exception in thread "main" java.lang.IllegalArgumentException:
> InputStream cannot be null

That means it couldn't find the games.xml file.  Make sure that "lib"
is relative to your current path.  You may have to make it relative,
e.g. ./lib or something to that effect.  If you still don't have much
luck, you could just try specifying the full path of the lib directory
and the other directories and files.  At that point you'll probably
want to make a one-liner shell script to save you some time in the
future.