Re: Java 3D available soon!

1999-05-13 Thread Gord Peters
On Wed, 12 May 1999, Steve Byrne wrote: > I've uploaded a pre-release version of Java 3D for Java 2 to Blackdown; it > should reach the mirror sites over the next day or two. You'll need to have > Mesa 3 installed to be able to run it. Well... render me impressed! ;) I made a few modificati

does anyone have taste the gcj and libgcj of cygnus

1999-05-13 Thread optima
I have complie the gcj .but I have never make the source code of libgcj complied ok on my redhat 5.2 Oh ,how should I do .I complie it the snapshot of 1999-5-13. maybe the 13 :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Re: (0.3 * 3) = 0,8999999999 ????

1999-05-13 Thread Ken McNeil
> Thats not a bug, thats just typical behaviour with > floating point > algorithm, try to compile and run this little C > program on your linux machine: > > #include > void main() { > double d1 = 0.3, d2 = 3, d3; > > d3 = d1 * d2; > > printf("%20.20lf", d3); > } But! Using egcs, C++, an

RE: position of java applications starting up.

1999-05-13 Thread Pete Wyckoff
schuller says: > A Java application is no different from any other application. If the > application itself doesn't to a resize, then the window will be placed > according to the window manager's window placement algorithm. Take a look at MComponentPeer.pInitialize(). It sets the location of the

Servlets and Such

1999-05-13 Thread Robert H. Thompson
Anybody out there can suggest a good servlet tutorial. I've just downloaded Sun's Java Web Server and I am writting some servlets using Blackdown's java1.2 port. I know this is a little off topic but I'd appreciate any references I can get. The Java Web Server is so new they still have some of th

Re: JDK1.2 and NetBeans or Simplicity???

1999-05-13 Thread Robert H. Thompson
I have JDK1.2 for WinNT (work) and Blackdown's port (Linux) working with NetBeans on both machines. I also have Simplicity working on both machines. Although Simplicity (at least my version) is just a demo and won't let you save files. NetBeans installed right from the download on both machine

Re: JDK1.2 : I am lost

1999-05-13 Thread Christopher Seawood
On Thu, 13 May 1999, ALLEON Guillaume wrote: > "Alexander V. Konstantinou" wrote: > > > I have not tried it, but if I recall correctly from the conversations > > I read, JDK1.2 pre1 will work with glibc2.1 if you turn the JIT off > > and select green threads. > /usr/local/jdk1.2/jre/lib/i386/lib

Further Clarification of 117V3, RH6.0 & JA

