• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Please Recommend SIMPLE Tutorials on setting CLASSPATH

 
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After completing Sierra/Bates chapter 9 on multithreading without much fuss, I was confident that chapter 10 would be a breeze.

Now, I am having trouble with setting CLASSPATHS. I am following the tutorial on http://www.cs.usfca.edu/~parrt/course/601/lectures/java.tools.html, and I was successfully able to get up to this part:

$ java -classpath ~/USF/CS601/code/tools T
Salut, Le Monde



Right now, I am practicing this code on Mac OS 10.6.3, and have tried using CLASSPATH and PATH. I even referred to this following post in mac-forums.
http://www.mac-forums.com/forums/os-x-operating-system/204036-how-set-classpath-path.html


Has anyone else faced difficulty when working with CLASSPATHS? Is there a concept I am totally overlooking? Please guide.
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

It is amazing how often CLASSPATH related issues come up in the beginning Java forum. It may be a good idea to do a search in that forum.

Henry
 
Sandra Bachan
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks
 
The government thinks you are too stupid to make your own lightbulb choices. But this tiny ad thinks you are smart:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic