Hi,
In order to compile any JDK 150 language features, I need to include the command line parameter -source=1.5. There's no option to do with this with the GUI under the project properties tab so I've written a simple
ANT script. However, when JBuilder runs the ANT script it does not work.
Ultimately I want to get JBuilder 9 running with JDK 150 as soon as I can. I don't care whether I have to use ANT or modify something else. Anyone know how to do it?
Regards,