Computer Learning Centre
The search of knowledge is the path to paradise.
Pages
(Move to ...)
Home
Learn C++
Learn HTML
Learn Unix
Learn VB
I/O Device
Generations
Contact
Learn C#
ASP.NET
Network Topology
C Programs
Download Open Source
▼
How to set classpath when class files are in .jar file?
Following example shows how to set class path when classes are stored in a .jar or .zip file.
c:> java -classpath C:\java\myclasses.jar utility.testapp.main
Result
The above code sample will produce the following result.
Class path set.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment