[-]
Shout:
Click Refresh to load shouts.

Post Reply 
 
Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Java in a web
09-12-2008, 01:44 PM
Post: #1
Java in a web
Hi, I want to know something: I program anything in java, for example a basic client that allows me to login to the game server and chat with my VIP list. Once I coded that in java, how can I take it into a website, like, for example, a game like Runescape? I don't know how this works at all, could anyone light me on here?
Visit this user's website Find all posts by this user
Quote this message in a reply
09-12-2008, 03:46 PM
Post: #2
Java in a web
use the applet tag

<applet code=tibiaClient.class width=800 height=500>
</applet>
Find all posts by this user
Quote this message in a reply
09-12-2008, 03:50 PM
Post: #3
Java in a web
jeremic Wrote:use the applet tag

<applet code=tibiaClient.class width=800 height=500>
</applet>

Simple as that? Thanks ;D
Visit this user's website Find all posts by this user
Quote this message in a reply
09-12-2008, 06:12 PM
Post: #4
Java in a web
yup lol
Find all posts by this user
Quote this message in a reply
09-15-2008, 03:08 PM
Post: #5
Java in a web
If you manage to do such a thing, make it public! :>
(Not sources, but the website!)

The obvious is what's really complex.
Find all posts by this user
Quote this message in a reply
09-15-2008, 03:43 PM
Post: #6
Java in a web
Its not really hard erra Smile just gotta know ur shit
Find all posts by this user
Quote this message in a reply
09-15-2008, 04:25 PM
Post: #7
Java in a web
Still testing it. But its really easy, for example the RSA encryption routines are much easier, the XTEA stuff is similar to C++ and the sockets are also easier, because you dont have to mess with winsock.
Visit this user's website Find all posts by this user
Quote this message in a reply
09-16-2008, 04:59 PM
Post: #8
Java in a web
yeh lol u just gotta build a a packet pharser now and ur done Big Grin mines already up n runnin im trying to get it so i can play over my cellphone
Find all posts by this user
Quote this message in a reply
12-09-2008, 05:44 PM
Post: #9
Java in a web
jeremic Wrote:use the applet tag

<applet code=tibiaClient.class width=800 height=500>
</applet>

You also got to extend JApplet

Example:
public class ButtonGrid extends JApplet {

(Part of my TicTacToe Applet, which will be available on my website open source soon!)


Edit: Also, the html file should have quotes!

Code:
<applet code = "viptalker.class" width = "360" height = "360">
</applet>

And remember, its CASE-SENSITIVE

http://www.BncApps.com Open source Tibia and other applications, and tutorials!
Visit this user's website Find all posts by this user
Quote this message in a reply
12-19-2008, 09:43 PM
Post: #10
Java in a web
My open source Tic Tac Toe applet has been posted on my site. Feel free to check it out

http://www.Bncapps.com (currently second post on main page)

http://www.BncApps.com Open source Tibia and other applications, and tutorials!
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 



Contact UsTProgrammingReturn to TopReturn to ContentLite (Archive) ModeRSS Syndication