How to update/add specific library in eclipse
I am using xtext library version 2.3.1, and I want to be able to use class
ArrayLiterals. Based on javadocs here, its available from 2.4.
How can I update/add the ArrayLiterals only?
I tried updating the whole eclipse, and I am getting errors on deprecated
functions like shiftleft for the primitive types.
 
No comments:
Post a Comment