R
r.emmerink
Hi,
I've got some source files in Java Studio Creator 2.
When building I get errors like:
C:\...\Creator\Projects\....\src\Lijst.java:1: generics are not
supported in -source 1.4
(try -source 1.5 to enable generics)
class Lijst <EltType> {
When right clicking the project and selecting properties I can change
source level to 1.5 in a drop down box. However I get the same error
after rebuilding, it seems the setting is unchanged. Maybe I do
something wrong here, hopefully someone can tell me how to change to
-source 1.5 so I can compile the project.
Thanks in advance,
Roderik
I've got some source files in Java Studio Creator 2.
When building I get errors like:
C:\...\Creator\Projects\....\src\Lijst.java:1: generics are not
supported in -source 1.4
(try -source 1.5 to enable generics)
class Lijst <EltType> {
When right clicking the project and selecting properties I can change
source level to 1.5 in a drop down box. However I get the same error
after rebuilding, it seems the setting is unchanged. Maybe I do
something wrong here, hopefully someone can tell me how to change to
-source 1.5 so I can compile the project.
Thanks in advance,
Roderik