Whenever I try to load a java applet from an html file, with the .class and .java files in the same directory, I load the html applet file and the only thing that gets displayed is NOT the applet, but the html code.....how do I enable java applets in my web browsers? I'm on a Mac, using Safari, Firefox, Opera, and Chrome, no browser displays the applet, only the html code!!
musikluver4 0 Junior Poster in Training
Recommended Answers
Jump to PostDo your browser's have a Java console? Are there any error messages in the java console?
Why does the second html post show the bin folder when the first one did NOT?
CODE = "bin/JDemoGraphics.class"
vs
<APPLET CODE = "JDemoGraphics.class"Which one are you using?
Jump to PostThe code works on my system (WinXP).
I wonder what html he's really using.
Why does the IDE show something different that his first post?Keep looking for the Java console. The error messages will be there!!!
All 7 Replies
jon.kiparsky 326 Posting Virtuoso
musikluver4 0 Junior Poster in Training
NormR1 563 Posting Sage Team Colleague
jon.kiparsky 326 Posting Virtuoso
musikluver4 0 Junior Poster in Training
NormR1 563 Posting Sage Team Colleague
DeadSoul -2 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.