Try http://www.mozilla.org/
Chi-Ming Yang wrote:
>
> Hi there,
> Where can I download netscape source code?
>
> Thanks
>
> -
> Free e-mail group hosting at http://www.eGroups.com/
at the moment, no one has such a machine making it
a bit hard to do the port :-)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
eing able to
close a resource from another thread without there being some Monitor
(mutex in Java) on that resource to keep only one thread doing things
with it at once. I would personally feel that such code, while it may
work in some cases/systems, is not code I would assume would work
everywhere
t;shared libraries
>libXpm.so.4: cannot open shared object file: No such file or directory
You need to update your XFree86 version.
The Motif libraries we used to build the JDK now require
the newer XFree86 releases.
Michael Sinz -- Director of Research & Development, NextBus Inc
e LIBC5 version works
while glibc will not be reliable.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
products are all on Linux.
In fact, they announced that it is now RedHat 5.1 (it used to be a
cross-compiled version of RedHat 4.2)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web --->
dler with three arguments or only one argument, with
>the macro SA_SIGINFO.
>
>The macro SA_SIGINFO is defined by including signal.h on
>linux 2.1.X, but isn't defined on 2.0.X.
On x86 we use the production kernels since most users will
be using such kernels. Other platforms may u
I find this difficult to understand.
I don't know what to do. I still hope to find some time to finish
the Alpha work but CVS is much more important and will make the work
that much easier to manage. (Lots of little changes in prototypes
and return types)
Michael Sinz -- D
to
do task switching while a call to a blocking I/O function is made.
Native threads do not have that problem (but may have others :-()
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
just the
readme needs to be updated) and the 1.1.7 release adds a major feature
for glibc systems - a native threads package! (not supported in libc5)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web
Uncle George wrote:
> u have my permission to post all those emails on this list. i'd like to see them
>myself. I
> think the previous offer was " who would u like to support ( with regard to the linux
> porting project takeover ) u or the guy from javaworld ( i think ), i beleive my ans
>was
>
5 years from now you walk up to a street corner and a guy in a dirty
coat approaches you.
He say hey man I've got all the sources for JDK 1.2 for sell.
How much would you give him
How much is 1.02 worth today...
Mike
have the files.
All of them should have them soon.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
This lets
Java run without the AWT addons.
If you have the wrong mix of libc/glibc (as in libc5 system and
a glibc version of the JDK) you need to get the "other" one...
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
On Sun, 01 Nov 1998 18:26:43 +0900, SHUDOH Kazuyuki wrote:
>[EMAIL PROTECTED]("Michael Sinz") wrote:
>
>> >What platform on which does binary distribution of JDK
>> >for linux compiled? Which version of linux kernel?
>
>> On x86 we use the productio
are controlling this from Java,
going directly to the hard drive just seems a bit, well, funny.
I do not know of any libraries for Java that provide low-level disk
access. Using JNI (Native Methods) you could write those routes in
another language (C is the easiest) and then use them from Java.
Mic
.)
You may wish to check that the jre command is the one you think it is.
which jre
should return the file .../jre117_v1a/bin/jre
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
ance for cluttering the list w/ goofy questions.
Yes it is included in the JDK/etc. If you have tar -zxf the file
the current version would be in:
.../jdk117_v1a/lib/classes.zip
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - ht
s and then as it for the host
name. However, you are correct, the machine would need to be in DNS
to support this.
Note that if you are not DNS named, a fully qualified name will have
little meaning.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] --
nly way)
I too like the feature but it is easy enough to have your own notification.
A harsh stop may not be able to control what is happening at the moment or
it would have to only check at certain points within the operations.
Michael Sinz -- Director of Research & Development, NextBus Inc.
t it. If not (bummer), I guess I must introduce
explicit end state detection (My problem is, of course, rather more
complex than the example given here, but the issues are similar).
Thanks,
- Michael Thome
[EMAIL PROTECTED]
On Fri, 13 Nov 1998 11:20:36 -0500 (EST), Michael Thome wrote:
>Now that we have the option of native threads, I'd like to start using
>thread resource pools. But, the Java semantics and/or the
>implementation appears to make it problematic with regard to
>applications wit
jar
Doing just "jar -t" will tell jar to read stdin for the
jar file itself - such as:
cat jarfile.jar | jar -t
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
java_wrapper invokes a library, and the library has to
> have the
> permission?? Or that 's' doesn't really mean what I think it means??
>
> Much Thanks,
> I guess until I figure it I'll live 'dangerously' with /dev/audio at chmod 666.
My /dev/audio is 660:
d worry about something
getting access to it - having all Java programs running as root would
be...)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
need to use jdk_1.1.7-v1a-glibc-x86.tar.gz along with the
native threads package. The native threads package is just an
"add-on" to the "traditional" JDK. (No need to download the
same thing more than once...)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mai
thread systems.
The core OS may not support the needed mechanisms to cleanly stop a thread
at various points (such as during a blocked I/O)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
.*
the appletviewer that is included in the JDK-package
works with both versions ... netscape on the other
hand claims to do that as well ... however :-(
what could be wrong ?
thanx for any hints
mic
_
Michael Brunsteiner
<[EMAIL PROTEC
stems really do not like using the NMI (non-maskable
interrupt) since it tends to make it impossible to know for sure that
the system will be reliable then.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
page source is available, by definition of how the browser
works.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
xt2fs.so.2 => libext2fs.so.2.3
ld-linux.so.2 => ld-2.0.5.so
libss.so.2 => libss.so.2.0
libcom_err.so.2 => libcom_err.so.2.0
libproc.so.1.2 => libproc.so.1.2
libdl.so.1 => libdl.so.1.9.5
libtermcap.so.2 => libtermcap.so.2.0.8
libncp.so.1 => libncp.so.1.0
ld-linux.so.1 => ld-linux.so.1.9.5
:!mcr!:| Solidum Systems Corporation, http://www.solidum.com
Michael Richardson |For a better connected world,where data flows faster
Personal: http://www.sandelman.ottawa.on.ca/People/Michael_Richardson/Bio.html">[EMAIL PROTECTED].
PGP key available.
Corporate: mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED].
the like)
Just look at how many times people have problems with this in a
reasonably technical group like Linux.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
ot
need to define things that are required definitions for the system to
operate. (Such as where classes.zip is for the JVM since it generally
does not make sense to use Java without it)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
lasses.zip file and thus if you use that you need
to find classes.zip and put that into the -classpath option and...
It is just a mess.)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
Gee, why don't you tell us how you really feel?
Persil wrote:
>
> REMOVE ME FROM THIS FUCKING MAIL LIST OR TELL ME HOW TO REMOVE MY SELF
> FROM THIS PIECE OF SHIT LIST! MOTHERFUCKERS
partially due to the misleading claims that Win95 was a 32-bit OS.
Cheers,
-mik
--
Michael Thome ([EMAIL PROTECTED])
. Now I'm ready to try it again. And
OK, I admit it, I'm not ready to be completely weaned from NT until
I'm comfortable with Linux.
Also is there a xemacs for Linux? I always like to duplicate somehow
the development environment I use at work.
TIA for any suggestions.
Michael
Hi,
I realise you probably get this question ten thousand times a day,
but is there a Java v1.2 porting project ? Is there any approximation
about when it would be available ?
Thanks a lot,
Michael Privat
---
Michael Privat
Massachusetts
e had a burst of thread
creation that completely choked the windows native thread system.
Haven't looked at the 1.1.7a diffs yet - anyone working on
something like this for Linux?
cheers,
-mik
--
Michael Thome ([EMAIL PROTECTED])
N_JAVA=true) version, then it will need
that library.
You should be able to install the JDK just fine and run it in its normal
configuration. (Note that if the RPM does not include the statically
linked JDK you may wish to grab the tar archive which does include the
fully release.)
Michael Sinz --
Choices, choices, so many choices! Anybody got any preferences on
emacs or xemacs for java?
TIA,
Michael Doherty
Michael Doherty wrote:
>
> Choices, choices, so many choices! Anybody got any preferences on
> emacs or xemacs for java?
>
> TIA,
>
> Michael Doherty
Thanks for the replies. I d/l jde and installed it. I'll try it first
with emacs because that came with the install
RE plus all of the code needed to develop java programs
in addition to running them.
For more details as to the differences, see the Sun readme files.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
This is funny when I worked on the 1.02 JDK port to NextStep I wrote a driver
that
allowed you to do DPS calles from Java. I felt it was th "way to go" Looks
like Sun
is moving in that direction. I suspect this is for Graphics2D support.
The driver is Mach based so not that useful. But if Sun is
ome professor that said that literacy for high
school students should include basic linux. Great idea! I'd add some
basic java literacy, also.
OK, here's a research topic for some grad student: can linux/java
training raise national IQ?
Well, that's all for now.
Best wishes to everyone for the new year
Michael
Richard Jones wrote:
>
> Michael Doherty wrote:
> > Anyway, the thing with linux is that it seems to run java code faster
> > than NT. NetBeans on the NT side (200MHz K6 w/128MB ram) is almost
> [...]
>
> I'm surprised. NetBeans crawls with the Blackdown
> L
Works great! Thanks Rich. I'm frankly kinda amazed. Jikes seems about
an order of magnitude faster than the jdk117_v1a compiler. Not sure how
that's possible but goota hand it to the guy(s) at IBM who wrote it.
Regards,
Michael
Richard Jones wrote:
>
> Micha
ch of the
point of shared libraries is to reduce download time and disk space
and in-memory space and ease of fixing problems in the library.
However, it also means that you have problems with library versions
and incompatibilities. Yuck.
Michael Sinz -- Director of Research & Development,
Brett W. McCoy writes:
> > I would like to run jikes on my RH 5.0 linux box, but jikes wants
> > libstdc++-2.8, while the current rpm contains libstdc++-2.7 and ...-2.9,
> > but not 2.8. :(
>
> Grab it at
>
>
>ftp://ftp.tux.org/pub/distributions/redhat/redhat-5.2/i386/RedHat/RPMS/libstd
>>>>> "Nathan" == Nathan Meyers <[EMAIL PROTECTED]> writes:
> Michael Doherty wrote:
>>
>> Works great! Thanks Rich. I'm frankly kinda amazed. Jikes seems about
>> an order of magnitude faster than the jdk117_v1a compiler. Not sure how
&
CLASSPATH would not have been so poorly implemented)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
and it cleans out any
of the variables that should not be there and then runs the correct
version of the netscape binary.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
What is the best place to reside if you want to program in Java for a
living? Please respond privately and I'll post a summary.
ernationalization
JDK == Developer kit + Run Time + Internationalization.
If you ship a Java product you can *not* ship the JDK with it.
You *can* ship the JRE or RT (and I18N) with it.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED]
{
>System.out.println ("d = " + d);
> }
>
> public static void main (String[] args)
> {
>DerivedClass derivedClass = new DerivedClass ();
> }
>}
>-
>
>$ java -version
>java version "1.1.6"
>$ java DerivedClass
>d = 0
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
is that you are doing a sufficiently complex thing as to
expose some of the (as always, somewhat arbitrary) language design
choices. As this level, any of the choices would result in someone's
mental model being violated.
Java threading is in an even worse position - the syntax was made so
trivial as to fool people into thinking that writing threaded code is
easy.
Cheers,
-mik
--
Michael Thome ([EMAIL PROTECTED])
WindowsLookAndFeel.java
5 Update swingall.jar and windows.jar
Of course this will only let you use the Windows PLAF on your
own Linux machine. And don't ask me about the legal
implications.
Good luck,
Michael
+------
pe of Linux
rather than, say, i386 (386), i486 (486), i586 (Pentium), or i686 (PII/PPro)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
ale correct work and for each line
of input, will echo back the line with "--> " pre-pended to it.
It exits at EOF or a thrown exception :-)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
Anybody know if the JavaHelp beta1.0 works on Linux?
http://developer.java.sun.com/developer/earlyAccess/javahelp/index.html
TIA
Michael
in such an environment. Most good
unix implementations should do rather well.
Now, the Linux port had to do lots of work to get Native threads to
work in the Linux threading model. And the Green threads also took some
work due to some library routine issues. (and the lack of poll() in the
kern
;pwd'. can
>anyone shed some light on what i must do?
Since you have CLASSPATH set, you may wish to put "." in you CLASSPATH
so that things in the 'pwd' are also loaded.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] ---
knows a workaround to this (or a nice trick?)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
e OS and/or limitations of the OS if the class name
has characters that are "outside" the scope of the OS.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
l/etc) it is slower by the factor that
the machine is slower. (A 486DX4/100 is much slower that
a P-II/266 no matter what you do :-)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
P. T. Kornman wrote:
>
> Has anyone out there been able to get Sun's Java Studio 1.0 to run on
> Linux? I went thru the procedure as described on the Blackdown pages and
> I get the error message
>
> Can't find class sun.jws.Main
>
> I do have my own (legally purchased)
Hi I need to add patches to Swing to fix show stopper bugs but
the new 1.1.1b1 does not compile under linux using jdk1.1.7
Jikes also fails.
Anyone have any luck. The problem seems to be in BasicTableUI.java
The private inner class access seems to fail. Under both Jikes and
javac.
Anyway Jikes
ls, some demos, etc.
The JRE is the "Java Runtime Environment" which is the full Java Environment
including all of the international language support files.
The RT is the "Run Time" which is the Java Runtime which has the basic
set of files but none of the internationalization
does not have an "import" statement since that is only
a compiler trick so that you do not have to type the full name.
You may wish to put in a bit of code where if the class is not found
you prepend the package name (or names) that you want and try again.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
licly available when we have a port done.
All of the 1.1.x diffs had been posted.
As to 1.2 (Java 2) there are different licensing rules that we are under
at the moment.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
(they claim all but if you depended on a bug in the JRE
then you would have a problem.)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
27;t load library
>'libXp.so.6'
This library means you need to update your X server a bit. It is a
library from the X server that Motif uses to print.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My
27;t load library
>'libXp.so.6'
This library means you need to update your X server a bit. It is a
library from the X server that Motif uses to print.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My
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,
I am having some trouble with jdk-1.1.6 for linux. I installed the tar
files and put the bin/ directory on my path. But:
$ javac HelloWorldApp.java
Segmentation fault (core dumped)
I run RedHat 5.0, and I am using the glibc version of jdk. Also, I assume
it's important to compile the kernel
This posting is a thank you note and compiles the responses.
I had this problem:
> >| $ javac HelloWorldApp.java
> >| Segmentation fault (core dumped)
> >|
> >| I run RedHat 5.0, and I am using the glibc version of jdk. Also, I assume
> >| it's important to compile the kernel for Java binaries?
Has somebody done some working on that?
--
Time sharing: The use of many people by the computer.
are not corrupt and would not show you anything useful.
Could it be that you have an older version of patch?
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
e problem is not that simple - there is the use of a few symbols
that are not longer available. (But then the whole ld wrapper stuff never
was something that I understood as to why Sun changed it.)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED
as Java 1.1 built in and they have a JIT that is a bit better than TYA
in their JVM. (Even the Linux Netscape does on x86 - just like on
Windows x86 systems.)
Sun did much of the original activator work and it is not part of the
JDK 1.1 source license we had.
Michael Sinz -- Director of Resear
/ 1000));
> System.out.println("iterations/second: " + rate);
> }
> }
> When I run this on my PPro 200 Redhat 5.1 box, I see the following:
> CLASSPATH="testmain:$CLASSPATH" java test.testmain
> TYA 1.2v3 (for J117 / Linux
bsolutely
required (as in, when doing admin work). This is a good habit to be
in since it tends to reduce your chances of really getting messed up
or having some unwanted access into your system. It also helps
identify things like access rights issues in your directories and files
since non-ro
elatively well but there are known limitations and
some other problems with it. You may have bumped into one or two of these.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
On Fri, 19 Feb 1999 17:29:55 -0500, [EMAIL PROTECTED] wrote:
>No, I'm seeing the same problem with both green and native threads...
Hmmm... I run Java from shell scripts all the time.
Which shell are you using?
Michael Sinz -- Director of Research & Development, NextBus Inc.
m
end the file to me from the web interface.
Normally not. A signed applet that the user lets the browser drop
the security for can do so but only then.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place o
[EMAIL PROTECTED] wrote:
>
> Hey,
>
> Just wanted to drop you a note. There is a computer
> show this weekend at the Radisson Hotel in Overland
> Park. If you are still looking for those parts, its
> a good place to find them. I think the hours are
> 10 to 3 on Sunday, but you might want to g
to run.
The status of class files is based on your UMASK. I normally run 007
for company work and 002 for "fun" stuff.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
re research goals.
Hopefully I'm mistaken.
If there is any interest at Sun in my Windowing system its called Shark
Windows
It freely available via CVS at www.gjt.org
cvs directory java/org/gjt/shark.
Thanks for your time.
Michael Emmel
Oliver Fels wrote:
> > Sorry but that who
ease is installed you would need to remember
to clean up any cruft otherwise other confusion will occure.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.
later.
The JDK 1.1.7v1 port will work just fine. You should use the libc5
version since RedHat 4.x is libc5 based. (RedHat 5.x is glibc - aka libc6)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place o
I've already done it : )
I've written a java windowing system called shark windows.
The AWT peers are implemented on top of the Swing.
I have a driver written on top of a Java device dirver for the Cirrus Logic
5430 it's currently not functional I haven't upgred its api.
One on top of a XLIB r
Last !
Where is JDK 1.2
Just I joke I wanted the honor of posting the last of the WHERE JDK
1.2 messages : )
No rush I'll be on vaction this weekend : )
Mike
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
you findt i on ??
mvh
mike.
--
#include
-------
(Ingeniør) Michael Nielsen BE(Hons)
work email: [EMAIL PROTECTED] telf: +45 9828 4611 x 26
Private email : [EMAIL PROTECTED] fax : +45 9828 4565
---
l
is called "srvany.exe" and it takes as options the thing to run.
Make that "java.exe classname options ..." with correct paths and
settings for the starting directory and it will work. I have run
some of our servers (for NextBus) on NT that way about a year ago
to show it coul
e idltojava compiler, which is only available
for windows and solaris, and hasn't been updated for months :-<.
mvh
mike.
--
#include
---
(Ingeniør) Michael Nielsen BE(Hons)
work
#include
---
(Ingeniør) Michael Nielsen BE(Hons)
work email: [EMAIL PROTECTED] telf: +45 9828 4611 x 26
Private email : [EMAIL PROTECTED] fax : +45 9828 4565
---
At ar
tter than that old clunky idltojava which is probably dead.
unfortunately it is not better, and is actually (if possible) more clunky
than the old idltojava, which we are still using.
mvh
mike.
--
#include
---
of code work?
I believe you need to make a simple class loader to add your own
path elements at run time from within Java. It is not a difficult
thing to do.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My
is label show up on the window.
Where is the addNotify()? (Just a guess... But that is what sets up
the peer...)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My pl
.1pl2, 29-Aug-97 of bzip2 in a libc environment.
The MD5 checksum of the file is
e752161e10ff78e50bbc46e43dddc4b2
Is this correct?
Greetings, Michael Jürgens
Mit vielen Grüßen
i.A. Michael Jürgens
FACTUM Projektentwicklung und Management GmbH
---
Phone: (49) 2 31 / 97 51 29 - 0
Fax:
101 - 200 of 473 matches
Mail list logo