Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbf71ed

Browse files
committed
Updated files
1 parent 78278c5 commit cbf71ed

14 files changed

+22
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.mtj.tmp/
55

66
# Package Files #
7-
*.jar
7+
#*.jar
88
*.war
99
*.ear
1010

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Before executing this Makefile, write the following lines in your terminal
22
#
3-
# export CLASSPATH=$CLASSPATH:../lib/jfreechart-1.0.19.jar:../lib/jcommon-1.0.23.jar
3+
# export CLASSPATH=$CLASSPATH:./lib/jfreechart-1.0.19.jar:./lib/jcommon-1.0.23.jar
44

55

66
SRC = Main.java Window.java ThreadServer.java FileManager.java

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# Realtime-Project-Java-Server
2-
This repository contains an implementation in Java of the Realtime control tool as the one sked for the RT Semester project
1+
# Realtime Project Java Server
2+
Este repositorio contiene la implementación del servidor Java incluyendo la
3+
interfaz gráfica y otras utilidades para realizar el muestreo, gráficar y guardar
4+
los datos capturados por la aplicación.
5+
6+
##Istrucciones:
7+
8+
###Compilar:
9+
Para compilar este proyecto, en primer lugar debe ejecutar la siguiente línea en la
10+
terminal donde compilará y ejecutará el programa.
11+
12+
```bash
13+
export CLASSPATH=$CLASSPATH:../lib/jfreechart-1.0.19.jar:../lib/jcommon-1.0.23.jar
14+
```
15+
16+
###Ejecutar:
17+
Para ejecutar la aplicación escriba en la terminal:
18+
`java Main`
19+
20+

lib/hamcrest-core-1.3.jar

44 KB
Binary file not shown.

lib/jcommon-1.0.23.jar

323 KB
Binary file not shown.
13.5 KB
Binary file not shown.

lib/jfreechart-1.0.19-swt.jar

77.9 KB
Binary file not shown.

lib/jfreechart-1.0.19.jar

1.5 MB
Binary file not shown.

lib/jfreesvg-2.0.jar

49.6 KB
Binary file not shown.

lib/junit-4.11.jar

239 KB
Binary file not shown.

lib/orsoncharts-1.4-eval-nofx.jar

435 KB
Binary file not shown.

lib/orsonpdf-1.6-eval.jar

70.7 KB
Binary file not shown.

lib/servlet.jar

78.2 KB
Binary file not shown.

lib/swtgraphics2d.jar

17.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)