Introduction
Preparation
Set Up A Java Development Kit In Microsoft Windows 8 With Picture
Set Up A Java Development Kit In Microsoft Windows 8 With Picture
![]() |
| Locate the directory of the Java executable folder |
![]() |
| Start Menu Windows opened |
![]() |
| "All apps" down arrow button in the bottom-left corner. |
![]() |
| Scroll through the list of apps then click "Control Panel" on the "Windows System" |
![]() |
| Control Panel opened |
![]() |
| Under "View by:", click "Category", |
![]() |
| select the “System and Security” section |
![]() |
| then select the “System” section on the right side. |
![]() |
| click on Advanced System Settings on the left sidebar |
![]() |
| click Advanced tab |
![]() |
| click the Environment Variables button. |
![]() |
| find and click Path variable in the middle |
![]() |
| Click the Edit button or click the New button. |
![]() |
| Enter Variable name, enter Variable value, then click OK button |
![]() |
| Click OK button on the Environment Variables window. |
![]() |
| Click OK button again in System Properties window |
![]() |
| Click Start button > click Power Options button on the right top corner > click Restart |
D: and press Enter.CD \softRun\xampp-win32-1.6.7\mysql\bin\
mysqld --consoleD: and press Enter.CD \softRun\xampp-win32-1.6.7\mysql\bin\
mysqladmin --user=root pingnetstat -ano | findstr 3306<< back to Study About PHP 1
Syntax: gem list <ruby-gem-name> --local
1. Open Command Prompt.
2. Type gem list asciidoctor --local
3. Press Enter on keyboard.
![]() |
| Step 2 and Step 3 To Check AsciiDoctor Has Installed Locally |
Syntax: gem dependency <ruby-gem-name> --reverse-dependencies --local
1. Open Command Prompt.
2. Type gem dependency asciidoctor --reverse-dependencies --local
3. Press Enter on keyboard.
4. Sample Output:
Gem asciidoctor-2.0.23
concurrent-ruby (~> 1.1.0, development)
cucumber (~> 3.1.0, development)
erubi (~> 1.10.0, development)
haml (~> 6.1.0, development)
minitest (~> 5.22.0, development)
nokogiri (~> 1.13.0, development)
rake (~> 12.3.0, development)
slim (~> 4.1.0, development)
tilt (~> 2.0.0, development)
![]() |
| Step 2 To Check AsciiDoctor Ruby Gem Dependencies |
![]() |
| Step 3 After Press Enter on keyboard |
<< back to Study About AsciiDoctor
<< back to Study About Ruby
<< back to Study About Java 1
https://guides.rubygems.org/ ( manual ebook )
https://rubygems.org/
https://www.ruby-lang.org/ ( manual ebook )
![]() |
| navigate to the root directory of your Java class files project directory |
![]() |
| Notepad program show |
![]() |
| Type Manifest.txt example contents |
![]() |
| click File > Save As menu |
![]() |
| Navigate to D:\demo\java\GettingStarted\HelloWorld\. And then type Manifest.txt in File name box. |
![]() |
| click Save button |
![]() |
| file Manifest.txt has saved |
![]() |
| Create the JAR File |
![]() |
| Run the Executable JAR |
![]() |
| The Executable JAR has succeed to run |