Download this file
11 lines (10 with data), 395 Bytes
#!/bin/sh
mkdir classes
javac -source 1.2 -classpath lib/servlet-api.jar;lib/spring.jar -d classes org/phprpc/*.java org/phprpc/util/*.java org/phprpc/spring/remoting/*.java
jar cf phprpc.jar dhparams -C classes .
rm org/phprpc/util/DHParams.class
rm org/phprpc/PHPRPC_Server.class
rm org/phprpc/RemoteFunction.class
rm -rf org/phprpc/spring
jar cf phprpc_client.jar -C classes .
rm -rf classes
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.