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
I am currently trying to execute my Java code on a Google Colab notebook. I have finally achieved to upload all my necessary files.
Now I am trying to import some classes from the uploaded files. But this does not work. Within Google Colab it looks like this:
I am trying to import a class using this code snippet:
import br.usp.icmc.lapad.ireos.IREOS;
But this does not work for me. I tried to execute the command:
%classpath /content/src
This does neither work but this does not fix the problem. Do you have a solution to fix this problem?
I look forward to hearing from you. Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello SpencerPark,
I am currently trying to execute my Java code on a Google Colab notebook. I have finally achieved to upload all my necessary files.
Now I am trying to import some classes from the uploaded files. But this does not work. Within Google Colab it looks like this:
I am trying to import a class using this code snippet:
import br.usp.icmc.lapad.ireos.IREOS;
But this does not work for me. I tried to execute the command:
%classpath /content/src
This does neither work but this does not fix the problem. Do you have a solution to fix this problem?
I look forward to hearing from you. Thank you very much!
The text was updated successfully, but these errors were encountered: