How do we execute a custom java class from Application Engine PeopleCode?
We’re trying to execute our own custom java class from App Engine People
code, so far we have had no success. Regardless of which type of Peoplecode
statement being used : CreateJavaObject or GetJavaClass.
The errors we’re getting are as follows:
“Java Exception:java.lang.NoClassDefFoundError: finding class ” if jar file is referenced;
“Java method process not found for class ” if class file is referenced.
What are we missing?
PS: Process scheduler is re-started every time when new revision of java
file is introduced.