Skip to content

How to add files to Google Colab after switching to Java?  #135

@TAsUjxnMIL

Description

@TAsUjxnMIL

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:

2022-07-13_16h33_13

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions