Click to See Complete Forum and Search --> : javax.management


SusanLee
02-20-2004, 08:28 PM
Hi,
I am fairly new at developing web-applications with Java and have run into some difficulty trying to find the pacakge 'javax.management.*'
I've downloaded several programs including JMX but have not been able to locate this API.
I am trying to create a spider from another API I downloaded but this API is heavily dependent on javax.management.
Can anyone help me out???

Sam
02-20-2004, 08:30 PM
this (http://forum.java.sun.com) would be the best resource for questions about Java

SusanLee
02-20-2004, 08:57 PM
Thanks,

I am still unable to find this API. I've been to that site and was directed to here:
http://java.sun.com/products/JavaManagement/index.html
but was still not able to find the package, only docs and specs.
Can anyone please tell me where I can find javax.management.* package?? I've been looking for hours.

Susan

Sam
02-20-2004, 09:20 PM
here ya go (http://java.sun.com/j2se/1.5.0/docs/api/javax/management/package-summary.html)
Note: this requires j2se 1.5.0

SusanLee
02-20-2004, 09:28 PM
Is there anyway to download the actual class files instead of just the html description files. Or is there a way to get the class files from the link you gave me? As you can tell I am fairly new at this.

Susan

Sam
02-20-2004, 09:39 PM
you need to go to java.sun.com (http://java.sun.com) and download j2se 1.5, that includes jmx, which isn't included in 1.4.2

SusanLee
02-20-2004, 10:15 PM
I got it now, thank you very much supreme master of the web. You don't know how much of a headache this has been giving me.