The Artima Developer Community
Sponsored Link

Java Answers Forum
how to build my own java package

1 reply on 1 page. Most recent reply: Jun 15, 2006 12:45 PM by Dave Hinton

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
sadagopan srinivasan

Posts: 1
Nickname: neo2
Registered: Jun, 2006

how to build my own java package Posted: Jun 15, 2006 12:11 PM
Reply to this message Reply
Advertisement
i dont know how to buitl my own java package.i have writtern a program P.java in which i have created a package but i dont know how the exact classpath of java.so i need help to find the classpath of java.if someone knows the answer for this pls help me out.


Dave Hinton

Posts: 42
Nickname: catbells
Registered: Oct, 2003

Re: how to build my own java package Posted: Jun 15, 2006 12:45 PM
Reply to this message Reply
If you are using Windows, enter this into a Command Prompt window:
echo %CLASSPATH%

If you are using a unix, enter this at a shell prompt:
echo $CLASSPATH

Flat View: This topic has 1 reply on 1 page
Topic: interchange 3d Data Previous Topic   Next Topic Topic: Applet - Graphing Quadratic Function Help

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use