PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

how to create a java nested class in peoplecode

edited Apr 20, 2018 10:32PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 4 commentsAnswered

Hello,

There is a jar file includes code below:

package P;

public abstract interface A

{

   ...

   public static class B

   {

       ...

   }

}

In AD,i tried peoplecode "&j = CreateJavaObject("P.A.B")" but got "java exception:java.lang.NoClassDefFoundError" , but "&j = CreateJavaObject("P.A")" is ok.

How can i create a java object of nested class within PeopleCode?

Any suggestions will help.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center