0

I have a web project, and I try to get the environment variable value from the client by Java. I use

System.getenv("computername");

but it always return the computername of server, so how can I get the environment variable value from client in java or javascript ?

Madhawa Priyashantha
  • 9,633
  • 7
  • 33
  • 60

1 Answers1

0

I think its possible if you use applets on client side.Am not sure javascript on client side can provide environment info.

Aditya Yada
  • 168
  • 1
  • 2
  • 9