JVM - Stands for Java Virtual Machine.
Questions tagged [jvm]
32 questions
1
vote
2 answers
How to find the port number of jvm which is running in ubuntu
How can I know the debug port number of jvm (Java Virtual Machine) in Linux?

code chimp
- 53
- 1
- 6
1
vote
0 answers
How to report a possible bug in gij (GNU libgcj) version 5.4.0?
I found some possible bugs in gij (GNU libgcj) version 5.4.0, but I did not know where can I report them to the developer?
My OS: Ubuntu 16.04.6 LTS
gij version:
$ gij -version
java version "1.5.0"
gij (GNU libgcj) version 5.4.0 20160609
Copyright…

Instein
- 141
0
votes
0 answers
How to add a parameter to JVM in Linux
I'm using kafka in linux and I want to pass the JAAS config file location as JVM parameter to the Kafka broker
-Djava.security.auth.login.config=/etc/kafka/kafka_server_jaas.conf
How to apply the command above ?
Thanks

Smaillns
- 151