Michael Chapman
2014-06-08 17:54:38 UTC
Does anyone know why I sometimes need to use quotations when using
java_import?
For instance, this works fine:
java_import com.badlogic.gdx.Gdx
But if I try and use this,
java_import box2dLight.RayHandler
it tells me it can't find the library. But it works fine if I add the
quotes:
java_import 'box2dLight.RayHandler'
Is there something missing from the setup of the .jar? It's not a big
deal, but I have no idea what's going on.
java_import?
For instance, this works fine:
java_import com.badlogic.gdx.Gdx
But if I try and use this,
java_import box2dLight.RayHandler
it tells me it can't find the library. But it works fine if I add the
quotes:
java_import 'box2dLight.RayHandler'
Is there something missing from the setup of the .jar? It's not a big
deal, but I have no idea what's going on.
--
Posted via http://www.ruby-forum.com/.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
Posted via http://www.ruby-forum.com/.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email