mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Replace references to 'smack.jar'
Also don't mention the required JDK version in the README as such information tends to become wrong easily.
This commit is contained in:
parent
08a232bff3
commit
4477561d4b
3 changed files with 6 additions and 7 deletions
|
@ -55,9 +55,9 @@ possible, instructions are provided for both Unix/Linux and Windows users.
|
|||
<p>
|
||||
<b><a name="javaSetup">Configure Java</a></b>
|
||||
<ul>
|
||||
Java 6 (JDK 1.6 or later) must be installed and setup on your machine. To test the installation,
|
||||
A Java Development Kit (JDK) must be installed and setup on your machine. To test the installation,
|
||||
open a shell in a Unix or a MS-DOS prompt in Windows. Check your version of
|
||||
Java with "java -version".
|
||||
Java with "javac -version".
|
||||
If Java isn't installed, download a copy from the
|
||||
<a href="http://java.oracle.com/">Java website</a>.
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue