Jazz build errors
![](http://jazz.net/_images/myphoto/f74f27e6bd87bd9c219b159ac81fae01.jpg)
I am trying to build an old java application on my build engine. I have updated the Vector<E> and the likes and in RTC my code runs fine. If however I try to build I get errors like
or
The java version I use is 1.5.0 and the code does compile/run when I compile the fetched code in my sandbox on the build machine.
Has anybody experienced this before or knows what to do??
(I tried setting the target in my build.xml but that did not help)
Syntax error, parameterized types are only available if source level is 5.0
or
The type Vector is not generic; it cannot be parameterized with arguments
The java version I use is 1.5.0 and the code does compile/run when I compile the fetched code in my sandbox on the build machine.
Has anybody experienced this before or knows what to do??
(I tried setting the target in my build.xml but that did not help)