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
Cool app! Just did a quick test of importing the project into eclipse and getting the basic app to run with 'Use built-in' data and all the "out/" filepaths caused problems - I had to replace them with "src/" to match the paths I see in Eclipse. I guess this is set-up for IntelliJ? Not sure if there's a way to do the same for Eclipse in a nicer way than replacing the paths!
The text was updated successfully, but these errors were encountered:
Hey, thanks :) Yes, I noticed a similar problem when I tried to make an executable jar the other day. I need to fix the paths, and change the code to read a io stream rather than a file - that's next on my todo list. Will try to get that done and committed within a few days. And yes, I've been developing on Intellij.
Cool app! Just did a quick test of importing the project into eclipse and getting the basic app to run with 'Use built-in' data and all the "out/" filepaths caused problems - I had to replace them with "src/" to match the paths I see in Eclipse. I guess this is set-up for IntelliJ? Not sure if there's a way to do the same for Eclipse in a nicer way than replacing the paths!
The text was updated successfully, but these errors were encountered: