Re: [ANNOUNCE] Java 2 Standard Edition v1.4.1-beta for Linux/i386 and Linux/SPARC

2002-07-29 Thread Jeff Cantin
Bling bling. You guys make sparc-linux fun. --- Juergen Kreileder <[EMAIL PROTECTED]> wrote: > > The Blackdown Java-Linux Team is happy to announce the availability > the Java 2 Standard Edition v1.4.1-beta for Linux on ix86 and > SPARC. > > Please choose one of our FTP mirrors for downloadin

Sparc 1.3.1 SIGABRT

2002-07-11 Thread Jeff Cantin
own' class. thanks Jeff --- Exception in thread "main" *** panic: Can't find class java.lang.Shutdown SIGABRT 6* abort (generated by abort(3) routine, also SIGIOT) si_signo [6]: SIGABRT 6* abort (gener

Sparc SIGILL

2002-06-24 Thread Jeff Cantin
si_errno [0]: Success si_code [0]: SI_USER [pid: 2238, uid: 501] stackpointer=0xefffc864 --- I can provide more info if someone tells me what to do with gdb... thanks Jeff __ Do You Yahoo!? Yahoo! - Offici

RE: Linux - Java Open Files

2001-10-03 Thread Jeff Singer
is, we where having IO problems. After running for about 1 day, Linix started reporting IO errors and stating that it couldn’t open any more files. The other concern or question is, should the handle to a referenced jar file not be closed at some point? Thanks Jeff > -Original Mess

Linux - Java Open Files

2001-10-03 Thread Jeff Singer
ion, I get about 55000 open files Any help would be great Thanks in advance Jeff Singer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: JDK1.3 on Linux with SMP

2000-08-23 Thread Jeff Hutchison
Joseph Shraibman <[EMAIL PROTECTED]> writes: > Uh, yeah, that's right. Sun's jdk says that it doesn't work on smp > kernels. The beta refresh up on java.sun.com removed the restriction on SMP machines. I've been using it with good results. -- Jeff Hutch

Re: Servlet

2000-04-07 Thread Jeff Bean
Another good servlet framework is Enhydra, from www.enhydra.org. --Jeff [EMAIL PROTECTED] wrote: > On Fri, 7 Apr 2000, Jacek Laskowski wrote: > > > I should also mention about Jakarta which is a project of people who have worked > > on JSWDK. This product will someday be a

Re: JNI & .so Files

2000-02-03 Thread Jeff Galyan
Change RTLD_LAZY to RTLD_NOW and I think it will work. There was a bug filed at Sun about something similar to this, and if I recall correctly, the fix was to use RTLD_NOW. --Jeff [EMAIL PROTECTED] wrote: > > Hi Nathan, > > Thank you for your response. Please let me re-address

Re: No swing classes

2000-02-02 Thread Jeff Galyan
re), since Microsoft hasn't given permission to Sun to use the Windows look & feel anywhere except Windows. -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot com Sun Certified Java(TM) Programmer =

Re: AttachCurrentThread()

2000-01-24 Thread Jeff Galyan
udes a chapter or two covering JNI and Linux-specific gotchas. Between the two of those, you should have just about all your JNI questions covered! :) --Jeff Mark Delafranier wrote: > > Java Linux Buffs: > > I have a mutli-threaded application using pthreads, RedHat 6.1, gcc 2.91.66

Re: Terrible native thread performance

2000-01-19 Thread Jeff Galyan
reads implementation that may help the Linux JVM perform better. --Jeff Daniel Stux wrote: > > Hi folks, > > I've just installed two versions of the JDK1.2.2 for linux: Sun's RC2, and > Blackdown's RC3. I am experiencing the wierdest behavior I have ever seen > f

Re: Java Decompiler

2000-01-19 Thread Jeff Galyan
Jad is written in C++ and therefore probably won't be able to decompile itself. --Jeff Nicholas Wright wrote: > > ;) Ever tried running a binary through a Java decompiler? > > Best Regards > > Nicholas > > > Resent-Date: Mon, 17 Jan 2000 04:02:48 -0

Re: about Mozilla & blackdown's JVMPlugin

2000-01-12 Thread Jeff Galyan
Mozilla doesn't yet have an OJI implementation for Unix/Linux. See www.mozilla.org/oji for more details. --Jeff Heeyeon Hwang wrote: > > Hi all, > > Mozilla still can't view any applet, on my machine. > My machine is i686, Linux kernel ver. 2.2.15 and JVMPlugin base

