Fred Perry
November 25th, 2010, 10:30
Hi,
I'm a noob at java and I have a problem.
I made a applet, and I want it to load through a different way, (I packaged it)
My Folder is
Bin(Folder) Src(Folder)
<HTML>
<HEAD>
<TITLE>Fred's first game</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1>Fred's first game</H1>
<APPLET CODE="./src/game/fred/Main.class" WIDTH=150 HEIGHT=25>
</APPLET>
</BODY>
Why isn't that working what do I need to change to make it load from that directory
</HTML>
I'm a noob at java and I have a problem.
I made a applet, and I want it to load through a different way, (I packaged it)
My Folder is
Bin(Folder) Src(Folder)
<HTML>
<HEAD>
<TITLE>Fred's first game</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1>Fred's first game</H1>
<APPLET CODE="./src/game/fred/Main.class" WIDTH=150 HEIGHT=25>
</APPLET>
</BODY>
Why isn't that working what do I need to change to make it load from that directory
</HTML>