pclarke91 / rl-glue-ext

Automatically exported from code.google.com/p/rl-glue-ext
0 stars 0 forks source link

Java Codec install doesn't put it in your classpath #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Istvan:

    I also installed the Java codec (as Matlab can handle at most one
component (at this point, I did not know yet that the number would be 0 for
my Matlab :-)
    Installation went smoothly, but after that, I still needed to specify
JavaRLGlueCodec.jar in the classpath, otherwise java would not find it. I
did not look into the reasons.
    Apart from that, I could start all java example components, and the
experiment ran successfully.

Need a bit more information.  How do you run a java jar on Windows?  What
are the steps to run the installation program on that platform?

Original issue reported on code.google.com by brian.ta...@gmail.com on 8 Feb 2009 at 1:18

GoogleCodeExporter commented 9 years ago
This is a problem in Windows.  We should add a Windows Tips section to the Java
manual, including how to make sure the classpaths are setup right.

Original comment by brian.ta...@gmail.com on 9 Feb 2009 at 6:05

GoogleCodeExporter commented 9 years ago
I was having a problem because I was making a file directly from a String of 
the URL
that came from the protection domain, and it encoded spaces wrong on Windows.

Anyways, replaced it with a more direct method and now the codec installs 
correctly
on Windows too.

Original comment by brian.ta...@gmail.com on 9 Feb 2009 at 11:29