Re: problems with rmi (linux 1.2 client, solaris 1.3 server)

2000-01-11 Thread Jeff Galyan
If I'm not mistaken, the stubs have to be on both the server and the client side. RMI is a bit tricky that way... --Jeff Aaron Stromas wrote: > > > Aaron Stromas wrote: > > > > > [EMAIL PROTECTED] wrote: > > > > > > > On Tue, Jan 11

Re: Java 3d installation problem

2000-01-10 Thread Jeff Galyan
umlink can be created in whichever directory your libGL.so lives in. --Jeff Jacob Nikom wrote: > > Hi, > > I run RedHat 6.0, libc-2.1.1 and Blackdown jdk1.2pre-v2-debug.tar.bz2. > I installed Java3D package from > ftp://metalab.unc.edu/pub/linux/devel/lang/java/bla

Re: compiling the JDK

2000-01-04 Thread Jeff Galyan
to set up the variables at the beginning to match your environment before you run it. --Jeff "Michael E. Moores" wrote: > > it looks like i will have to compile the JDK > to figure out my glibc2.1.2 troubles. > > i read the page > http://www.place.org/~stevemw/java

Re: Speed of 1.1 vs 1.2

1999-12-23 Thread Jeff Galyan
d this out. For now, I don't think the Linux JDK uses DGA in Java2D. If enough cards (ideally, all of them) are supported to make using the DGA stuff feasible, that will accelerate Java 2D quite alot. So, in a sense, you're right: it just hasn't been optimized for speed yet. :)

Re: Raster ShortInterleavedRaster error

1999-12-23 Thread Jeff Galyan
Try copying the 16-bit subsection of the Screen section in XF86Config and change the depth line to 15, then start X like this: startx -- -bpp 15 and see if it works. --Jeff Ryan Marsh wrote: > > Thanks for the help but I don't think that I can set it to 15bpp. When I &g

Re: glibc requirements

1999-12-21 Thread Jeff Galyan
get no warnings but the > component only will show question marks: ''. The warnings from > the Blackdown JDK just tell you immediately that something might not > work correctly. > This is, in my opinion, the correct way to handle it - let the user know right away that somethi

Re: Simpliest way to check the file presence.

1999-12-20 Thread Jeff Galyan
java.io.File.exists() returns a boolean indicating whether the named file exists. --Jeff Jacob Nikom wrote: > > Hi, > > What is the simplest way to check, whether the file > exist or not on the Linux hard drive? Is there any operation > which delivers binary output whether

Re: jni + rmi = NoClassDefFoundError + consternation

1999-12-19 Thread Jeff Galyan
then the above will do the trick for you. Incidentally, we recently published a book on JNI, called "The Java Native Interface", by Sheng Liang. It's part of The Java Series from Addison/Wesley, and I've found it to be an excellent reference (and I'm pleased that we *fina

Re: invalid method hash with rmi calls

1999-12-19 Thread Jeff Galyan
file. This could be a bug in the VM; on the other hand, this could also be the intended functionality. I don't know for sure since I'm not involved in the Java security development. --Jeff Chris Abbey wrote: > > At 21:59 12/18/99 -0700, Jeff Galyan wrote: > >Actually, th

Re: invalid method hash with rmi calls

1999-12-18 Thread Jeff Galyan
blems went away. The permission thing seems real > screwy to me. > Actually, that makes sense. Java 2 has a different security structure than previous releases. If you took away permissions from the jre libs, then you'd get that error. -- Jeff Galyan http://www.anamorphic.com http

Re: another possibility wrt the press-release.

1999-12-11 Thread Jeff Galyan
make any sense? Do you really think Sun cares in the least whose VM you're using? All Sun cares about is that *all* implementations of Java conform to the spec - otherwise compatibility is compromised and you lose the cross-platform nature of Java. That's one of the best things about Java

Re: font.properties

1999-12-06 Thread Jeff Bean
"John N. Alegre" wrote: > > Jeff, > > My suggestion is a real short HOWTO posted to the list. I, for one would just > love to see what you did and I feel that once it was all in front of me once I > could digest it and handle the issue in the future. I feel that m

Re: font.properties

1999-12-02 Thread Jeff Bean
o you think this is worth doing, if anyone else has already done something like this? It might even be worth hacking up java to do this on the fly when it detects that it's being run with a remote display. --Jeff -- To U

font.properties

1999-11-29 Thread Jeff Bean
a file (or can point me to one in a blackdown distribution) I would be much obliged! --Jeff B. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: RPMs

1999-11-29 Thread Jeff Galyan
RedHat have made available excellent documentation for developers who wish to use the RPM packaging system in the book "Maximum RPM". You should be able to find it at fatbrain.com or your local bookstore. --Jeff > James Butler wrote: > > You may remember my plea for assis

Re: Assistance please...

1999-11-27 Thread Jeff Galyan
disregard all this, since the problem seems to have been discovered in the unarchiving of the distribution --Jeff Jeff Galyan wrote: > > James, > > If you're using 'bash' as your login shell (the thingie that gives you a > prompt - in DOS it's 'c

Re: Assistance please...

1999-11-27 Thread Jeff Galyan
ite, and execute (that's right - just because a file is a compiled binary "executable" doesn't mean it can actually be executed unless the permission flags on it say it can). In my install of Java 2, the permissions look like this: [jgalyan@talisman Jeff]$ ls -l /usr/local/

Re: Assistance please...

1999-11-26 Thread Jeff Galyan
would be quite a pain to have to do it yourself - and you never know what might be affected if you set it all up in your login environment). Another difference between Unix and Win32, but not a bad one, in my opinion. --Jeff James Butler wrote: > > Ahhh! I understand. I think. > >

