Re: Netbeans, the classes in lib directory are not available
From: Ryan Stewart (zzanNOtozz_at_gSPAMo.com)
Date: 07/19/04
- Next message: F Da Costa: "Re: Determining/ comparing the type of a class"
- Previous message: Roedy Green: "Re: Using J# as a way to learn Java?"
- In reply to: Andrew Thompson: "Re: Netbeans, the classes in lib directory are not available"
- Next in thread: Andrew Thompson: "Re: Netbeans, the classes in lib directory are not available"
- Reply: Andrew Thompson: "Re: Netbeans, the classes in lib directory are not available"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 19 Jul 2004 16:28:48 -0500
"Andrew Thompson" <SeeMySites@www.invalid> wrote in message
news:k1lqliaj9291$.17v2xt4flctcl.dlg@40tude.net...
> On 19 Jul 2004 09:35:10 -0700, vizlab wrote:
>
> > Why did this happen? How can I let myjava.class in myjava.jar be
> > valid and visible to my servlet?
>
> Out of curiosity.. have you stopped and restarted
> your server since 'jar'ing the class?
>
> Various people have noted that the server container
> does not pick up changes to the classes/jar as quickly
> as they like. At times my apache/tomcat will pick up
> changes within a few heart beats, while other times,
> 10 minutes can drift by as you're (OK ..I'm) idly
> staring at the console waiting for the indication
> it has been noticed by the server.
>
It sounds like he's having a NetBeans classpath issue. All directories and
JARs must be mounted in NetBeans to be on the project classpath. All JARs in
the lib directory of a web application are automatically mounted when you
mount the application root (directory containing WEB-INF).
- Next message: F Da Costa: "Re: Determining/ comparing the type of a class"
- Previous message: Roedy Green: "Re: Using J# as a way to learn Java?"
- In reply to: Andrew Thompson: "Re: Netbeans, the classes in lib directory are not available"
- Next in thread: Andrew Thompson: "Re: Netbeans, the classes in lib directory are not available"
- Reply: Andrew Thompson: "Re: Netbeans, the classes in lib directory are not available"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|