How to Build JBoss With Java 6
The JBoss server environment is distributed as open-source code. You must use your preferred Java programming software to build the software into an executable file you can use on a computer. The download is free, and you can use any Java editor including Eclipse, which is used by developers who mix Java, C++ and Web development to create multi-functional applications. Building a Java app means you compile the source code into an executable file.
Instructions
-
-
1
Open a Web browser and download the ZIP file that contains the JBoss source code files.
-
2
Unzip the file contents to a directory on your computer. Click the Windows "Start" button and type "cmd" in the search text box. Press "Enter" to open the command prompt.
-
-
3
Type the following command into the command prompt:
java -classpath newfile.jar sourcecode.java
Replace the JAR file name with the executable you want to build. Replace "sourcecode.java" with the source code file in the downloaded directory.
-
1