Re: Applet transparency?

1999-10-08 Thread Jeff Galyan
round (I've never checked). --Jeff "Roll, Greg" wrote: > > Hi All, > > Anyone know if there a way to set an applets background color to be > transparent? > > Greg E. Roll > > BT Office Products Intl. > Interface/Conversion

Re: required Libraries

1999-10-08 Thread Jeff Galyan
e native peers, true, but in order to draw, Swing uses facilities of X and Motif. I don't know the full down'n'dirty details, just that Swing does need X and Motif libraries. Unfortunately, I don't know if there's any way to get around it (besides the statically-linked ve

Re: required Libraries

1999-10-05 Thread Jeff Galyan
Java *always* requires Motif and X libraries. Even on Solaris. End of story. --Jeff Carsten Hoeger wrote: > > On Sat, Oct 02, Jeff Galyan wrote: > > > Actually, libXm.so is Motif, which is required by AWT, and therefore > > Java. You'll need to get a Motif distri

Re: required Libraries

1999-10-02 Thread Jeff Galyan
Actually, libXm.so is Motif, which is required by AWT, and therefore Java. You'll need to get a Motif distribution (I use RedHat Motif 2.1.10 with no problems). --Jeff Carsten Hoeger wrote: > > On Tue, Sep 28, Rolf wrote: > > > I am running a SuSe Linux 6.1 on my

Re: [Q] CLASSPATH, JAR searching, etc

1999-09-21 Thread Jeff Galyan
lasses in your CLASSPATH. Generally, you should not need to unpack the jar files, nor is it generally a good idea to do so, as they frequently contain fairly complex directory structures that, if altered, will cause the VM to not be able to find the classes it needs. -- Jeff Galyan http://w

Re: Java implementation question

1999-09-17 Thread Jeff Galyan
GL or DirectX). Check the documentation for the low-level graphics library you're using to find the answer to your question. --Jeff "Thomas M. Sasala" wrote: > > Frank Deutschmann wrote: > > > > Hello all, > > > > Presuming that I can't get a

Re: Swing Problems

1999-09-15 Thread Jeff Galyan
Make sure you're using correct package naming in your Swing apps; i.e., javax.swing NOT com.sun.java.swing. --Jeff Robert Mullen wrote: > > Are the swing classes supported in the blackdown port of the 1.2 JDK? I can > write, compile and execute code properly if I don't use

Re: Niiiccee...

1999-09-09 Thread Jeff Galyan
Worked fine for me - I suspect Jacob doesn't have tr in his path. --Jeff Daniel Barclay wrote: > > > From: Jacob Nikom <[EMAIL PROTECTED]> > > > ... > > I am sure it is something great, but I the response I got was: > > tr: no match > > &g

Re: Problem with installing JDK on Red Hat 6.0

