File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ PHPJava は **100% PHP のみ** で動きます
2323- [ English] ( https://github.com/php-java/php-java/blob/master/README.md )
2424- [ 日本語] ( https://github.com/php-java/php-java/blob/master/README-ja.md )
2525
26+ ## デモ
27+ ![ DEMO] ( https://user-images.githubusercontent.com/1282995/58679222-87070880-839d-11e9-8c98-978fdd0bb015.gif )
28+
2629## 必須環境
2730- PHP >= 7.2
2831- Composer
@@ -72,7 +75,7 @@ class HelloWorld
7275
73763 ) Java をコンパイルします。
7477```
75- $ javac -UTF8 /path/to/HelloWorld.java
78+ $ javac -encoding UTF8 /path/to/HelloWorld.java
7679```
7780
78814 ) main メソッドを呼びます。
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ Contribution guide is here:
2222- [ English] ( https://github.com/php-java/php-java/blob/master/README.md )
2323- [ 日本語] ( https://github.com/php-java/php-java/blob/master/README-ja.md )
2424
25+ ## DEMO
26+ ![ DEMO] ( https://user-images.githubusercontent.com/1282995/58679222-87070880-839d-11e9-8c98-978fdd0bb015.gif )
27+
2528## Requirements
2629- PHP >= 7.2
2730- Composer
@@ -71,7 +74,7 @@ class HelloWorld
7174
72753 ) Compile Java:
7376```
74- $ javac -UTF8 /path/to/HelloWorld.java
77+ $ javac -encoding UTF8 /path/to/HelloWorld.java
7578```
7679
77804 ) Call the main method as follows:
You can’t perform that action at this time.
0 commit comments