I downloaded some java code which contained a line like so:
Compiling gave me the following error:
MidiSynth.java:182: illegal start of expression
Any idea what this is about? I think the code is for java 1.5 (not sure if its backwards compatable), whereas my sdk is 1.4.2, would that possibly be the problem?
Code:
for (MidiSynthListener t : c){
MidiSynth.java:182: illegal start of expression
Any idea what this is about? I think the code is for java 1.5 (not sure if its backwards compatable), whereas my sdk is 1.4.2, would that possibly be the problem?