thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Java returns error:cannot find symbol #590

Closed lungarella-raffaele closed 9 months ago

lungarella-raffaele commented 2 years ago

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.

bummoblizard commented 2 years ago

Multi file compiling are not supported through remote execution.

C4ntor commented 2 years ago

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.

bummoblizard commented 9 months ago

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.