When we do import, sometimes we are facing error as Exception in thread “main” java.lang.NoClassDefFoundError:
Then you need to change jpximport.bat and import.bat files as below.
Path —> \jdeveloper\jdevbin\oaext\bin
You need to Edit those .bat files by using Notepad.
Replace line
set CLASSPATH=%JRAD_ROOT%\jdev\appslibrt\ebsuix.jar
with
set CLASSPATH=%JRAD_ROOT%\jdev\appslibrt\ebsuix.jar;%JRAD_ROOT%\lib\dms.jar
Recommended Posts