Patrick Kobly wrote:
> FWIW, If you're looking to do anything moderately serious, you're going to
> want to use Maven to manage your build and dependencies...
I normally use Eclipse, but when looking into servlets
I thought it would be simplest to use Java directly,
at least to begin with.
I fin
loworld.war
PK
-Original message-
From: Timothy Murphy
Sent: Tue 11-03-2014 10:21
Subject: RE: Java under Fedora
To: users@lists.fedoraproject.org;
> Patrick Kobly wrote:
>
> > Add the servlet API JAR to the classpath (with -cp or CLASSPATH env
> > varia
Patrick Kobly wrote:
> Add the servlet API JAR to the classpath (with -cp or CLASSPATH env
> variable). Or use Maven to build your projects and define the
> dependencies appropriately.
>> When I run "javac HelloWorld.java" I get a number of errors like
>> HelloWorld.java:12: error: cannot find
Add the servlet API JAR to the classpath (with -cp or CLASSPATH env variable).
Or use Maven to build your projects and define the dependencies appropriately.
PK
-Original message-
From: Timothy Murphy
Sent: Tue 11-03-2014 05:01
Subject:Java under Fedora
To: users
I have a problem compiling a Java servlet program under Fedora-20.
I'm not sure if the problem arises from my ignorance -
I haven't used Java for several years, and never with servlets -
or if the issue is the Java setup under Fedora,
or thirdly, if there has been a change in the organisation of J