Sify Client For Linux should be like Windows.

  • Thread starter Thread starter popcorn
  • Start date Start date
  • Replies Replies 13
  • Views Views 4,937
Myself, I would prefer a command line client for linux, as not always am I running under X Windows. However, the sify client for linux is awful, it works fine only on Redhat like distro's, and is wierdly troublesome to use.I use the tiny C client by Bhushan Tiwari, which is much better. I just wish a few problems were fixed with it.
 
Hi buddy...I actually downloaded that sify login client for mac os and tried it on my linux machine (Fedora Core 4) but the moment I invoke it with the command .............java -jar BroadbandUI.jar.......it says ......... NO LAYOUT SET !!!..........and a window popps up having GUI details for login but it does not work....It doesn't let me fill the blanks for userid and password.......it is just a window to see...nothing else....pls tell me..what to do ???
 
Check if you have the appropriate java runtime installed. Run this command
Code:
java -version
to see what it says. The java runtime should be >=1.4.2
 
Back