@echo off echo Compiling classes call javac ShowRemoteProperty.java call javac RemotePropertyServer.java call javac RemotePropertyImpl.java call javac RemoteProperty.java call javac ShowProperty.java call javac SystemProperties.java echo Generating stub and skeleton call rmic RemotePropertyImpl echo Done