Re: IBM to deploy LinuxPPC on RS6000 servers...
Speaking of LinuxPPC: I have been trying to get my hands on a LinuxPPC CD. Does anyone know where I can get one? I've tried to contact www.linuxppc.com but received not reply. If anyone know where I could get one locally (Provo, Utah, USA), that would be even better. Thanks! And to make this on-topic... Does anyone know of any special considerations about getting Java, Apache, and Apache-JServ running on LinuxPPC? -- Joel Shellman knOcean Interactive Corporation http://corp.knOcean.com/ Jerry McBride wrote: > > Wow! > > Have a gander at http://www.techweb.com/se/directlink.cgi?CRN19990208S0005 > > Basically, IBM has been very impressed with the way that Linux has kicked NT > butt all-over the server market and is planing to bundle LinuxPPC on their > RS6000 servers! It looks as though Big Blue is taking advantage of the delayed > deployment of... Windows 2000! > > Wow! > > -- > > /\ > | Jerry McBride | > | [EMAIL PROTECTED] | > \/
Java plug-in 1.1.2
We're currently developping a free mapping applet with JFC 1.03. At this point in time, we could only run this on NN and IE with the Java plug-in (contrary to what is stated by Sun we had no success without the plug-in but that's another story). Anyways, Sun refer to your site for a Linux version but the link is gone. What's going on? Keep up the good work. Alain Renaud Specialiste en geomatique/GIS specialist Global Geomatics inc. 1600 St-Martin E, suite 650 tel: (450) 668-4949 Tour A, Laval, Quebec Fax: (450) 668-2822 Canada H7G 4R8 http://www.globalgeo.com, Courriel/Email: [EMAIL PROTECTED]
Re: info
ACCEPT CREDIT CARDS ONLINE! INCREASE YOUR PROFITS! GO HERE--> http://www.merchantonline.com or http://www.creditco.com
Re: oops
Dènis Riedijk wrote: > try recompiling with Exceptions_by_signals commented (is in the readme). I > had the same thing, but it was a bug in my java-program. In my case > commenting out exceptions_by_signals gave a little more info about the bug > in my java-program. > It was also my bug, but it took me sometime to regenerate (and no tya in the meantime). Thanx for the tip, since the message is at least cryptic (and dumping the core is usually an ugly indication that inspires you to blame tya for a bug - not yourself ;-} ) Dimitris
Re: oops
TYA:EXCEPTIONS_BY_SIGNALS problem *** panic: TYA:EXCEPTIONS_BY_SIGNALS problem TYA: Signal 6, returning to default handler; SIGABRT 6* abort (generated by abort(3) routine) stackbase=0xb580, stackpointer=0xb480 try recompiling with Exceptions_by_signals commented (is in the readme). I had the same thing, but it was a bug in my java-program. In my case commenting out exceptions_by_signals gave a little more info about the bug in my java-program. Denis Riedijk
Fonts under 1.2 on Alpha-Linux
This message is for Uncle George: There seems to be a difference between the way fonts are handled under JDK1.2 vs. JDK 1.1.7, which I can't seem to resolve. Programs which run fine under v1.1.7 now complain about missing fonts under v1.2, which appears to be fatal. Initially, I received this message: Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1] No fonts were found in '/lib/X11/fonts/Type1:/lib/X11/fonts/TrueType:/opt/jdk12_v3/jre/lib/fonts'. I quickly discovered that the X11 fonts on my machine are stored in '/usr/X11R6/lib/X11/fonts' (note the preceding /usr/X11R6 path), and setup a symbolic link so they could be found. However, I must not have enough fonts, or something, because I then got this message: Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1] Font specified in font.properties not found [-linotype-helvetica-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-times-bold-r-normal--*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans typewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1] Font specified in font.properties not found [-linotype-helvetica-bold-o-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans typewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-times-medium-i-normal--*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-helvetica-medium-o-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-times-bold-i-normal--*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1] Font specified in font.properties not found [-linotype-times-medium-r-normal--*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-helvetica-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1] java: ../../../../src/share/native/sun/awt/font/t2k/autogrid.c:3557: ag_ScaleGlyph: Assertion `hData->oy[0] == e->y[0]' failed. SIGABRT 6* abort (generated by abort(3) routine) Full thread dump Classic VM (gat:02.06.99-06:23, green threads): "AWT-Motif" (TID:0x15556ADA860, sys_thread_t:0x1205099F8, state:CW) prio=5 at sun.awt.motif.MToolkit.run(Native Method) at java.lang.Thread.run(Thread.java:479) "SunToolkit.PostEventQueue-0" (TID:0x15556ADA5F0, sys_thread_t:0x1204CAF68, state:CW) prio=5 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:424) at sun.awt.PostEventQueue.run(SunToolkit.java:363) "AWT-EventQueue-0" (TID:0x15556ADA560, sys_thread_t:0x1204C2028, state:CW) prio=6 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:424) at java.awt.EventQueue.getNextEvent(EventQueue.java:179) at java.awt.EventDispatchThread.run(EventDispatchThread.java:67) "Finalizer" (TID:0x15556AC4880, sys_thread_t:0x1201E7618, state:CW) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174) "Reference Handler" (TID:0x15556AC40E0, sys_thread_t:0x1201DF538, state:CW) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:424) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114) "Signal dispatcher" (TID:0x15556AC4120, sys_thread_t:0x1201DBCF8, state:CW) prio=5 "main" (TID:0x15556AC4240, sys_thread_t:0x120104298, state:R) prio=5 at sun.awt.font.NativeFontWrapper.getAdvance(Native Method) at sun.awt.font.FontDesignMetrics.charWidth(FontDesignMetrics.java:124) at Setup.create(Setup.java:2937) at Setup.(Setup.java:181) at Setup.main(Setup.java:2738) ... Some other details: - I've got lesstif v0.86-5 installed in a non-default directory - I'm running RedHat v5.0 (with the 2.0.35 kernel) - I'm using Hummingbird Exceed under NT 4.0 as my X server Some questions: - Where does the font path come from? (I can't find any reference to it in Sun's JDK documentation.) - Why am I having p
Re: SUN "supports" Java on Linux
Unsubscribe delete I know almost nothing about computers other than the on/off switch. At 06:44 PM 2/8/99 +0100, Albrecht Kleine wrote: >Hi > >> > Can the sunwjit be used in combination with the latest JDK1.1.x on Linux? >> >> No, the JIT interface in Java 2 is very different from that in JDK1.1. > >Is there any information about (public!) available ? > >Cheers >Albrecht > >
Re: subscribe
Hi, everyone, I installed JDK117_v1a for linux(Red Hat 5.2, intel) yesterday, and I got the "Hello, World!" printed on the screen, pretty exciting, wasn't it? But when I tested the simplest Applet which was supposed to draw another "Hello, World" on screen, I had no luck. Appletviewer did not complain, and it also did not draw anything, yet it still displayed "Applet running" in the status line at the bottom of Appletviewer window. I tried netscape, different window managers, still no luck. Can someone out there tell me what might be wrong? any response is highly appreciated. Gu Jian _ Department of Physics Kansas State University
Re: Fonts under 1.2 on Alpha-Linux
Try editing your properties file and replacing the font you listed with: -b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-iso8859-1 Good luck [EMAIL PROTECTED] on 02/10/99 02:46:39 PM To: [EMAIL PROTECTED] cc:(bcc: Russell Pridemore/Lex/Lexmark) Subject: Fonts under 1.2 on Alpha-Linux This message is for Uncle George: There seems to be a difference between the way fonts are handled under JDK1.2 vs. JDK 1.1.7, which I can't seem to resolve. Programs which run fine under v1.1.7 now complain about missing fonts under v1.2, which appears to be fatal. Initially, I received this message: Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1] No fonts were found in '/lib/X11/fonts/Type1:/lib/X11/fonts/TrueType:/opt/jdk12_v3/jre/lib/fonts'. I quickly discovered that the X11 fonts on my machine are stored in '/usr/X11R6/lib/X11/fonts' (note the preceding /usr/X11R6 path), and setup a symbolic link so they could be found. However, I must not have enough fonts, or something, because I then got this message: Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1] Font specified in font.properties not found [-linotype-helvetica-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-times-bold-r-normal--*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans typewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1] Font specified in font.properties not found [-linotype-helvetica-bold-o-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans typewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-times-medium-i-normal--*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-helvetica-medium-o-normal-sans-*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-times-bold-i-normal--*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1] Font specified in font.properties not found [-linotype-times-medium-r-normal--*-%d-*-*-p-*-iso8859-1] Font specified in font.properties not found [-linotype-helvetica-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1] java: ../../../../src/share/native/sun/awt/font/t2k/autogrid.c:3557: ag_ScaleGlyph: Assertion `hData->oy[0] == e->y[0]' failed. SIGABRT 6* abort (generated by abort(3) routine) Full thread dump Classic VM (gat:02.06.99-06:23, green threads): "AWT-Motif" (TID:0x15556ADA860, sys_thread_t:0x1205099F8, state:CW) prio=5 at sun.awt.motif.MToolkit.run(Native Method) at java.lang.Thread.run(Thread.java:479) "SunToolkit.PostEventQueue-0" (TID:0x15556ADA5F0, sys_thread_t:0x1204CAF68, state:CW) prio=5 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:424) at sun.awt.PostEventQueue.run(SunToolkit.java:363) "AWT-EventQueue-0" (TID:0x15556ADA560, sys_thread_t:0x1204C2028, state:CW) prio=6 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:424) at java.awt.EventQueue.getNextEvent(EventQueue.java:179) at java.awt.EventDispatchThread.run(EventDispatchThread.java:67) "Finalizer" (TID:0x15556AC4880, sys_thread_t:0x1201E7618, state:CW) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174) "Reference Handler" (TID:0x15556AC40E0, sys_thread_t:0x1201DF538, state:CW) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:424) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114) "Signal dispatcher" (TID:0x15556AC4120, sys_thread_t:0x1201DBCF8, state:CW) prio=5 "main" (TID:0x15556AC4240, sys_thread_t:0x120104298, state:R) prio=5 at sun.awt.font.NativeFontWrapper.getAdvance(Native Method) at sun.awt.font.FontDesignMetrics.charWidth(FontDesignMetrics.java:124) at Setup.create(Setup.java:2937) at Setup.(Setup.java:181) at Setup.main(Setup.java:2738) ... Some other details: - I'v
Re: subscribe
Um, if you're talking about Scribble.java from _Java in a Nutshell_ I think you're supposed to draw "Hello World" (plus a flower) yourself after you start the Applet. On Wed, 10 Feb 1999, Gu Jian wrote: > Hi, everyone, > > I installed JDK117_v1a for linux(Red Hat 5.2, intel) yesterday, > and I got the "Hello, World!" printed on the screen, pretty exciting, > wasn't it? But when I tested the simplest Applet which was supposed to > draw another "Hello, World" on screen, I had no luck. Appletviewer did not > complain, and it also did not draw anything, yet it still displayed > "Applet running" in the status line at the bottom of Appletviewer window. > I tried netscape, different window managers, still no luck. Can someone > out there tell me what might be wrong? any response is highly appreciated. > > > Gu Jian > _ > Department of Physics > Kansas State University >
Re: subscribe
Try resizing the appletviewer while it is running. This will call the appletviewer to call the repaint() method which will call the paint method().I had this same problem on the Solaris version. You can explicitly force a repaint by calling the repaint() method in the applets start() method. Jason Hoffman ([EMAIL PROTECTED]) Michael James wrote: > Um, if you're talking about Scribble.java from _Java in a Nutshell_ I > think you're supposed to draw "Hello World" (plus a flower) yourself > after you start the Applet. > > On Wed, 10 Feb 1999, Gu Jian wrote: > > > Hi, everyone, > > > > I installed JDK117_v1a for linux(Red Hat 5.2, intel) yesterday, > > and I got the "Hello, World!" printed on the screen, pretty exciting, > > wasn't it? But when I tested the simplest Applet which was supposed to > > draw another "Hello, World" on screen, I had no luck. Appletviewer did not > > complain, and it also did not draw anything, yet it still displayed > > "Applet running" in the status line at the bottom of Appletviewer window. > > I tried netscape, different window managers, still no luck. Can someone > > out there tell me what might be wrong? any response is highly appreciated. > > > > > > Gu Jian > > _ > > Department of Physics > > Kansas State University > >
jvm source
hi, Do you license out the JVM linux source for educational/research purposes ? ajay
Swing 1.1 & Netscape Communicator?
On HP-UX I've been able to copy the Swing 1.1 JAR files into .../netscape/java/classes in order to run Swing 1.1 applets in Netscape Communicator 4.5. (Putting the JAR files in CLASSPATH works as well.) But on my Linux box (Red Hat 5.1; linux 2.1.119 kernel) this doesn't seem to work. Depending on which Swing 1.1 applet I run, I'm either prompted by the default plugin to download the Java Plugin (which AFAIK doesn't exist yet for JDK 1.2) or get the following error: Applet SwingingApplet error: java.lang.classFormatError: Bad magic number I successfully built and ran a small Swing 1.1 *application* using the 1.1 JAR files, so I suspect that the files are not corrupt. I've also tried the Swing 1.1.1 Beta 1 with no different results. Is there anything I can do to get Swing 1.1 to work with Communicator? TIA, Jim Caley E-mail: [EMAIL PROTECTED]
Re: jvm source
Get the a license agreement and then the sources at: http://www.java.sun.com/products/jdk/1.1/source.html Then download the relevant source patch from: http://www.blackdown.org (To my knowledge, the patch for Java2 isn't complete, yet. However, looking at the Solaris build is a good place to see what it will look like.) Cheers, David e-mail: [EMAIL PROTECTED], the rest: http://www.csrd.uiuc.edu/~dcraig On Wed, 10 Feb 1999, Ajay Jayaraj wrote: > hi, > Do you license out the JVM linux source for educational/research > purposes ? > > > ajay >
A question...
2 days ago, I don't receive any mail from list. Why? I didn't unsubscribe. Greetings Carlos Alberto Roman Zamitiz Departamento de Ingenieria en Computacion, Facultad de Ingenieria UNAM [EMAIL PROTECTED]
javah replacement
Do any of you know of a faster javah replacement? --jason
