Chat Tutorial in NetBeans/Deploy Text Client: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>SimonSmall →Run it!: correction for server.jar |
imported>SimonSmall Small corrections |
||
| Line 3: | Line 3: | ||
Deployment is the copying of files from the Development directories to a location that will be accessed by the users. Do not expect these to be the same. |
Deployment is the copying of files from the Development directories to a location that will be accessed by the users. Do not expect these to be the same. |
||
You will need a location for the destination of your developed code. This is referred to as PLAYPATH. Replace this with whatever you have chosen as that location. |
You will need a location for the destination of your developed code. This is referred to as PLAYPATH. Replace this with whatever you have chosen as that location. Create sub-directories lib and log. |
||
== Marauroa == |
== Marauroa == |
||
| Line 24: | Line 24: | ||
= Run it! = |
= Run it! = |
||
To test the server files open a command / terminal window. Type the following lines (for a Windows system): |
To test the server files open a command / terminal window in the PLAYPATH directory. Type the following lines (for a Windows system): |
||
<pre> |
<pre> |
||