python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Folder error setting up WSDL in Matlab on mac
I'm trying to set up WSDL tools in Matlab on a mac (following this tutorial: https://www.mathworks.com/help/matlab/matlab_external/display-a-world-map.html).
The matlab.wsdl.setWSDLToolPath('JDK',jdk,...
Henry Brice
Votes: 0
Answers: 0
Not able to change JVM options ( xmx, xms etc. ) with openjdk:8 based docker container
I am trying set xmx and xms parameters for my java application which is inside docker container. When I try with adoptopenjdk it works fine.
With AdoptOpenjdk
Dockerfile :
FROM adoptopenjdk/openjdk8-o...
TheAkashKamble
Votes: 0
Answers: 0
macOS - Java 17 installed with asdf: No such file or directory when checking java version
I installed Java 17 version with asdf and it works without any problems in a Java project:
➜ ~ asdf list java
adoptopenjdk-17.0.0+35
But when checking the java version with java -version in the te...
belgoros
Votes: 0
Answers: 2