RE: IBM has posted early-access JDK 1.3

2000-05-09 Thread Gayathri Viswanathan
Hi ! Is the setRequestProperty method in java.net.URLConnection implemented in this version ? I checked out the Sun release for Windows and the 1.3 version doesnt seem to have implemented it yet. Thanks a lot. --Gayathri -- T

RE: Java security question

2000-04-19 Thread Gayathri Viswanathan
: Wednesday, April 19, 2000 1:30 PM To: Gayathri Viswanathan; [EMAIL PROTECTED] Subject: RE: Java security question Gayathri, Obfuscation would help prevent someone from decompiling and understanding your code, but not from changing it. You should sign your JAR file. Tools like Visual Cafe have

Java security question

2000-04-19 Thread Gayathri Viswanathan
Hi ! I have written a Java applet and we wish to make it into a product. I have the applet setup so that all the resources that it needs are within a jar file. How can I make sure that other people to whom we may sell the software will not be able to disassemble the code or change some of the ima

JMF and Linux .. help please...

2000-02-03 Thread Gayathri Viswanathan
Hi ! I have an application that works fine on WinNT and when I try running it on Linux with RedHat 6.1, jdk1.2.2 rc4 and the all-java version of jmf, the jmf application does not work. In fact the SimplePlayerApplet (sample from JMF) does not work either. If I change the threads to be green then t