unzip -p $(cygpath -au "C:\[PATH_TO_JDK]\\lib\tools.jar")
com/sun/tools/script/shell/init.js > init.js
After storing the init.js to a directory, there is time to configure Eclipse. First the file has to be linked as an user library:
Second, the JavaScript build path has to be configured, by adding the just created user library:
Finally the auto completion should work inside the JavaScript editor (including JSDoc):
No comments:
Post a Comment