Member since
04-09-2020
3
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2457 | 04-15-2020 01:02 PM |
04-29-2020
07:35 PM
1 Kudo
I think this answer may have been edited since I originally looked at it. I don't recall seeing that link to the Scala tutorial and the suggestion that importing should work. This still does not work for me. If I follow the code in that tutorial, I get: import bobsdelights.Fruit
Name: Unknown Error
Message: <console>:80: error: not found: value bobsdelights
import bobsdelights.Fruit
^ Have you confirmed that you are able to import local Scala code from one file to another without first executing that first file in the shell? The intention is to be able to run an experiment and I can only submit one script via the experiment UI.
... View more