Download this file
9 lines (9 with data), 254 Bytes
#!/bin/sh
mkdir org
javac -source 1.2 -classpath servlet.jar -d . *.java
jar cf phprpc.jar org dhparams
rm org/phprpc/util/DHParams.class
rm org/phprpc/PHPRPC_Server.class
rm org/phprpc/RemoteFunction.class
jar cf phprpc_client.jar org
rm org -rf
×
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.