ForgeRock / openam-community-edition

Access Management - AuthN, AuthZ, SSO, Fedaration
https://forgerock.github.io/openam-community-edition/
123 stars 60 forks source link

Compilation failure at package com.iplanet.security #32

Closed immontilla closed 7 years ago

immontilla commented 7 years ago

Hi,

I can't compile classes at com.iplanet.security using Java 1.8.0_131, maven 3.5.0 on a Windows 64 bits machine. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project openam-shared: Compilation failure: Compilation failure: [ERROR] /C:/Users/mauricio/seguridad/git/openam-community-edition/openam-shared/src/main/java/com/iplanet/security/util/ByteToCharPrintable.java:[31,14] cannot find symbol [ERROR] symbol: class ByteToCharConverter [ERROR] location: package sun.io [ERROR] and many more - attached file mvn.txt

What can I do? Workaround? Suggestions are welcome.

Thanks,,

immontilla

aldaris commented 7 years ago

Which branch/tag are you trying to compile?

immontilla commented 7 years ago

master

aldaris commented 7 years ago

The master is in the same state as the 11.0.3 tag. 11.0.3 was not compatible with Java 8.

immontilla commented 7 years ago

That's right. I didn't read carefully the Readme. Thank you for your time.