Hi there. Question. How do you access a custom java class in php that has
its own define packages?

meaning when I access a java class in php the java class calls other classes
to do the job. But when I call the class I get an error:

java.lang.NoClassDefFoundError: CaseManager (wrong name:
com/company/support/admin/CaseManager)

Any thoughts?

The Chaos



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to