![]() Shoutbox (View Full Shoutbox)
|
||||
Click Refresh to load shouts. |
||||
|
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?
|
|||
|
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> |
|||
|
09-12-2008, 03:50 PM
Post: #3
|
|||
|
|||
Java in a web
jeremic Wrote:use the applet tag Simple as that? Thanks ;D |
|||
|
09-12-2008, 06:12 PM
Post: #4
|
|||
|
|||
|
Java in a web
yup lol
|
|||
|
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. |
|||
|
09-15-2008, 03:43 PM
Post: #6
|
|||
|
|||
|
Java in a web
Its not really hard erra
just gotta know ur shit
|
|||
|
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.
|
|||
|
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
mines already up n runnin im trying to get it so i can play over my cellphone
|
|||
|
12-09-2008, 05:44 PM
Post: #9
|
|||
|
|||
Java in a web
jeremic Wrote:use the applet tag 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">And remember, its CASE-SENSITIVE http://www.BncApps.com Open source Tibia and other applications, and tutorials! |
|||
|
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! |
|||
|
« Next Oldest | Next Newest »
|

![[-]](images/mint/collapse.gif)





just gotta know ur shit
mines already up n runnin im trying to get it so i can play over my cellphone