Sunday, September 28, 2014

How to Build JBoss With Java 6

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.



No comments:

Post a Comment