RE: Java under Fedora

2014-03-12 Thread Timothy Murphy
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

RE: Java under Fedora

2014-03-11 Thread Patrick Kobly
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

RE: Java under Fedora

2014-03-11 Thread Timothy Murphy
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

RE: Java under Fedora

2014-03-11 Thread Patrick Kobly
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

Java under Fedora

2014-03-11 Thread Timothy Murphy
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