how to run and dislay our java program on the our blog.

Morningdot Hablu

Morningdot Hablu

@morningdot-6Xuj4M Oct 24, 2024
hi friends,
i write a java applet program and want to dislay it on my blog(blogger.com).
any one have idea about how to do it ?
😁

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep May 1, 2010

    I have never tried this before but i think that this method will work

    You have to embed this html code into your blog

    <Html>
    <Head>
    
    </Head>
    
    <Body>
       This is my page<br>
       Below you see an applet<br>
       <br>
       <Applet Code="location of applet class" width=200 Height=100>
       </Applet>
    </Body>
    </Html> 
    Now all you have to do is to upload your applet class in server for that you can use 110mb.com

    Just give it a try .I hope this will work