Wowza Community

@Override Java Eclipse Error [Solved]

You may get an error when you write a new Wowza Module In Eclipse that uses @Override annotation

This is the solution:

In Eclipse go to

Project / Properties / Java Compiler /

  • Enable Project Specific Settings (Checked)

- Compiler Compliance Level (1.6)+

@Override Java Eclipse Error

:slight_smile:

Hi,

Thanks for posting this info!

Michelle