1999-09-08 Thread Jeff Sider
i have gotten this message and it was the result of having JDK1.1 on my path and it was hitting there first. also, remove any references to 1.1 in CLASSPATH. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Jeff Sider[EMAIL PROTECTED

Re: Food for thought...

1999-08-16 Thread Jeff Calog
oose somewhere between $250k and $500k in business if I could find a fast, reliable Java 1.2 VM that ran on Linux. I am very pleased with Blackdown's efforts but would like to hear more status type information from them concerning the progress of their port. Jeff Calog ---

Re: Newbie question

1999-08-06 Thread Jeff Galyan
Try calling update(). --Jeff > "Bern Rewel L. Mutia" wrote: > > Hi, > > I'm new to Java so please bear with me. > > I am resizing the length of the array of String elements in a JList > inside a JScrollPane, but repaint() does not update my UI. >

Re: please help a java-linux newbie with swing

1999-08-01 Thread Jeff Galyan
Looks like you don't have X installed. --Jeff Ken Huisman wrote: > > I downloaded swing from sun and I unpacked it in a directory, followed > the instructions and so on. The problem I have is when I go to run > the SwingSet example, I get the following error: > >

Re: JWS - Problems with native compile. HELP?

1999-07-18 Thread Jeff Galyan
Make sure the lines below each Makefile target use tabs as the spacing instead of spaces. If you're using an editor which is set up to convert tabs to spaces, change that preference. --Jeff "John N. Alegre" wrote: > > I am trying to compile the native library in JavaWeb

Re: Swing API

1999-07-16 Thread Jeff Galyan
Who told you you can't use the Solaris Swing download on Linux? It's 100% Java, and works just fine on Linux. --Jeff Kontorotsui wrote: > > On 14-Jul-99 R MUTHUSWAMY wrote: > > i am using java1.1.7 and i want swing api's for linux. i have > > heard t

Re: javamail

1999-07-07 Thread Jeff Galyan
JavaMail is 100% Java, so the Solaris version will work fine on Linux. I've been using it in the Grendel project at mozilla.org for quite some time now with no problems. --Jeff R MUTHUSWAMY wrote: > > hi all, > > i have downloaded javamail1.1.2 zipfile and in

Re: An idea for Java / KDE or GNOME integration

1999-07-02 Thread Jeff Galyan
There is a group of engineers (including me) working on binding Java to mozilla's XPCOM, which uses ORBit. If you made it to JavaOne, you may have seen an early demo at one of Sun's booths. --Jeff Cees de Groot wrote: > > [EMAIL PROTECTED] wrote: > >Now, once this bas

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Jeff Galyan
x27;t have the overhead of startup in the middle of running applications. --Jeff Nathan Meyers wrote: > > Michael Holst wrote: > > > > I've given the project some thought and it seems not so far fetched, if > > you look at Novell 5 they sport a Java desktop for admin

Re: JNI

1999-06-29 Thread Jeff Galyan
compiler options are as you would normally use them ('-g' for debug, '-O' for optimization, etc.). I also recommend reading the 'jdk1.2/include/jni.h' and 'jdk1.2/include//jni_md.h' files (where is your OS). The Java Developers' Almanac has a nice section

Re: What's so platform dependent with Java2 source?

1999-06-26 Thread Jeff Galyan
the time, they don't even get any kind of thanks or support from their users. Frankly, I'm extremely impressed that they've come as far as they have already, and with the quality that they've achieved (even for a pre-release). -- Jeff Galyan http://www.anamorphic.com http://ww

Re: Problems installing Swing.

1999-06-14 Thread Jeff Galyan
In Java releases prior to 1.2 (Java 2), you must list each .zip or .jar file individually in the classpath. So, your CLASSPATH variable should be '/usr/java/lib/classes.zip:/usr/java/lib/swingall.jar:.' . --Jeff Bob Cadenza wrote: > > Not really a blackdown problem, but I jus

Re: FW: Warning: could not send message for past 4 hours

1999-06-14 Thread Jeff Galyan
spath by dropping the jar into /jre/lib/ext. --Jeff Paul Mclachlan wrote: > > --- "Herbel, Rick" <[EMAIL PROTECTED]> wrote: > > + exec /usr/local/java/bin/i686/green_threads/java -verbose > > -verbosegc > > -cs -verify -classpath ./ HelloWorld.class > &g

Re: Problem running Java3D

1999-06-11 Thread Jeff Galyan
it's supposed to be source-compatible with OpenGL. --Jeff Francisco Figueirido wrote: > > I downloaded the Java3D port but was unable to get it running. One of the > shared libraries needs libMesaGL.so.3.? (forgot the number), but I have > the Xi Graphics OpenGL port instead.

Re: 1.2 Certification info

1999-05-31 Thread Jeff Galyan
For information on the Sun Java Certification courses and exams, see suned.sun.com. --Jeff Ozer Irfan wrote: > > Hello, > I search information about Java 1.2 certification exam. > > Have you exam simulation applet ? > Or documentation ? > > Please send me.

Re: Delivering Java Apps

1999-05-16 Thread Jeff Galyan
va for personal devices (palmtops, internet phones, etc.), and is a superset (if I remember correctly) of EmbeddedJava (Java for embedded systems). -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman

Re: Delivering Java Apps

1999-05-16 Thread Jeff Galyan
xperiment with different settings. It seems to me that most folks usually use around 64 MB as the max size. Your mileage may vary. -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot com Sun Certified Java(TM) Programmer =

Re: Servlets and Such

1999-05-14 Thread Jeff Galyan
eciate any references I can get. > The book "Core Java WebServer" has just over half of its pages dedicated to the Servlet API. -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talism

Re: javax.swing not found

1999-05-11 Thread Jeff Galyan
s working in Netscape by copying swingall.jar from the standalone Swing 1.1.X release to Netscape's "java/classes" directory (or whatever they're calling it these days). -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun do

