Install JBoss Tools 4.6.0.Final (WildFly 13.0.0.Final Compatible) on Windows x86/x64

--

  1. Download JBoss Tools 4.6.0.Final from https://tools.jboss.org/downloads/archives.html
Click overview of all downloadable versions
Click archives
Download Eclipse Photon 4.8.0 and JBoss Tools 4.6.0.Final
Click R Packages
Download Eclipse IDE for Java EE Developer on link x86_64
Waiting for confirm download
Save File and click OK
Download JBoss Tools 4.6.0.Final and click Artifacts
Looking for Update site (including sources) bundle of all JBoss Core Tools and click zip
Save File and click OK
Waiting for File Download
Check download files
Extract file eclipse-jee-photon-R-win32-x86_64.zip
Extract to C:\ and click OK
Check extract files
Run eclipse.exe
if you see Incompatible JVM error …
Press WIN + R, type regedit and click OK
Delete Java7FamilyVersion On HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\ and Restart Computer
Eclipse IDE Photon Pre-loading
Browse workspace, check Use this as the default and do not ask again and click Luanch
Eclipse IDE Photon Loading

2) Config Eclipse and JBoss Tools

Click Help and Check for Updates
Click Next >
Check I accept the terms of the license agreements and click Finish
Waiting for Install Updates
Check accept Eclipse Foundation and click Accept selected
Click Restart Now
Click Help and Click Install New Software…
Click Add…
Browse Archive…, jbosstools-4.6.0.Final-updatesite-core.zip and click Add
Click Select All and click Next >
Waiting checking compatible software
Check Update my installation to be compatible with the items being installed and click Next >
Click Next >
Check I accept the terms of the license agreement and click Finish
Waiting for Installing Updates
Click Install anyway
Click Restart Now
Click No
Welcome page have some change about features of JBoss Tools
Click Window and click Preferences
Looking for Server > Runtime Environments and click Add…
Select WildFly 13 Runtime (You need to Installing WildFly 13 Runtime first…) and click Next >
Select Alternative JRE: jdk1.8.0_271 and click Browse…
Browse path of wildfly-13.0.0.Final and click Select Folder
Check Home Directory is point to C:\wildfly-13.0.0.Final and click Finish
Check exist WildFly 13.0 Runtimer and click Apply and Close
Click File > New > Other…
Select Examples > JBoss Tools > Project Examples and click Next >
Select Web Application > helloworld and click Next >
Click Next >
Click Finish
Uncheck Show ‘/jboss-helloworld/.cheatsheet.xml’ for further instructions and click Finish
Click X (to closing Welcome Page)
You will see jboss-hellworld project and Maven Console auto compile
Right-click on jboss-helloworld project and Click Run As and click Run on Server
Select WildFly 13 and check Always use this server when running this project and Click Next >, if Next > button hanging / disabled will be try to restart eclipse
Select Local and Filesystem and shell operations and WildFly 13.0 Runtimer and click Next >
jboss-helloworld project will auto Add > and click Finish
Check Private networks, such as my home or work network and click Allow access
Access http://localhost:8080/jboss-helloworld/HelloWorld

--

--