[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple Game Server 3.1
On Thursday, January 10, 2013 9:37:30 PM UTC-6, Kevin wrote:
> On Thursday, January 10, 2013 8:57:59 PM UTC-6, BLuRry wrote:
>
> > Fair enough, but there is a significant improvement in my setup with this cable. I suppose my old cable was faulty, but this cable is totally ready to take on maximum hostility. :)
>
> >
>
> >
>
> >
>
> > I am unable to reproduce any abnormal communications related errors in the 3.1 build. I hope others are as fortunate considering all the tine I put in it.
>
> >
>
> >
>
> >
>
> > -B
>
>
>
> I have never been clear on how to run this, sometimes I get it to work sometimes not
>
>
>
> I have java 6, it can be execd from the command line but when i do it gives a bunch of errors. if I click on the jar file in windows it starts up but it cant find the games folder or the xml
>
>
>
> little help?
The readme tells all. If you want to run it from a GUI, you have to set the working folder one level up. Otherwise, drop to a commandline and CD to the parent directory (where you extracted it) and use this:
java -jar dist/ags.jar
If you have any other trouble with it, make sure you installed the RXTX bits correctly -- you might have to move the rxtxserial.dll to the ags folder or in to your java/bin folder, whichever seems more appropriate. If you want to run this by double-clicking on the jar, create a shortcut and modify the working folder one level up from the dist folder.
-B