08-07-2009 04:03 PM
I have developed a application for BB storm and made a build with JDE 4.7.0.41
The application works perfect. Now I am maintaing the application to make it work for the new BB Tour. So I maintained the application and try to make a new build. But now I get the following message:
(use -source 5 or higher to enable generics)
Vector<Integer> combinationVector = new Vector<Integer>();
^
1 error
Error!: Error: java compiler failed: javac -source 1.3 -target 1.3 -g -O -d C:\DOCUME~1\MAT~1.LAP\LOCALS~1\Temp\rapc_2e370750.
Error while building project
I don't know what this means. Can somebody help me.
08-07-2009 04:10 PM
08-07-2009 04:18 PM
I already see what I did wrong. I included a piece of code that should not be in.
Sorry for the inconvenience but many thanks for the quick response.