Re: Trouble with CLASSPATH (JDK 1.2.2 on Linux)

2001-03-04 Thread Nathan Meyers
Sanjay Bhatia wrote: > Hi, > I've read every doc I could find and cannot solve a particular problem I am > having with running an example on my linux machine. Details are : > > My CLASSPATH environment variable is set as follows : > > /usr/local/xerces/xerces.jar:/usr/local/xerces/xerces

Re: JSP vs. PHP

2001-03-04 Thread Paul S. Romanchenko
I think main issue is not a speed but reliability and so on. I prefer jsp cause I can divide ViewModel and DataModel. I don't ever sure PHP may help in medium-large projects -- after some point of developing you'll have to patch to many files after changing of some key features of you projects.

Re: Trouble with CLASSPATH (JDK 1.2.2 on Linux)

2001-03-04 Thread Dimitris Vyzovitis
On Sun, 4 Mar 2001, Sanjay Bhatia wrote: > Hi, > I've read every doc I could find and cannot solve a particular problem I am > having with running an example on my linux machine. Details are : > > My CLASSPATH environment variable is set as follows : > > /usr/local/xerces/xerces.jar:/u

Trouble with CLASSPATH (JDK 1.2.2 on Linux)

2001-03-04 Thread Sanjay Bhatia
Hi, I've read every doc I could find and cannot solve a particular problem I am having with running an example on my linux machine. Details are : My CLASSPATH environment variable is set as follows : /usr/local/xerces/xerces.jar:/usr/local/xerces/xercesSamples.java: Both the files ex