[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: java script
Raanan Nitzen wrote:
>
> Hy , i have a java script file proxy.pac which i'm downloading for a
> server i'm building on linux system
> I tried to compile the pac file with jdb ,kaffe ,guavac but its'nt
> compiling.
> how can i compile and also how can i used the executable file inside a
> server written in c .
> thanks in advance raanan.
What you have there is a JavaScript file, NOT a JAVA source file.
You just use it as it is. No need for compile.
>
> e.g. : the pac file is:
> function FindProxyForURL (url, host)
> { ...........
--
Gilad Ben-Yossef <gby@gtek.co.il>
G.Tek Technologies ltd http://www.gtekil.com
Open Source (TM) Software: Empowerment, Enlightenment, Emancipation.
- References:
- java script
- From: Raanan Nitzen <s2961221@techst02.technion.ac.il>