You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on MacOS 13.3.1 (a) Apple Silicon. Java version java 20.0.1 2023-04-18
Java(TM) SE Runtime Environment (build 20.0.1+9-29)
Java HotSpot(TM) 64-Bit Server VM (build 20.0.1+9-29, mixed mode, sharing)
When trying to compile getting the following errors:
javac -cp src -d bin src/mosaic/controllers/MainController.java
src/io/DataFile.java:19: error: cannot find symbol
data = new BASE64Decoder().decodeBuffer(base64);
^
symbol: class BASE64Decoder
location: class DataFile
src/io/DataFile.java:39: error: cannot find symbol
BASE64Encoder encoder = new BASE64Encoder();
^
symbol: class BASE64Encoder
location: class DataFile
src/io/DataFile.java:39: error: cannot find symbol
BASE64Encoder encoder = new BASE64Encoder();
^
symbol: class BASE64Encoder
location: class DataFile
Note: src/mosaic/controllers/ColorController.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
The text was updated successfully, but these errors were encountered:
Running on MacOS 13.3.1 (a) Apple Silicon. Java version java 20.0.1 2023-04-18
Java(TM) SE Runtime Environment (build 20.0.1+9-29)
Java HotSpot(TM) 64-Bit Server VM (build 20.0.1+9-29, mixed mode, sharing)
When trying to compile getting the following errors:
javac -cp src -d bin src/mosaic/controllers/MainController.java
src/io/DataFile.java:19: error: cannot find symbol
data = new BASE64Decoder().decodeBuffer(base64);
^
symbol: class BASE64Decoder
location: class DataFile
src/io/DataFile.java:39: error: cannot find symbol
BASE64Encoder encoder = new BASE64Encoder();
^
symbol: class BASE64Encoder
location: class DataFile
src/io/DataFile.java:39: error: cannot find symbol
BASE64Encoder encoder = new BASE64Encoder();
^
symbol: class BASE64Encoder
location: class DataFile
Note: src/mosaic/controllers/ColorController.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
The text was updated successfully, but these errors were encountered: