tillnagel / unfolding

A library to create interactive maps and geovisualizations in Processing and Java
http://unfoldingmaps.org
Other
477 stars 245 forks source link

Errors while performing the helloworld.java througth unfolding maps #188

Open Shivani-Bandari opened 1 year ago

Shivani-Bandari commented 1 year ago

2023-07-27

Shivani-Bandari commented 1 year ago

Can anyone give me the solutions to fix these errors for unfoldingmaps assignment

David235711 commented 1 year ago

I assume you were doing the Coursera course Object Oriented Programming in Java by the University of California San Diego and your solution is here: Week 2 Support: Troubleshooting Common Issues

and your error is caused by this

  1. Set the Compiler Compliance Level

(I am using IntelliJ and set it to 8)

Shivani-Bandari commented 1 year ago

Thank you