JavaIDL on linux for jdk1.2 ORB?

1998-11-21 Thread Alexey Lukin
.2rc1 does not contain "idltojava.exe" file. May be someone can send me "idltojava.exe" from earlier distributions(if so)? I guess that the best suggestion is to wait jdk12 linux port :-) Will it contain "idltojava" compiler? -- With respect, Alexey Lukin, JSC "CINET" http://www.ci.net.ua

Re: servlets

1998-11-17 Thread Alexey Lukin
ujsp/ for free implementation. > What documentation is there? > A lot of at java.sun.com. Look wor Java Web Server > Thanks, > > Mark > -- > > -- With respect, Alexey Lukin, JSC "CINET" http://www.ci.net.ua phone/fax +380-462-101710, 101263

Re: Enerprise JavaBeans Question

1998-11-15 Thread Alexey Lukin
h respect, Alexey Lukin, JSC "CINET" http://www.ci.net.ua phone/fax +380-462-101710, 101263

Enerprise JavaBeans Question

1998-11-15 Thread Alexey Lukin
l products like Oracle Application Server 4 + Oracle8 or Informix Dynamic Server 7 for small enterprises. RedHat's model of commercial support of GPL-ed software is gaining sucess and shows, IMHO, the right way. -- With respect, Alexey Lukin, JSC "CINET" http://www.ci.net.ua phone/fax +380-462-101710, 101263

Russian input problems again

1998-08-26 Thread Alexey Lukin
Hi, folks! After some testing jdk1.1.5v3a on RH5.1/glibc2.0.6-19 I found HOW one can input Russian ( see my prev. posting) but Russian input does not wokr correctly anyway. Problem is internal char representation - Russian koi8 input shold be converted in Unicode but jdk does no conversion. So,

Russian input finally works!

1998-08-25 Thread Alexey Lukin
Hi, folks! I reported bug about SIGSEGV on Russian input in JDK1.1.6/glibc on RH5.1 So, after some hacking, I have kind of solution. First, upgrade your libc packages to last RH upgrades (build 19). Then remove libc from JDK distribution. And finally say export LD_PRELOAD=libBrokenLocale.so so