On Fri, 21 Dec 2001, Diego Novati wrote:

> Date: Fri, 21 Dec 2001 18:51:31 +0100
> From: Diego Novati <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: How to rebuild Catalina ?
>
> Hi,
> building Catalina I get the following error:
>
> "NamingService.java": Error #: 302 : cannot access class
> javax.management.NotificationBroadcasterSupport; neither class nor source
> found for javax.management.NotificationBroadcasterSupport at line 67, column
> 25
>
> What Jakarta component do I have to download ?
>

Looks like we need to tweak the conditional-compile stuff in the Tomcat
build script ...

The "javax.management.*" APIs are in the Java Management Extensions (JMX)
reference implementation from Sun.  There's a pointer in the
"BUILDING.txt" file (in the top-level directory) on where to get it.

In the mean time, I'm going to fix the build scripts to not compile
NamingService if you don't have JMX installed.

> Thanks
>
> Diego
>

Craig


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to