PDA

View Full Version : client.java for webclient? plz help



Chronixx
January 4th, 2012, 07:58
Hi,
Ive got my cache zipped and uploaded onto dropbox. Inside my client i have
changed my ip, cache directorys, background directory and then jarred my client.
I have created forums @webs.com.
And this is the html code i have for a webclient:
-----------------------------------------------------------------
<HTML>
<HEAD>
<TITLE>Your Webclient</TITLE>
<META Only the registered members can see the link."PRAGMA" CONTENT="NO-CACHE">
</HEAD>

<BODY>

<applet name="yourclientname" width="765" height="503" archive="client.jar" code="client.class">
<param name="java_arguments" value="-Xmx1024m">
</applet>

</BODY>
</HTML>
-----------------------------------------------------------------

Im am stuck with just one thing, where do i place my client.jar file :/
Do i put it on dropbox or my forums? And if forums any idea how to upload a
jar file to webs.com or do you know a free forum i can create that will let me?
And if so where do i place a link for the webclient to connect/work/load?
I know this is most likely something simple and its just being being abit numb
but i seriously cant find tut or know a helper which could inform where to place
client.jar :(

Ruppich
January 4th, 2012, 08:19
Only the registered members can see the link.

This lad explains how to do just that at the end of his tutorial. Search button is helpful.

meaty1212
January 19th, 2012, 21:10
Hi,
Ive got my cache zipped and uploaded onto dropbox. Inside my client i have
changed my ip, cache directorys, background directory and then jarred my client.
I have created forums @webs.com.
And this is the html code i have for a webclient:
-----------------------------------------------------------------
<HTML>
<HEAD>
<TITLE>Your Webclient</TITLE>
<META Only the registered members can see the link."PRAGMA" CONTENT="NO-CACHE">
</HEAD>

<BODY>

<applet name="yourclientname" width="765" height="503" archive="client.jar" code="client.class">
<param name="java_arguments" value="-Xmx1024m">
</applet>

</BODY>
</HTML>
-----------------------------------------------------------------

Im am stuck with just one thing, where do i place my client.jar file :/
Do i put it on dropbox or my forums? And if forums any idea how to upload a
jar file to webs.com or do you know a free forum i can create that will let me?
And if so where do i place a link for the webclient to connect/work/load?
I know this is most likely something simple and its just being being abit numb
but i seriously cant find tut or know a helper which could inform where to place
client.jar :(


<applet name="yourclientname" width="765" height="503" archive="client.jar" code="client.class">

see where archive="client.jar" put your jar file into dropbox and get the url to the file an put the url in the " " brackets