Noob to java, please help me to insert java in web page!

ExdCro

Newbie
Joined
Apr 19, 2013
Messages
32
Reaction score
5
I have some basic java application, now i need your help to teach me how to put it on web page.
All source codes and my index.php try you can find in archive right here: bit ly / 15Exw0m

Thank you in advance!
 
It will be most probably JavaScript not Java.
And use pastebin to show your code. Noone will download a zip from somewhere for security reasons. -> use VirusTotal.
 
Yeah it is Java ....
there is no virus..
 
You can embed Java on your web page with Java Applet (old technology) or Java Web Start - both of them are not lightweight and will force user confirmation, not just simple start like flash player or something. In both of given solutions you must make simple GUI, not just application with main() method.

If you only want to see results of your Java program on a webpage - use simple Tomcat http server and learn about servlets.
 
I can't personally see the point of using Java on the front end of a website.
OP use pastebin, nobody will download a zip, with Java inside.
 
Back
Top