Hi,
sketch works fine under 4.2 but with 4.3, I get “The package “javax.mail” does not exist. You might be missing a library.”
javax.mail.jar still resides in code folder next to the sketch.
Any ideas?
Thanks, Philip
Hi,
sketch works fine under 4.2 but with 4.3, I get “The package “javax.mail” does not exist. You might be missing a library.”
javax.mail.jar still resides in code folder next to the sketch.
Any ideas?
Thanks, Philip
Try drag the jar onto the processing IDE
to register it again
Yeah, already tried that, but it says that it’s already beed copied…
Okay
Rename code to code1
Try again
Renamed, dragged jar onto the sketch again. Folder code was created, but the jar not copied. Gives me an error, though: Could not add ‘javax.mail.jar’ to the sketch.
Hello @Philip,
Gives this a try:
https://javaee.github.io/javamail/
javax.mail.jar 1.6.2 in the code folder:
Try just testing your jar file in a new sketch.
:)
Hm, that’s funny.
Existing javax.mail.jar
Linked javax.mail.jar 1.6.2
Anyway, this version seems to work, at least now it throws another error