Typo in default.env for windows?
In default.env - default Forms environment file, Windows version, for the JAVA class path there is path for "start_dejvm.jar" which is slashed "/".
https://docs.oracle.com/cd/E24269_01/doc.11120/e24477/appc.htm#FSDEP460
This will never be found on windows. Is this done on purpose? Cannot find a lot info about "start_dejvm.jar" as well.
To me this looks like typo...
Any comment?
CLASSPATH=...D:\Oracle2\Middleware\as_2/jlib/start_dejvm.jar..
Thanks.