python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Gradle 7.4 fails with Applet been deprecated and marked for removal
Eclipse is hanging on me, so I reverted to a gradle build. Gradle classes fails with the error message below.
I do have a gradle.properties file in the project directory with: "org.gradle.warning...
Ray Tayek
Votes: 0
Answers: 1
How to run java applets on Mac OS?
Error: java.applet has been deprecated and marked for removal
Appletviewer is also not supported on Mac
Applets were deprecated in JDK 9 and aren’t supported by browsers like chrome, safari or Firef...
Aashna kunk
Votes: 0
Answers: 1
How can I incorporate Scala program into web page
How can I embed a scala project into a website ? I did a visual with swing but I have no idea on how to make it inside my web page and have button, textfield, etc functional.
Any ideas ?
Tios
Votes: 0
Answers: 1
JavaApplet under Java 11+ / Edge (without Oracle)
Have to get some very old legacy Applet Running. The Applet original used JDK 1.4 and IE. The new system is Edge and OpenJDK 11 or higher.
In the old System, we used Oracle JDK 8 which implements an I...
Jonny
Votes: 0
Answers: 2