You are viewing our Forum Archives. To view or take place in current topics click here.
Java to Website help
Posted:

Java to Website helpPosted:

iCamp
  • TTG Elite
Status: Offline
Joined: Jan 25, 201014Year Member
Posts: 10,532
Reputation Power: 618
Status: Offline
Joined: Jan 25, 201014Year Member
Posts: 10,532
Reputation Power: 618
The post I am talking about is here: Forums/t=7543279/new-black-ops-3-...ogram.html

My friend made a prototype program for guns in Black Ops 3, however, instead of having people download the program, he would like to make it so they can go to a website and use the program.

Does anyone have any information or tips on how to achieve this?

Thanks a bunch.
#2. Posted:
-Deano
  • PC Master Race
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
He could create a java web tool but that would not work for some computers.
Best thing would be to make a new version online in javascript.
#3. Posted:
16
  • Summer 2018
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,654
Reputation Power: 11981
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,654
Reputation Power: 11981
-Deano wrote He could create a java web tool but that would not work for some computers.
Best thing would be to make a new version online in javascript.


Java applet, but like you said best bet is in javascript.

personally would use Jquery but yeh ..


Last edited by 16 ; edited 1 time in total
#4. Posted:
speed
  • Gold Member
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
[ Register or Signin to view external links. ]

That's what you're looking for.

But like Dean said, it wont work for many people. Java applets are historically unsafe, and most major browsers have them disabled by default.
#5. Posted:
ecco2k
  • Blind Luck
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 830
Reputation Power: 458
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 830
Reputation Power: 458
speed wrote [ Register or Signin to view external links. ]

That's what you're looking for.

But like Dean said, it wont work for many people. Java applets are historically unsafe, and most major browsers have them disabled by default.


To add to this recently in the past year or so, I know chrome for one, doesn't support Java any more, so your best bet like everyone else said is to go with JavaScript.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.