Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

BUG: "Error: javac: invalid flag: path/file.sqlj"

93753Oct 31 2005 — edited Jun 15 2006
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2006
Added on Oct 31 2005
10 comments
1,761 views