Recent content by beamso

  1. B

    having problems dialling up...

    Just got a new iBook with 10.1 and I was trying to get net access last night. Set up my machine as I thought it should be (my ISP has no Mac instructions, so I copied those from Windows and tried to place the setting where they fitted). My modem would disconnect straight away if I used...
  2. B

    how can I add CLASSPATH in a script shell

    I'm unsure about which shell you're using, but it's usually: CLASSPATH=$CLASSPATH:/path/to/other/jars:/path/to/other/classes for bash, or for csh: CLASSPATH=`echo $CLASSPATH`:/path/to/other/jars:/path/to/other/classes Hope this helps...
Back
Top