I'm doing a survey of Java profilers - how useful are they and for what? What profilers do you use/have you used? What did you like about them? Not like? I'm...
... ... What do you mean by classpath, seriously? The jar is in the classpath, I believe. here's the build files from ant, see line 9 of the properties.xml...
Ok, Two things it could be for a NoClassDefFoundError 1. Your tidy.jar is not in the classpath 2. A classloader conflict Most likely #1, I have never seen #2. ...
... I'm not sure what classpath means, particularly in this case. I think that the manifest needs to show that org.w3c.tidy.Tidy is in /lib/Tidy.jar, somehow,...
On Tue, 2 Aug 2005 04:06:12 +0100, "THUFIR HAWAT" ... Sigh :-) You're mixing up the *compile* classpath and the *runtime* classpath. You don't get any compile...
... Well, most advanced java developers will find this entirely obvious, and a jar file is already a collection of several class files. So there is indeed a...
On 8/2/05, Geert Van Damme <geert.vandamme@...> wrote: ... ... thanks, Geert, I don't feel quite so idiotic :) I've been doing a bit of research, it...
On Tue, 2 Aug 2005 09:05:31 +0100, "THUFIR HAWAT" ... You could unjar Tidy.jar and package the classes in your jar file. Then you would have only one jar file,...
On Tue, 02 Aug 2005 10:21:09 +0200, "Geert Van Damme" ... With application servers, this problem is somewhat alleviated by using WAR and EAR files, which can...
On Tue, 2 Aug 2005 09:38:30 +0100, "THUFIR HAWAT" ... This is just your application with different names: Foo.jar = ControlTidy.jar Bar.jar = Tidy.jar ... No,...
Well, it's possible to combine the 2 jar files in 1, but IMHO, you shouldn't. Unless the contents of the jar file are your own classes (it doesn't look like it...
The jar files need to be separate. Imagine, a project depending on many different library jars: -PDF -XML -XML Binding -ANT -JUnit -Log4J -Charts -Excel/Word ...
On Tue, 2 Aug 2005 12:50:08 +0100, "THUFIR HAWAT" ... Mac OS X is basically a BSD system, so you can use /bin/bash as well as on Linux. Windows OTOH doesn't...
... I used JProbe a few times a while back, and it worked fine for my needs. I generally only use tools like that though when I've got a memory bug. That's...
... Pretty funny! DR ============================================================================== Please access the attached hyperlink for an important...
Just wondering: Has anyone here poked around with the mono project at all? If so, what are your general impressions so far? Also, what's the current...
I've used OptimizeIt and JProbe, though the last time I used either was a year or so ago. I preferred OptimizeIt's UI to JProbe, but they both produce similar...
I have used YourKit and JProbe. I only had eval licenses for each of them. The UI was nicer for YourKit, but their data presentation was a little awkward....