Re: Swing never waits?

1999-05-09 Thread Jeff Galyan
wing has to do all of its own drawing and so forth, which is why many people find Swing slow, and also may be related to the memory usage you're seeing in the SwingSet demo. -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot

Re: ... java.io.*

1999-05-04 Thread Jeff Galyan
o next line ... > ... > > Q: for this class I need to use FileReader - for read-in >and FileWriter - for write-in ? > -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot com Sun Certified Java(TM) Programme

Re: javax.swing.preview not found

1999-05-03 Thread Jeff Galyan
is a separate download. Get Swing 1.1.1 from java.sun.com/products/swing (I think that's the right URL). Put the swingall.jar in your $CLASSPATH and you're all set. -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot

Re: javax.swing.preview not found

1999-04-29 Thread Jeff Galyan
rchive on java.sun.com still has old code in it, as evidenced by the "com.sun" package names for the Swing packages. Just remove both imports of the preview package and you should have no problems with imports. Comb that source file for methods that don't exist anymo

Re: Problems appending to a file

1999-04-29 Thread Jeff Galyan
ry format file, writeUTF() and readUTF() are useful as well. The writeObject() methods don't work well for appending files, as they are object serialization methods and expect a single object to be read/written per file. Appending objects onto one another is likely causing the class ver

Re: jdk1.2

1999-04-27 Thread Jeff Galyan
.metal.MetalLookAndFeel > Sounds like you're trying to run a Swing GUI app without an X server running. -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamo

Re: Problem

1999-04-26 Thread Jeff Galyan
java ArrayTest > SIGSEGV 11* segmentation violation > stackpointer=0xbfffe328 > > Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native > threads): > "Finalizer" (TID:0x41081320, sys_thread_t:0x81c3368, state:CW, Have you tried 'java -green

Re: read from syslog file ...

1999-04-26 Thread Jeff Galyan
azzled with Sun's Developer certification exam right now). Once you've got each message as a String, you can writeUTF() into the new file and add the quotes at each end. I'm not sure how much processing you need to do on it, though. -- Jeff Galyan http://www.anamorphic.com http:/

Re: Getting a frames X window handle

1999-04-26 Thread Jeff Galyan
work latency? -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot com Sun Certified Java(TM) Programmer == Linus Torvalds on Microsoft and software development: "..

Re: Too manyopen files in system

1999-04-22 Thread Jeff Galyan
ething useful } f.close(); Of course, you have to catch the possible IOException, so wrap that in a try-catch block. On a write, you can call flush() on the stream, then close the stream. I don't know what tools there may be for finding out how many files are open at a given

Re: Too manyopen files in system

1999-04-19 Thread Jeff Galyan
Jaco de Groot wrote: > > Hi, > > I'm using jdk1.2 pre-v1 on RedHat 5.2 for my servlets using > Apache JServ. Every once in a while I get the following error: > > Too many open files in system Make sure you're closing the files when you're don

Re: Java Certification

