keshrath / Console

Processing Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type console is ambiguous

erwrow opened this issue · comments

Hi, i've found an issue with this library while ussing the code of the link (availale at the end of this post). The library (i asume) uses the same object name as the java.io library and when you try to run the code the following error is trown:

The type console is ambiguous

My suggestion is to change the name of the object.

If this isn't an issue, please tell me what i'm doing wrong.

best regards.

http://cl.ly/0L3C1g1g1x0Y

Update, if the only things imported from the java.io library are FileInputStream and FileOutputStream this library works fine