1999-05-13 Thread Stephan Cleaves
On RedHat 5.2, with JDK 1.1.7 V3 I get the following snippet of output with verbose when displaying a string of Japanese text... [Loaded sun/awt/motif/MFontPeer.class from /usr/local/jdk117_v3/lib/classes.zip] [Loaded sun/awt/PlatformFont.class from /usr/local/jdk117_v3/lib/classes.zip] [Loaded j

RE: position of java applications starting up.

1999-05-13 Thread Peter Schuller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > i was wondering if it is possible to set the position of > a java GUI once it starts up. Whenever i run a application > it starts up in the corner of the screen. > > I presume it is a windows manager problem, but am not to sure. > > I am running r

JDK 1.1.7v3 RH 6.0 and Japanese

1999-05-13 Thread Stephan Cleaves
Hello, I am having problems displaying Japanese under RedHat 6.0 using the new JDK 1.1.7 v3. I am NOT having problems with RH 5.2 though. I appear to have exactly the same fonts between the two machines. I'm using the font.properties.ja for font.properties on both machines. Everything tha

Re: position of java applications starting up.

1999-05-13 Thread Michael Emmel
Nelson Minar wrote: > >i was wondering if it is possible to set the position of > >a java GUI once it starts up. Whenever i run a application > >it starts up in the corner of the screen. > > Like people said, setLocation() will do that. But I have a related > question - how do I *not* set the pos

Re: position of java applications starting up.

1999-05-13 Thread Nelson Minar
>i was wondering if it is possible to set the position of >a java GUI once it starts up. Whenever i run a application >it starts up in the corner of the screen. Like people said, setLocation() will do that. But I have a related question - how do I *not* set the position of a window? I don't call

Re: Native Threads

1999-05-13 Thread Michael Sinz
On Thu, 13 May 1999 10:42:54 +0200, Gerald de Jong wrote: > >i downloaded the v3 JDK, and also the native threads stuff. > >i would like to RTFM about how to make use of the native threads stuff, but i >don't know where the M is. can somebody point a finger? The M should be in the README.linux

JDK1.2 and SuSE6.0 (AWT weird)

1999-05-13 Thread Andreas . Windt
Hello everybody! Well ... first of all: a big thank you for porting Java to Linux (It was the final reason why I moved completely to Linux ... a wonderful thing, btw). It's quite uncanny what JDK1.2 is doing on my machine: No problems with the installation procedure, 'libstdc++-libc6.0-1.so.2` l

Re: JDK1.2 and SuSE6.0 (AWT weird)

1999-05-13 Thread Juergen Kreileder
> Andreas Windt writes: Andreas> That's the point when the uncanny things begin to Andreas> appear: the window disappears and java throws the Andreas> following: Andreas> SIGSEGV 11* segmentation violation Andreas>stackpointer=0xbf1ff3f4

Re: Java 3D available soon!

1999-05-13 Thread A.J. Rossini
> "SB" == Steve Byrne <[EMAIL PROTECTED]> writes: SB> I've uploaded a pre-release version of Java 3D for Java 2 to SB> Blackdown; it should reach the mirror sites over the next day SB> or two. You'll need to have Mesa 3 installed to be able to SB> run it. It works, at least

Re: JDK1.1.7_v3 and ORB.init()

1999-05-13 Thread Juergen Kreileder
> Armen Yampolsky writes: Armen> I have discovered a strange quirk with the new JDK1.1.7 v3. Before I Armen> submit this as a bug and print all sorts of debugging info, could Armen> somebody try this line of code: Armen> org.omg.CORBA.ORB = org.omg.CORBA.ORB.init(); Arm

Re: Java 3D available soon!

1999-05-13 Thread A.J. Rossini
> "AJR" == A J Rossini <[EMAIL PROTECTED]> writes: AJR> It works, at least for what I need for resuming development AJR> under Linux, from the copy I snarfed (which was incomplete, I should also point out that this is under Debian's unstable distrn (potato), glib2.1, using green thr

Re: JDK1.2 and SuSE6.0 (AWT weird)

1999-05-13 Thread Andreas Windt
Hello Juergen > Try to use a different color depth, e.g. 'startx -- -bpp 32'. Does > it work then? Hum, unfortunately it doesn't work (I'm in 24 bpp by default and I already tried the values above and below, 32, 16, 8 ...). ... but thank you!! -=<[Trotzdem Danke ;-) ]>=- > --

JDK 1.2 and NetBeans or Simplicity???

1999-05-13 Thread Jeffery S. Norman
Has anyone got JDK 1.2 to work properly with NetBeans x2 or SimplicityRC??? NetBeans installs properly (SuSE 6.0) and displays the splash screen, but then crashes with a SIGSEGV 11. Thanks for any help. -- To UNSUBSCRIBE, em

BDK 1.0

1999-05-13 Thread Richard Hall
Does anyone know where I can download BDK 1.0? Sun seems to have completely migrated their site to 1.1, which only works with JDK 1.2. I need a version that works with JDK 1.1. Thanks. Richard Hall Network Services University of Tennessee -

Re: position of java applications starting up.

1999-05-13 Thread Cãtãlin CLIMOV
Try: .setLocation(x,y); În J , 13 MAI 1999 a scris Justin Lawler: >Hi, > >i was wondering if it is possible to set the position of >a java GUI once it starts up. Whenever i run a application >it starts up in the corner of the screen. > >I presume it is a windows manager problem, but am n

position of java applications starting up.

1999-05-13 Thread Justin Lawler
Hi, i was wondering if it is possible to set the position of a java GUI once it starts up. Whenever i run a application it starts up in the corner of the screen. I presume it is a windows manager problem, but am not to sure. I am running redhat 5.1 with kde 1.0. thanks, Justin.

Re: Help with parameters

1999-05-13 Thread Mario Jorge Nunes Filipe
Mario Jorge Nunes Filipe wrote: > > [EMAIL PROTECTED] wrote: > > > > Try putting the paramater name and value's in quotes, like this > > > > > > This wasn't the sollution either but i've found the solution. > > My initial code had a constructor for the class wich called a priva

Re: position of java applications starting up.

1999-05-13 Thread Jean-Pierre Dube
Hi, Use the setLocation method on your main window. -- /* * Jean-Pierre Dubé * Infocom enr. * Developpement de logiciels * Software development * */ Justin Lawler wrote: > > Hi, > > i was wondering if it is possible to set the position of > a java GUI on

RE: glibc2.1 & libjava.so

1999-05-13 Thread Sterling Moses
I upgraded to the 1.1.7v2 and it fixed this. You might try the latest 1.1.7v3 > -Original Message- > From: Zak McGregor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 13, 1999 3:34 AM > To: [EMAIL PROTECTED] > Subject: glibc2.1 & libjava.so > > > Hi all > > Does anyone know if download

Re: Help with parameters

1999-05-13 Thread Mario Jorge Nunes Filipe
[EMAIL PROTECTED] wrote: > > Try putting the paramater name and value's in quotes, like this > > This wasn't the sollution either but i've found the solution. My initial code had a constructor for the class wich called a private function init_components. When i removed the con

Re: position of java applications starting up.

1999-05-13 Thread alx
Should be able to use Window.setLocation(x, y); And ToolKit.getScreenSize() to get the size of your screen. --Alex McCarrier --Momentum Software, Inc. On Thu, 13 May 1999, Justin Lawler wrote: > Hi, > > i was wondering if it is possible to set the position of > a java GUI once it starts up. W

Re: Help with parameters

1999-05-13 Thread alx
Try putting the paramater name and value's in quotes, like this --Alex McCarrier --Momentum Software, Inc. On Thu, 13 May 1999, Mario Jorge Nunes Filipe wrote: > Joel McCarty wrote: > > > > Mario, > > > > Java is a case sensitive language. You are getting a NullPointerException > > because

Help with parameters

1999-05-13 Thread Mario Jorge Nunes Filipe
Hi I'm trying to pass parameters to an applet. My html says the following : You don't have java!! My applet is like this : import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.tree.*; import javax.swing.event.*; import javax.swing.JTree; import javax.swing.t

JDK 1.2 in Wine?

1999-05-13 Thread Peter Schuller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anyone tried to run JDk 1.2 + Hotspot in Wine under Linux? I thought I'd ask to potentially save myself a large download (no flatrates here!). / Peter Schuller - --- PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' E-Mail: [EMAIL PROT

Re: Help with parameters

1999-05-13 Thread Mario Jorge Nunes Filipe
Joel McCarty wrote: > > Mario, > > Java is a case sensitive language. You are getting a NullPointerException > because the getParameter call is looking for WINDOWCLASS and can't find it. > Please change the case of the param name to match that in the java class. Actually it doesn't.

Re: Help with parameters

1999-05-13 Thread Joel McCarty
Mario, Java is a case sensitive language. You are getting a NullPointerException because the getParameter call is looking for WINDOWCLASS and can't find it. Please change the case of the param name to match that in the java class. Hope this helps, Joel McCarty Mario Jorge Nunes Filipe wrote:

Re: glibc2.1 & libjava.so

1999-05-13 Thread Zak McGregor
On Thu, 13 May 1999, Zak McGregor wrote: > Hi all > > Does anyone know if downloading a version of jdk will help fix the > "/libjava.so: undefined symbol: _dl_symbol_value" error I'm getting? Answering my own question: I downloaded jdk 1.1.7 & all is well... thanks =

Native Threads

1999-05-13 Thread Gerald de Jong
i downloaded the v3 JDK, and also the native threads stuff. i would like to RTFM about how to make use of the native threads stuff, but i don't know where the M is. can somebody point a finger? -- Gerald de Jong, Beautiful Code B.V. Rotterdam, The Netherlands, Tel. +31655893940 http://www.beau

glibc2.1 & libjava.so

1999-05-13 Thread Zak McGregor
Hi all Does anyone know if downloading a version of jdk will help fix the "/libjava.so: undefined symbol: _dl_symbol_value" error I'm getting? Thanks = Zak McGregorLinux: Infoline South Africa Easy pane relie

[Slightly off-topic] Re: How to make a system call in Java

1999-05-13 Thread Pavel Tolkachev
Chris Abbey wrote: ... > *note: Process.waitFor() has some ugly problems (on all platforms) > with never returning your call ...It seemed to be a problem also when I played with this (using JPython, not java directly, though). But then I discovered this was my lack: I must empty both Output a