1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 18:29:45 +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:
Florian Schmaus 2014-07-05 12:04:40 +02:00
parent 08a232bff3
commit 4477561d4b
3 changed files with 6 additions and 7 deletions

View file

@ -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>