Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Build path entry from URL
Build path entry from URL [message #1772867] Mon, 18 September 2017 06:49
Mikael Stålhammar is currently offline Mikael StålhammarFriend
Messages: 1
Registered: September 2017
Junior Member
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 08:49]

Report message to a moderator

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


Current Time: Thu Oct 03 20:21:45 GMT 2024

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

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

Back to the top