0

Is there way to configure JVM to run java-applet source code in a browser without compiling?

1
  • 2
    No. That's not what JVMs do. Commented May 28, 2014 at 5:15

3 Answers 3

1

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.

Sign up to request clarification or add additional context in comments.

Comments

0

No, that is not possible. You have to compile it.

Comments

0

It's impossible, unless you find a java compiler, that works from inside of a compiled applet.

Comments

Your Answer

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.

Ask question

Explore related questions

See similar questions with these tags.