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


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -