javaw.exe in linux?
654659Aug 12 2008 — edited Aug 12 2008I am working on converting my development environment to Linux from Windows and having a problem with the Embedded OC4J and can't find the file that is causing the problem.
In Windows, everything runs fine. JDev compiles, OC4J starts up using javaw.exe. (the path to javaw.exe is c:\devtools\jdk1.5.0_10\bin\javaw.exe)
In Linux, I downloaded installed a brand new copy of JDev for linux and when I attempt to debug by launching OC4J, instead of using the path to my JDK, it tries to use Windows path?!?!? (the embedded OC4J server horks on c:\devtools... style file paths and files named *.exe)
I understand that the reference to this path MUST be in my sourcetree, but I cannot find it. I have looked through every file looking for references to javaw.exe but cannot find any.
Can someone tell me what file the Embedded OC4J server uses to find the javaw.exe path before it launches? If I only knew what file the server was reading, I might be able to get my dev environment converted to Linux.
I looked in *.jws, *.jpr, and *.jdk but can't find where javaw.exe is referenced. I had to change one of the *.jdk files to get it to compile. Any help would be appreciated. Thanks