-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile error, class.java.io is not available #1
Comments
Same issue here. Do you got somewhere with the problem or is this still a problem @mattdamon108? |
Hello, sorry I missed this the first time around. It looks like you're trying to use Clojure (jvm) code inside a |
Hi @mhuebert thanks for your response. I'm actually trying to do it inside a (just ignore the last line) Also, here's the log:
|
I see. Looks like the clojure.java.io entry also needs to be clj-only
On Wed, Jul 27, 2022 at 11:49, Matheus Marsiglio ***@***.***> wrote:
Hi @mhuebert <https://github.com/mhuebert> thanks for your response.
I'm actually trying to do it inside a .cljc file with the wrapper
conditional, as you may see in this print
[image: Screenshot 2022-07-27 at 14 48 13]
<https://user-images.githubusercontent.com/5414299/181325184-a88f50c8-932b-4642-bc9c-44a1d14e841d.png>
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIKZZH7WJZK2HUSSXJ7RDVWFZBLANCNFSM46ULNJ6A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
http://matt.is — Berlin, Germany
--
|
@mhuebert by any chance do you happen to have a working example? I'm not following very well the README.md. I'm relatively new to Clojure and it appears I'm missing something |
Hi, thank you for your fantastic work.
I'm very new to clj and cljs. It might be a simple issue, but I can't figure out how to fix. I'd like to try to use shadow-env in my cljs project but I faced the compile error with this message.
I guess
clojure.jav a.io
is not supposed to be compiled to javascript. So, the error message is reasonable in a way. But, it should be resolved because this library is supposed to be used in the cljs project. I think I missed something. Can you give me a tip to fix this?The text was updated successfully, but these errors were encountered: