Hi,
got a par file and imported into nwds and decompiled the .class files of jar file that came with par using DJ decompiler and I placed those .java files in folder "src.core" of project.
and used classlocator to set the classpath. all the compilation errors are resolved except one which is as follows
-
This compilation unit indirectly references the missing type com.sapportals.portal.prt.service.hook.ICacheResourceValidatorHook (typically some required class file is referencing a type outside the classpath)
-
This is shown at the beginning of all the .java files at the first line. I see the same when doing with a different par too..
could someone help me in this regard.
Regards