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
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
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
is, we where having IO
problems. After running for about 1 day, Linix started reporting IO errors
and stating that it couldnt 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
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]
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
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
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), 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
=
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
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
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
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
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
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
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
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. :)
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
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
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
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
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
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
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
"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
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
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]
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
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
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/
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.
>
>
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
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
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
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
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
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
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
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
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
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
---
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.
>
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:
>
>
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
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
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
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
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
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
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
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
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
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.
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.
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
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
=
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
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
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
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
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
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
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
.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
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
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:/
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:
"..
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
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
),
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
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
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
"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
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
"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.
, 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
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
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
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]
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
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
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
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
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
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
---
> 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
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
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
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
---
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
> --
>
> Grace and peace to you from God our Father
>
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
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
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
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
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
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
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
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
http://www.infoworld.com/cgi-bin/displayStory.pl?98112.ecsunjava2.htm
have you all seen this??
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 - 100 of 104 matches
Mail list logo