codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Java returns error:cannot find symbol

Open lungarella-raffaele opened this issue 3 years ago • 1 comments

I have two java files in the same folder, one has the main class and the other has a custom class. When I run the java file with the main class it return me "error: cannot find symbol", and it referes to the custom class i jave on the other java file. I tried to compile it with visual studio code and it works fine, but when i try to run it on my IPAD it doesn't work. I tried using "import" but it didn't work.

lungarella-raffaele avatar Sep 29 '22 12:09 lungarella-raffaele

Multi file compiling are not supported through remote execution.

bummoblizard avatar Oct 07 '22 02:10 bummoblizard

Multi file compiling are not supported through remote execution.

Please, if possible try to find soon a workaround to this problem, because for me multi file compiling is essential in Java, and I would really love this feature on the CodeApp.

C4ntor avatar Oct 21 '22 12:10 C4ntor

You can now use java and javac to run Java programs locally in the latest build. Multi-file compiling should work as expected in a desktop environment.

bummoblizard avatar Jan 08 '24 04:01 bummoblizard