1999-04-12 Thread Jeff Galyan
), so I can attest to the difficulty of the exam. Good luck! --Jeff Ozer Irfan wrote: > > Hello, > I'm from Belgium. > > I'll be passed the java certification. > > Have any questions examples ? > Know you what I

Re: Non mofit AWT.

1999-04-04 Thread Jeff Galyan
formance can be attributed to the fact that Swing does its own drawing, unlike AWT which calls Motif routines to create the widgets. I do agree, though, that there should be a choice of AWT peering implementations for Unix and Unix-like systems, since there are so many widget sets available. --Jeff

Re: Non mofit AWT.

1999-04-04 Thread Jeff Galyan
AWT on top of Swing sounds pretty interesting... Netscape's IFC basically do everything on top of a Panel (faster than Swing for many uses), so that's another alternative. --Jeff Michael Emmel wrote: > > Ulli Kortenkamp wrote: > > > >>>>> "Je

Re: javac-BUG ???

1999-04-03 Thread Jeff Galyan
"Dipl.-Ing. Dr. Mustafa Radi" wrote: > since Sun does not see, that Linux is becoming a competitive > alternative to Microsoft's Windows > You clearly have not been paying attention to the news, have you? -- Jeff Galyan http://www.anamorphic.com http://www.sun.com j

Re: Windows PLAF hack?

1999-04-03 Thread Jeff Galyan
ck it to the point where > I can get it up and running on my dev box, > since my target client platform is Windows anyway. > > Or is doing so illegal? :) > -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com

Re: javac can not find com.sun.java.swing.JApplet class

1999-04-03 Thread Jeff Galyan
"The square root of " + > number + > " is " + > Math.sqrt(number), 5, 50); > } > } > [root@localhost java]# javac RootApplet.java > RootApplet.java:3: Superclass com.sun.java.swing.JApplet of class > RootApplet not found. > public class RootApplet extends com.

Re: This works on Linux/ W95 not on NT. Why?

1999-04-03 Thread Jeff Galyan
, NT crashes way too frequently to be considered *alpha* quality software, Microsoft's IDE produces binaries that simply will not run on any platform except Win32 (again, proven in court)... "NT is one of the best Java platforms around" ? What have you been smoking? -- Jeff Galyan

Re: go back to gzip!

1999-04-03 Thread Jeff Galyan
ng to > work effektively on Win95 for a long time now without result... :-) > Volker > -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot com Sun Certified Java(TM) Programmer

Re: Non mofit AWT.

1999-04-03 Thread Jeff Galyan
That's a question you should pose to Sun. Matthew Panetta wrote: > > Given that there are a few good windowing toolkit out now for linux (GTK, > QT, JX) could the JDK be proted to these instead of useing mofit? > > Regards Matt > -- Jeff Galyan http://www.anamorphic

Re: This works on Linux/ W95 not on NT. Why?

1999-03-30 Thread Jeff Galyan
Maybe because NT is notorious for being very unfriendly to Java? Seriously, though... I suspect there may be issues with Runtime.exec() on NT due to permissions problems when you're logged in as a normal user - try it as Administrator and see if it works then. -Jeff [EMAIL PROTECTED]

Re: go back to gzip!

1999-03-30 Thread Jeff Galyan
r Balch > Computer Science Department > Carnegie Mellon University > http://www.cs.cmu.edu/~trb > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EM

Re: go back to gzip!

1999-03-30 Thread Jeff Galyan
mail to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot com Sun Certified Java(TM) Programmer

Re: jni problem

1999-03-29 Thread Jeff Galyan
there is no "-G" option to gcc. If you want to build with debugging symbols, use the "-g" flag. Also add -shared and -rdynamic to the command line to build a proper shared library. /usr/lib/crt1.o is part of gcc. -- Jeff Galyan http://www.anamorphic.com http://www.sun

Re: KDE PLAF

1999-03-27 Thread Jeff Galyan
will only run on MacOS (just as the Windows look & feel only runs on a Win32 machine), as the legal issues involved in making those look & feel sets available on other platforms are unclear. -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot

Re: IDE for Java

1999-03-22 Thread Jeff Galyan
Have you looked at NetBeans Developer? It's 100% Java, runs fairly well (in terms of speed) in my experience, and you can download it free for non-commercial development. It's at www.netbeans.com -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at s

Re: OT. java list

1999-03-22 Thread Jeff Galyan
ection have been good. -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot com Sun Certified Java(TM) Programmer == Linus Torvalds on Microsoft and software devel

