I am new at java and I am getting this error, can you help?
class ExcelReadTest is public, should be declared in a file named ExcelReadTest.java
public class ExcelReadTest{
Printable View
I am new at java and I am getting this error, can you help?
class ExcelReadTest is public, should be declared in a file named ExcelReadTest.java
public class ExcelReadTest{
You must save the class ExcelReadTest in a file named "ExcelReadTest.java". In other words, rename the file
I hope that's clear enough
Thanks, it helped me a lot :wave: