The Open Java Development Kit (OpenJDK) is a free and open source implementation of the Java Platform, Standard Edition (Java SE). (Wikipedia)
Questions tagged [opendmk]
3 questions
5
votes
1 answer
Is Java DMK (or OpenDMK) still supported by Oracle?
Is Java DMK (Dynamic Management Kit) still supported by Oracle? I was trying to find any reference to JDMK on Oracle's site and all I could find was documentation/tutorial on how to use it, no reference to the product page itself.
I know about…

ganeshk
- 5,583
- 3
- 27
- 31
1
vote
0 answers
JMX Connection Hangs
With the following super simple Java application:
class Main {
static final private Logger logger = LoggerFactory.getLogger(Main.class);
public static void main(String[] args) throws Exception {
JMXServiceURL url = new…

clay
- 18,138
- 28
- 107
- 192
0
votes
1 answer
snmp agent using OpenDMK
I am trying to code an Snmp agent using OpenDMK but the project is not able to build while using 'ant buildall' command in command prompt.
I have followed the same steps as written over here "https://opendmk.java.net/download/index.html". But in…

Abhishek Tiwari
- 61
- 2