javascript
Brief description  about Online courses   join in Online courses
View kannan krr 's Profile

package

hi,
If i created package in d:\ and my java program in c:\javaporgram\ . How to access package from d:\ to my java folder in java program ?
Asked by kannan krr | Dec 24, 2010 |  Reply now
Replies (1)
View arun kumar das 's Profile
Hi

first compile your package from d:\. than
go in c:\javaporgram\ and set the classpath of D:\ where your package is exist like.

set classpath=D:\......;
than compile your java program and run.

if still getting problem than let me know.

java teacher
Dec 28, 2010