• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how an Applet can make a socket on local port

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to establish a socket on client side through applet so i can write on this socket
i also have a server program running on remote machine...
but Browser is not letting this applet to make a socket at local port in client machine
thanx in advance..
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a sand box permission that prevents any connection to any machine that the applet did not originate on. It espesially prevents writing to the client machine, this protects the user from viruses. If you check the code barn, there is an applet thata connects back to the same server it originated on and reads in a file.
maateen, I know this is the 4th time you've been told. We have a NAMING POLICY Please follow it.
[This message has been edited by Carl Trusiak (edited January 08, 2001).]
[This message has been edited by Carl Trusiak (edited January 08, 2001).]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic