JDK 1.2 Bug sigsegv and swing sizeing

1999-03-14 Thread trevor
I have submitted this as bug 552 but I wondered if anyone can help: Full_Name: Trevor Harris JDK_Version: 1.2 pre 1 JDK_Arch: i386 (x86) Linux_Dist: Caldera Linux_Dist_Ver: Open Ingres 1.0 Libc_Ver: libc.so.5.4.44 Ld_Ver: 1.7.14 Dyn_Java: no Toolkit: Motif Toolkit_Ver: Swim 2.0

Re: Signing Applets

1998-08-12 Thread Trevor Harmon
Absolutely not! What sort of security would there be if anyone could sign any old applet? That would defeat the entire purpose of signing. I suggest you read up on what exactly code-signing is. Check out the security sites at javasoft.com, microsoft.com, and verisign.com. Trevor On Wed, 12 Aug

Re: MS Access....

1998-09-17 Thread Trevor Harmon
or Java is probably NAGI (not a good idea). Trevor On Thu, 17 Sep 1998, Molenda, Mark P wrote: > Has anyone out there used a JDBC dirver or ODBC driver on Linux to access a > Microsoft Access file (mdb file)? > Where can I get it? We are trying to setup an ISP's WebServer to hand

My source code crashes javac

1998-10-15 Thread Trevor Harmon
dy who has the javac source code has some spare time to check this out and let us know what's going on. (Note that I have not tried compiling the code using Sun's JDK 1.1.7.) Thanks, Trevor Harmon import java.awt.*; import java.awt.image.*; import java.io.*; /** This program con

Re: jdk1.2 testing

1999-01-08 Thread Trevor Harmon
The page also says, "Before we can release, we have to make sure that it passes the tests in the Java Compatibility Kit." Is this a requirement of Sun's source code licensing, or is it just something that was decided on by the Blackdown team? Trevor

Re: JCK licensing restriction (was: JDK1.2)

1999-01-13 Thread Trevor Harmon
er since the pre-releases can only be tested by members of Blackdown. Am I missing something here, or is the JCK restriction of the license really not such a great thing after all? Trevor Nathan Meyers wrote: > The answer is that it's being worked on, it'll be out soon (no date

Re: Making an Java Application "wait" to be called

1999-02-18 Thread Trevor Harmon
instance = new ConnectionPool(); return instance; } } Trevor P.S. In the future, please post questions like these to a JDBC or RMI mailing list or one of the newsgroups. This list should be reserved for Linux-specific Java questions. Ernst de Haan wrote: > Check out the RMI do

Re: graphics problems

1998-05-18 Thread Trevor Harmon
for passing Java graphics contexts to native functions, I'm not sure if that's even possible. Trevor