How to compile java class in different package in command line -
i have java class in different package on same classpath , don't know how compile in command line.
javac -sourcepath /path/to/srcdir -cp /path/to/libraries -d /path/to/outputdir
i have java class in different package on same classpath , don't know how compile in command line.
javac -sourcepath /path/to/srcdir -cp /path/to/libraries -d /path/to/outputdir
Comments
Post a Comment