Dasarathi Rout
Dasarathi Rout
During [kubernetes-client/gen/penapi/openapi-generator/generate_client_in_container.sh#L105](https://github.com/kubernetes-client/gen/blob/master/openapi/openapi-generator/generate_client_in_container.sh#L105 ) `mvn -f /generation_params.xml clean generate-sources -Dgenerator.spec.path=/output_dir/swagger.json -Dgenerator.output.path=/output_dir -D=generator.client.version=24.0.0 -D=generator.package.name=io.kubernetes.client.openapi -D=openapi-generator-version=7.13.0 -Duser.home=/root` Its pick the default configuration for [openapi-generator - java mustache templets ](https://github.com/OpenAPITools/openapi-generator/blob/302590a21505fdfc7a3aca2af78094fbcea39654/modules/openapi-generator/src/main/resources/JavaJaxRS/) for respective resources generation....
we can add configure visualvm_jdkhome in visualvm/etc/visualvm.conf file, then visualvm need no addinational arguments to run
PR #643 Added JAVA_HOME to visulavm luncher & conf
visualvm script call to `nbexec` script which exepect -`-jdkhome` argument `./nbexec --help` Usage: ./nbexec {options} arguments ``` General options: --help show this help --jdkhome path to Java(TM) 2 SDK, Standard...
[nbexec#L130-L179](https://github.com/apache/netbeans/blob/master/platform/o.n.bootstrap/launcher/unix/nbexec#L130-L179) script checking jdk location , but it is not considering JAVA_HOME env var to be used as jdkhome.
For MacOS need to run those commans from terminal post that urlopen error `SSL: CERTIFICATE_VERIFY_FAILED` issue got resolved `/Applications/Python\ 3.13/Update\ Shell\ Profile.command ;` `/Applications/Python\ 3.13/Install\ Certificates.command ;` `mx clean --all;...