Re: Swing?

1999-03-21 Thread Jeff Galyan
--- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at

Re: Java Machine Code

1999-03-19 Thread Jeff Galyan
You should look at writing it as a servlet and using Apache JServ (details at www.apache.org), instead of trying to find a Java bytecode-to-native-code compiler. So far as I know, there isn't one that's complete enough yet to be useable. --Jeff Chengyan Che wrote: > > Hi Fr

Re: Understanding 1.2 classpath

1999-03-13 Thread Jeff Galyan
ces SpiffyClass.java For running, you just jar up all your classes and put that jar file in /jre/lib/ext and everything works. -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com tali

Re: JDK1.2 release

1999-03-10 Thread Jeff Galyan
com.sun.java.swing to javax.swing, for example)... -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com talisman at anamorphic dot com Sun Certified Java(TM) Programmer == Linus Torvalds on M

Re: JDK1.2 fails to start

1999-03-10 Thread Jeff Galyan
--- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- > > Grace and peace to you from God our Father >

egcs-1.1a libstdc++ and jdk1.2

1999-03-08 Thread Jeff Long
Hi. Sorry if this is a repeat - I don't watch the list. The JDK1.2 prerelease seem to run fine on a Redhat 5.2 with all updates installed if you do ln -s /usr/lib/libstdc++.so.2.8.0 /usr/lib/libstdc++-libc6.0-1.so.2 Redhat doesn't have the latter. Since I had installed egcs1.1a, I noticed t

Re: JavaLinux for servlets

1999-02-17 Thread Jeff Galyan
cgi-devkit-2.1/doc/fastcgi-whitepaper/fastcgi.htm > > "FastCGI processes are persistent: after finishing a request, they wait >for a new request instead of exiting." > > "FastCGI . . . multiplexes the environment information . . . [allowing] >FastCGI progr

Re: JavaLinux for servlets

1999-02-17 Thread Jeff Galyan
aps the Perl > people will consider adding typing to the language (and indeed, they are > doing so). Likewise, if I point out to Java people that Java's parsing > capabilities are weak compared to Perl, perhaps they will add something to > help with that. In the end, everone wins, becau

Re: Help me compile for Native Methods?

1999-02-16 Thread Jeff Galyan
g(); > } > > } > > The C program is equally simple: > #include "HelloNative.h" > #include > > JNIEXPORT void JNICALL Java_HelloNative_greeting > ( JNIEnv *env, jclass cl) { > printf ( "Hello Native World" ); > } > > All of

Re: About Communication Ports API...

1999-02-16 Thread Jeff Galyan
unications API (I haven't played with it myself), you should be able to use it with no trouble at all. If there is any native code, and if it doesn't include the sources, someone should arrange with Sun to port the native portions of the package. -- Jeff Galyan http://www.anamorphic.com h

RE: Apache and JServ Module

1999-01-14 Thread Jeff Sider
http://www.servletcentral.com/1999-01/jserv.dchtml this may help you out. -Original Message- From: Marc Dumontier [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 13, 1999 4:52 PM To: [EMAIL PROTECTED] Subject: Apache and JServ Module Has anyone gotten the apache jserv module to wo

How do I get on the porting team

1998-12-03 Thread Jeff R. Lamb
Anyone know where to sign up to help with the porting of Java to Linux? -- Jeff R. Lamb [EMAIL PROTECTED] Computer Wizards Consulting http://www.computerwizards.com

Re: Java and 3D.

1998-11-19 Thread jeff
Magician http://www.arcana.co.uk is the best way to do Opengl with java. Joel Shellman wrote: > Related question. Does anyone know how or if there is a way to use the > Java 3D kit on Linux? I tried to download it but realized it was an > executable and therefore not runnable on linux. > > Thank

Sun ports JDK 1.2 to Linux in push for ubiquitous Java (InfoWorld)

1998-11-03 Thread Jeff Sider
http://www.infoworld.com/cgi-bin/displayStory.pl?98112.ecsunjava2.htm have you all seen this??

Feedback requested: java-linux mail archives

1998-10-22 Thread Jeff Breidenbach
t feedback to [EMAIL PROTECTED] is highly appreciated. Thank you, Jeff PS Some of the things I'm curious about: * Are the archives fast enough? * If not, where are you, and how slow is it for you? * Are they organized well? * Can the layout be improved? * What is the best/worst aspect

  1   2   >