BUG: "Error: javac: invalid flag: path/file.sqlj"
93753Oct 31 2005 — edited Jun 15 2006I sometimes get this type of error when I make a file or a project in JDev 10g EA1, when all of the following conditions apply:
- I use make (using rebuild it never happens)
- I use javac (using ojc it never happens)
- I make a file/projects that somehow depends on a SQLJ file (with java-only scope it never happens)
- I use either JDK1.4.2_02 or JDK1.5.0_05
- My JDev, the JDKs, and my project data are all on paths without any spaces.
- Project size is ~1000 source files, source root path length is 25 chars.
Perhaps JDev tries to send SQLJ files by mistake to javac for compilation?
Regards,
Yaniv