java - How to connect to the project jar package for its class without any IDE, using only the command line? -


how connect project jar package class without ide, using command line? i'm going connect jna use external methods.

javac -cp lib\*; sample.java java -cp lib\*; sample 

where folder "lib" contains jar library, "sample" main class


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -