Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Is there way to configure JVM to run java-applet source code in a browser without compiling?
There is no way you can run an applet in a browser without compiling. You need the .class file for your browser and to get that,you need to compile the applet code first.
Add a comment
No, that is not possible. You have to compile it.
It's impossible, unless you find a java compiler, that works from inside of a compiled applet.
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.