Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Build path entry from URL
Build path entry from URL [message #1772867] Mon, 18 September 2017 02:49
Eclipse UserFriend
I am creating a java project programmatically and I am wondering if there is an "easy" way to extend the tooling to also allow URLs as build path entries for a java project (i.e. class lookup from an http service)? Has someone done this? Currently it seems I can only use jars or folders as build path entries. I.e. I want the java project's java compiler to be able to resolve class references from an URL, instead of from folders or jars in the file system.

Scenario:
The java projects my plugin is creating, is dependant of a runtime system, running with a certain classpath. That runtime system has a http service for providing class objects from it class path. I want my java project's compiler to utilize that as a build path entry if possible.

(The runtime is running locally so the communication should be fast enough)

[Updated on: Tue, 27 March 2018 04:49] by Moderator

Previous Topic:More Eclipse Compiler Bugs
Next Topic:Cannot import JavaFX packages
Goto Forum:
  


Current Time: Sun Aug 31 14:21:43 EDT 2025

Powered by FUDForum. Page generated in 0.02897 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top