googleads / googleads-java-lib

Google Ad Manager SOAP API Client Library for Java
Apache License 2.0
226 stars 360 forks source link

Java: Compilation error: internal java compiler error #222

Closed hommedahl15 closed 3 years ago

hommedahl15 commented 3 years ago

I just cloned this library and tried to run the GetCampaigns.java file.

After running, it returned an error that said "Compilation failed: internal java compiler error".

I'm using Oracle OpenJDK 16.0.1

Any idea why this is happening?

internal java compiler error

nwbirnie commented 3 years ago

A common issue is that the compiler requires quite a lot of memory to complete. Can you try increasing this setting in the IDE?

image

nwbirnie commented 3 years ago

Failing that, please could you post the full stacktrace from the compiler, thanks.

hommedahl15 commented 3 years ago

This worked. Thank you!!