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

razor - Is this a bug in WebMatrix PageData? -

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

python - How to set the color of a single cell in a pygtk treeview? -