2024年9月30日 星期一

Install Eclipse JBoss plugin without visiting market

 1. Download Eclipse Jboss plugin here. Choose "Update site (including sources) bundle of all JBoss Core Tools".

https://tools.jboss.org/downloads/jbosstools/2023-09/4.29.1.Final.html#zips


2. Open eclipse > Help > Install new software... > Click "add" on top right corner > Archive... > Choose the zip file in step 1


Using Node Version Manager without admin right

- Install nvm (e.g. C:\Apps\nvm)

- Create settings.txt (e.g. C:\Apps\nvm\settings.txt) with below content


root: C:\Apps\nvm

path: C:\Apps\nvm\nodejs

arch: 64

proxy: [your company's proxy, username / password of proxy may be required]

originalpath: .

originalversion: 

node_mirror: 

npm_mirror: 


Each time when "nvm use" is called, "C:\Apps\nvm\nodejs" will be recreated.