I'm having some build issues with Eclipse in that it runs my app just fine in eclipse but for some reason when trying to run using
#>java MyClass
it ends up not running due to not being able to find the class. This makes no sense so I was wondering if there was a way to have eclipse output what it's feeding into the jvm to get it to build/run.
Is this possible?
Thanks