
April 3rd, 2007, 04:50 AM
|
|
Contributing User
|
|
Join Date: Dec 2006
Posts: 35
Time spent in forums: 5 h 50 m 22 sec
Reputation Power: 2
|
|
|
Varargs for 1.5.09
Hi, I'm a uni student and develop at home with 1.5.0.11
and my program with varargs works perfectly...
however when I try to compile at uni which has 1.5.09, I get nasty errors every time I try to call the function which has varargs.
The error is along the lines of
"cannot determine java.lang.String, java.lang.String" etc for however arguments I pass in.
Does anyone have any idea how this problem could be solved?
Thanks
|