Skip to content

Commit

Permalink
Fix dicomizer starting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Feb 20, 2024
1 parent a47120e commit 3cc97a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon=Dicomizer.png
java-options=-Dfelix.extended.config.properties=file:conf/dicomizer.json -Dgosh.port=17179 \
-splash:$APPDIR/resources/images/about-round.png \
-Djavax.accessibility.assistive_technologies=org.weasis.launcher.EmptyAccessibilityProvider \
-Djavax.accessibility.screen_magnifier_present=false \
-Djavax.accessibility.screen_magnifier_present=false "--java-options" "--enable-preview" \
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED --add-exports=java.base/sun.net.www.protocol.file=ALL-UNNAMED \
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED --add-exports=java.base/sun.net.www.protocol.ftp=ALL-UNNAMED \
--add-exports=java.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon=Dicomizer.icns
java-options=-Dfelix.extended.config.properties=file:conf/dicomizer.json -Dgosh.port=17179 \
-Dapple.laf.useScreenMenuBar=true -splash:$APPDIR/resources/images/about-round.png \
-Djavax.accessibility.assistive_technologies=org.weasis.launcher.EmptyAccessibilityProvider \
-Djavax.accessibility.screen_magnifier_present=false \
-Djavax.accessibility.screen_magnifier_present=false "--java-options" "--enable-preview" \
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED --add-exports=java.base/sun.net.www.protocol.file=ALL-UNNAMED \
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED --add-exports=java.base/sun.net.www.protocol.ftp=ALL-UNNAMED \
--add-exports=java.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon=Dicomizer.ico
java-options=-Dfelix.extended.config.properties=file:conf/dicomizer.json -Dgosh.port=17179 \
-splash:$APPDIR\\resources\\images\\about-round.png \
-Djavax.accessibility.assistive_technologies=org.weasis.launcher.EmptyAccessibilityProvider \
-Djavax.accessibility.screen_magnifier_present=false \
-Djavax.accessibility.screen_magnifier_present=false "--java-options" "--enable-preview" \
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED --add-exports=java.base/sun.net.www.protocol.file=ALL-UNNAMED \
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED --add-exports=java.base/sun.net.www.protocol.ftp=ALL-UNNAMED \
--add-exports=java.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED \
Expand Down

0 comments on commit 3cc97a0

Please sign in to comment.