Adding JARs on a remote host to the Classpath of the modules
Hi all,
I need to add JAR files which are on a remote host in my modules. However in the Module Settings/Libraries(Classpath) tab I can see that I have only access to my local filesystem. Any idea how I can solve this issue? The Eclipse can refer to JARs on a remote host but I couldn't find that feature in Idea.
best Regards,
Iman Imanov
请先登录再写评论。
It's been requested a few times, but there is no direct support for remote libraries in IDEA. You might consider using a dependency management program like Maven or Ivy to solve your use case.
--Dave Griffith