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

Re: Apple // Game Server 1.1 Released!



> I tried the suggestion by the previous poster as well, but it didn't
> help.

try this: enter the following

in#2
pr#2
new
10 get a$:print a$;"=";asc(a$);
20 if (a$ < " ") print "]*";
30 goto 10
run

Then start the java program.  See if this helps you at least see the
first line it prints out.  Hopefully, the fact we print both a ] and a
* will trick the java program to think your computer is working as
"expected" ;-)