[freenet-support] Re: Compiling freenet on Linux

2005-10-08 Thread Matthew Toseland
On Fri, Oct 07, 2005 at 10:39:01PM +, Bob wrote:
> Bob  writes:
> 
> > ==snip==
> > 
> > I have no experience of building freenet, but this looks like a $CLASSPATH
> > problem. Specifically, check servlet.jar is in there. If the sources don't 
> > come
> > with servlet.jar you need to get one first, which comes e.g. as part of 
> > Apache
> > Tomcat, the Sun JWSDP or Apache Axis (I think.)
> > 
> > Bob
> 
> Umm, perhaps more usefully :
> 
> http://java.sun.com/products/servlet/download.html
> 
> The "implementations" linked at the top of the table should all have a
> servlet.jar in them.

You shouldn't need a servlet container, we provide our own...

Maybe you were building it on an old (pre 1.4) JDK?
> 
> Bob
-- 
Matthew J Toseland - toad at amphibian.dyndns.org
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: 



[freenet-support] Re: Compiling freenet on Linux

2005-10-08 Thread Peter Joosten
On 7 Oct 2005 at 22:39, Bob wrote:

> Bob  writes:
> 


> Umm, perhaps more usefully :
> 
> http://java.sun.com/products/servlet/download.html
> 
> The "implementations" linked at the top of the table should all have a
> servlet.jar in them.
> 
> Bob
> 

Bob, 

Thank you for your answer but I decided to go with the binaries in 
freenet-latest-tgz anyway.
These do work and that was my main concern, to get freenet running again.






Re: [freenet-support] Re: Compiling freenet on Linux

2005-10-08 Thread Matthew Toseland
On Fri, Oct 07, 2005 at 10:39:01PM +, Bob wrote:
> Bob <[EMAIL PROTECTED]> writes:
> 
> > ==snip==
> > 
> > I have no experience of building freenet, but this looks like a $CLASSPATH
> > problem. Specifically, check servlet.jar is in there. If the sources don't 
> > come
> > with servlet.jar you need to get one first, which comes e.g. as part of 
> > Apache
> > Tomcat, the Sun JWSDP or Apache Axis (I think.)
> > 
> > Bob
> 
> Umm, perhaps more usefully :
> 
> http://java.sun.com/products/servlet/download.html
> 
> The "implementations" linked at the top of the table should all have a
> servlet.jar in them.

You shouldn't need a servlet container, we provide our own...

Maybe you were building it on an old (pre 1.4) JDK?
> 
> Bob
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] Re: Compiling freenet on Linux

2005-10-08 Thread Peter Joosten
On 7 Oct 2005 at 22:39, Bob wrote:

> Bob <[EMAIL PROTECTED]> writes:
> 


> Umm, perhaps more usefully :
> 
> http://java.sun.com/products/servlet/download.html
> 
> The "implementations" linked at the top of the table should all have a
> servlet.jar in them.
> 
> Bob
> 

Bob, 

Thank you for your answer but I decided to go with the binaries in 
freenet-latest-tgz anyway.
These do work and that was my main concern, to get freenet running again.
 


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: Compiling freenet on Linux

2005-10-07 Thread Bob
Bob  writes:

> ==snip==
> 
> I have no experience of building freenet, but this looks like a $CLASSPATH
> problem. Specifically, check servlet.jar is in there. If the sources don't 
> come
> with servlet.jar you need to get one first, which comes e.g. as part of Apache
> Tomcat, the Sun JWSDP or Apache Axis (I think.)
> 
> Bob

Umm, perhaps more usefully :

http://java.sun.com/products/servlet/download.html

The "implementations" linked at the top of the table should all have a
servlet.jar in them.

Bob





[freenet-support] Re: Compiling freenet on Linux

2005-10-07 Thread Bob
Peter Joosten  writes:

> Hello,
> 
> After using Mika Hirvonen's rpm's for a while and noticing that his server
nightwatch.mine.nu no 
> longer exists I decided to use the source and compile freenet. 

==snip==

> [javac] /usr/src/fred/freenet/src/freenet/PeerHTMLRenderer.java:770:
cannot find symbol
> [javac] symbol  : class HttpServletRequest
> [javac] location: class freenet.PeerHTMLRenderer
> [javac] HttpServletRequest req,
> [javac] ^
> [javac] /usr/src/fred/freenet/src/freenet/PeerHTMLRenderer.java:771: 
==snip==

I have no experience of building freenet, but this looks like a $CLASSPATH
problem. Specifically, check servlet.jar is in there. If the sources don't come
with servlet.jar you need to get one first, which comes e.g. as part of Apache
Tomcat, the Sun JWSDP or Apache Axis (I think.)

Bob





[freenet-support] Re: Compiling freenet on Linux

2005-10-07 Thread Bob
Bob <[EMAIL PROTECTED]> writes:

> ==snip==
> 
> I have no experience of building freenet, but this looks like a $CLASSPATH
> problem. Specifically, check servlet.jar is in there. If the sources don't 
> come
> with servlet.jar you need to get one first, which comes e.g. as part of Apache
> Tomcat, the Sun JWSDP or Apache Axis (I think.)
> 
> Bob

Umm, perhaps more usefully :

http://java.sun.com/products/servlet/download.html

The "implementations" linked at the top of the table should all have a
servlet.jar in them.

Bob


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: Compiling freenet on Linux

2005-10-07 Thread Bob
Peter Joosten <[EMAIL PROTECTED]> writes:
 
> Hello,
> 
> After using Mika Hirvonen's rpm's for a while and noticing that his server
nightwatch.mine.nu no 
> longer exists I decided to use the source and compile freenet. 

==snip==

> [javac] /usr/src/fred/freenet/src/freenet/PeerHTMLRenderer.java:770:
cannot find symbol
> [javac] symbol  : class HttpServletRequest
> [javac] location: class freenet.PeerHTMLRenderer
> [javac] HttpServletRequest req,
> [javac] ^
> [javac] /usr/src/fred/freenet/src/freenet/PeerHTMLRenderer.java:771: 
==snip==

I have no experience of building freenet, but this looks like a $CLASSPATH
problem. Specifically, check servlet.jar is in there. If the sources don't come
with servlet.jar you need to get one first, which comes e.g. as part of Apache
Tomcat, the Sun JWSDP or Apache Axis (I think.)

Bob


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]