Building java apps that talked to MS Office

1999-05-08 Thread Ong Boon Wee
Hi Does anyone build an Java application that can transfer data to Microsoft Office 97 applications? Or is there such a programming component that allows Java applications to talk to MS Office? Ong Boon Wee -- To UNS

Re: isPopupTrigger

1999-05-08 Thread Greg O'Keefe
Juergen Kreileder wrote: > On ms windows `right button released' is the popup trigger but on > Xwindows it's 'right button pressed'! > You have to test for isPopupTrigger both in mousePressed and > mouseReleased. > > Juergen Thanks Juergen, and other respondants. Now you mention this, I

Call To Action on Java Lobby

1999-05-08 Thread Bernd Kreimeier
Michael Emmel writes: > There has been a request on the Java Lobby www.javalobby.org > To reform the java lobby into a grass roots campaign to allow > Java developers to take a lager role in the determination of > java's future. IMO the time and energy is better spent in supporting clean ro

Re: Java and Endianess

1999-05-08 Thread Bernd Kreimeier
Daniel W. Dulitz x108 writes: > JNI performs endian conversion, if necessary, automatically. > If you have a native method that wants a byte[], and it gloms together > four contiguous elements and treats them as an integer according to > the processor's hardware endianness, then your native i

Re: pre-jdk117_v2 works fine - except for me :(

1999-05-08 Thread Bernd Kreimeier
Juergen Kreileder writes: > Bernd> SIGSEGV 11* segmentation violation > Bernd> stackbase=B2E8, stackpointer=BFFFEF40 > With a few changes to the linking step your example works for me, I'll > send you my changes later. Well? I'm itching to verify this.

Using javah on a class that uses swing components

1999-05-08 Thread Olof Wolgast
I have a class that inherits JFrame, and should call a few native methods. The problem is basically that javah seems to find only the basic classes( /usr/local/java/lib/classes.zip ). The compilation to bytecodes work excellent, but when running javah, I get "NotfoundException with detail /javax/s

Re: Call To Action on Java Lobby

1999-05-08 Thread Michael Emmel
Bernd Kreimeier wrote: > Michael Emmel writes: > > There has been a request on the Java Lobby www.javalobby.org > > To reform the java lobby into a grass roots campaign to allow > > Java developers to take a lager role in the determination of > > java's future. > > IMO the time and energy is

Re: Java and Endianess

1999-05-08 Thread Daniel Dulitz
Bernd Kreimeier writes: > OpenGL Red Book, p65-78, "Vertex Arrays" > glColorPointer( GLint size, GLenum type, GLsizei stride, > const GLvoid* pointer ); > used as >glColorPointer( 4, GL_UNSIGNED_BYTE, 0, data ); > > In Java, using byte[4] is simply way too expensive. The > Col

How is the JDK 1.2 port going?

1999-05-08 Thread Al
How is the JDK 1.2 port going? When will the final version be released? Thanks Al -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Java binaries as self executable.

1999-05-08 Thread Paolo Ciccone
I don't think this support works for classes store in a Jar file, does it ? --Paolo > "JM" == Jani Mikkonen <[EMAIL PROTECTED]> writes: JM> Linux kernel has support of "Misc executables" and Java JM> executables. With both of these options you can execute class JM> files strain

Number Pad problem still exists in jdk117_v2

1999-05-08 Thread Kelly Campbell
Hi, I've mailed this list before about problems with the number pad on linux jdk117v_1a. I just tried it on the jdk117_v2_x86-glibc2.0 prerelease version from wisp.net and it still exists. Basically it's bug id #365 in the jitterbug database. The num pad works on jdk116_v5 to some extent (the En

Re: Call To Action on Java Lobby

1999-05-08 Thread Jonathan Mark Brooks
I know that Kaffe is primarily a PersonalJava implementation, which is why it breaks several progs. Is it being extended now? On Sat, 8 May 1999, Bernd Kreimeier wrote: > Michael Emmel writes: > > There has been a request on the Java Lobby www.javalobby.org > > To reform the java lobby into