Where to place external libraries Follow
Hi,
i have several external libraries that i want to save somewhere as part of my language. So the path should be relative to my language ... somehow ...
How can i achieve that? Some kind of Lib-Folder within my language?
What is the best solution to handle external libraries as part of my classpath? Is there any solution for that yet (see also MPS-5681)?
Regards,
Mirko
Please sign in to leave a comment.
2. Add jars in MPS.
For language:
Language Properties -> Design Time -> Libraries -> add jars
For solution:
Solution Properties -> External Code -> Libraries -> add jars
3. Expand <module>/all models/stubs folder in MPS. All your classes should be there.
Adding runtime dependency from solution:
Language Properties -> Runtime -> Runtime solutions -> add solution