Join Slack
Powered by
Is there a way to specify a classpath from a repos...
# announcements
a
Animesh Sahu
01/18/2021, 3:11 AM
Is there a way to specify a classpath from a repository or a url? Sort of
kotlinc -cp https://...
?
e
ephemient
01/18/2021, 3:59 AM
local files works, you will have to specify all dependencies though.
kotlinc -cp a.jar:b.jar:...
ephemient
01/18/2021, 4:00 AM
may be easier to create a single .jar with a manifest pointing to all the other jars you want loaded
2
Views
Open in Slack
Previous
Next