Discussion:
Bug on http://robowiki.net/wiki/Other_JVM_Languages
r***@gmail.com
2015-03-23 21:03:21 UTC
Permalink
http://robowiki.net/wiki/Other_JVM_Languages

Replace

java -Xmx512M -Dsun.io.useCanonCaches=false -cp
libs/robocode.jar;_SCALA_HOME_/lib/scala-library.jar robocode.Robocode %*

with

java -Xmx512M -Dsun.io.useCanonCaches=false -cp
libs/robocode.jar:_SCALA_HOME_/lib/scala-library.jar robocode.Robocode %*

; to :


Can guests be allowed to edit the wiki?
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Nat Pavasant
2015-03-24 10:53:53 UTC
Permalink
That is not a bug. It is written in Microsoft Windows context.

Though I guess adding a note related to Unix-like OS might be a good thing
to do.

- Nat
Post by r***@gmail.com
http://robowiki.net/wiki/Other_JVM_Languages
Replace
java -Xmx512M -Dsun.io.useCanonCaches=false -cp
libs/robocode.jar;_SCALA_HOME_/lib/scala-library.jar robocode.Robocode %*
with
java -Xmx512M -Dsun.io.useCanonCaches=false -cp
libs/robocode.jar:_SCALA_HOME_/lib/scala-library.jar robocode.Robocode %*
Can guests be allowed to edit the wiki?
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
fnl
2015-03-25 23:01:15 UTC
Permalink
Nat is right. :-)

I have inserted the note like Nat suggested to the wiki page. :-)

Cheers,
- Flemming
Post by r***@gmail.com
http://robowiki.net/wiki/Other_JVM_Languages
Replace
java -Xmx512M -Dsun.io.useCanonCaches=false -cp
libs/robocode.jar;_SCALA_HOME_/lib/scala-library.jar robocode.Robocode %*
with
java -Xmx512M -Dsun.io.useCanonCaches=false -cp
libs/robocode.jar:_SCALA_HOME_/lib/scala-library.jar robocode.Robocode %*
Can guests be allowed to edit the wiki?
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...