Thanks to all the pointers. I decided to get jad as the decompiler to
use, and it worked great. I still have to test all the class files
after compiling them from what it creates, but going through the source,
jad sure did a good job.
Also thanks for the pointers on the Makefile problems I had.
Hi Folks
I am writing Servlets using JRun Pro 2.3 and Apache 1.3. I have a
problem in placing the Servlets Source files in different dir other than
the JRun Pro default Servlets dir. I even tried doing the same with the
Java Web Server 1.1.3. But could not map the Servlets dir to a different
dir
Kevin White wrote:
>
> Ok, I'm really stupid. Please don't flame me for how stupid I was. I
> was writing a Makefile and testing it
>
> First problem: the cd apparently doesn't work in the make file, so it
> actually removed my java source files from where I really, _really_
> didn't want t
Ok, I'm really stupid. Please don't flame me for how stupid I was. I
was writing a Makefile and testing it. In the make file I have:
#make a directory we can use for jarring things up
mkdir jar
#copy the com/kevinsworld/. directory structure
cp -r com jar
cd jar
#don't want java files in
Interface Definition Language (for CORBA)
Carl
Nathan Buggia wrote:
> Does IDL stand for Interactive Data Language?
>
> On Mon, 8 Mar 1999, Alvaro del Castillo wrote:
>
> > Hi guys,
> >
> > Thanks for your great work.
> >
> > I have installed JDK1.2pre1 in a Debian 2.0 system and I have no
> >
Hi!
I know this is not a Java-Unix mailing list, but I have a question which someone might
still be
able to answer.
I am running Solaris 2.6 and JDK1.2 (Reference Implementation). When I start up a GUI
program I get
the following messages:
Font specified in font.properties not found [-urw-itc
Does IDL stand for Interactive Data Language?
On Mon, 8 Mar 1999, Alvaro del Castillo wrote:
> Hi guys,
>
> Thanks for your great work.
>
> I have installed JDK1.2pre1 in a Debian 2.0 system and I have no
> problems using javac and java.
> But you know, we need other tools for our Java develo
Is there an ETA for diffs? I want to get this running on FreeBSD
ASAP.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I have got exactly the same warning msg, though no seg violation. the
swing program runs okey. but the font does not look nice.
i also got the following msg
Warning: Cannot allocate colormap entry for default background.
i'm using RH5.1
can anyone help? Thanks!
% java test
Font specified in
There is a rpm package at
http://www.shopthenet.net/publiclibrary/RPM/dld/5.4/i386/RPMS/i386/bzip2-0.1pl2-2.i386.html
it works fine for my RH5.1
On Wed, 10 Mar 1999, Chris Kakris wrote:
> [EMAIL PROTECTED] wrote:
> >
> > I noticed that the download I have of the JDK1.2 is 36M and the all of the
Hi -
I having problemink with Java Web Server to build on RedHat 5.2 . . .the
jwebs.diff patch is not finding something
###
[root@beo_host JavaWebServer1.1.3]# patch --input=./jwebs-linux.diff
can't find file to patch at input line 3
Perhaps
[EMAIL PROTECTED] wrote:
>
> I noticed that the download I have of the JDK1.2 is 36M and the all of the new
> ones are 24M and 12M, plus they are in a bz2 format.
> How does one go about unpacking this format?
> I have RedHat5.2 and when I try to unpack bzip20rmp all I get is
> Howev
Hello;
I tried running jdk1.2 on RedHat 5.2 with no luck. No matter what I do
libjava.so is not found. So I upgraded the libs, such as glibc, libc,
egcc, libstdc++, etc. I still get the same error, plus, I can not run
jdk1.1.7 due to a missing symbol.
A suggestion is to provide different compile
john adams wrote:
> The Cobalt Qube and RaQ products are proving popular over here in the Uk
> as I expect they are in the states The Qube II has just been launched.
>
> These have MIPS CPUs running at 150 and 250Mhz.
>
> I have a customer who has one of these at raileurope.co.uk and he wants
> j
Stuart Ballard wrote:
>
> I get the warning about zapf dingbats too (lots of times on starting a
> single swing app) and the application seems to get the font metrics
> wrong - the text appears at the normal size, but there are huge gaps
> between lines (as if it was all doublespaced).
>
> The a
I get the warning about zapf dingbats too (lots of times on starting a
single swing app) and the application seems to get the font metrics
wrong - the text appears at the normal size, but there are huge gaps
between lines (as if it was all doublespaced).
The application in question is jEdit, whic
I'm having a problem getting the JDK1.2 to run on my work machine. It's a
RedHat5.0 with a handful of upgrades. Anything non-gui related works fine, but
when I try to do anything graphical, I get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/usr/local/jdk1.2/jre
Nathan Meyers wrote:
>
> Now that we can't nag about JDK1.2, I'll reluctantly break the ice on
> another availability question:
>
> Any plans afoot to do the JVMDI (native JVM Debugger Interface) on
> Linux?
I withdraw my question... it's apparently already there (my mistake).
What I'm missing
On Tue, Mar 09, Mark Minas wrote:
> thanks for your work on porting JDK 1.2 to Linux. I've downloaded JDK
> 1.2 pre-v1 for i386 and have tried to run it on a Pentium PC with 2.0.36
> kernel (SuSE 6.0 distribution). Everything is running fine as long as no
> X11 window has to be opened. In that ca
I noticed that the download I have of the JDK1.2 is 36M and the all of the new
ones are 24M and 12M, plus they are in a bz2 format.
How does one go about unpacking this format?
I have RedHat5.2 and when I try to unpack bzip20rmp all I get is
However, I can't find any help files list
"Alexander V. Konstantinou" <[EMAIL PROTECTED]> writes:
> I have submitted a bug report concerning an error running the SwingSet demo
> on a RedHat 5.2 machine running XFree + AcceleratedX in 32-bit mode.
> After posting, I tried restarting in 16-bit mode and the demo executed.
This is interesti
It seems like 1.2 pre1 cannot do UDP broadcasts. DatagramSocket.send
throws permission denied if broadcast address is specified. I
looked at the kernel source (I use 2.0.36) and it looks like
before broadcasting is allowed SO_BROADCAST socket option needs to be
set on the socket. jdk 1.2 on NT d
This was the first thing I looked at in the source, the reference to
"CLIPBOARD" is still hard coded in the source which I think is calling
native code to set up the selection using XLib, atoms and all that, so I
would guess the answer must be no. I think this is a platform specific issue
for X.
Clipboard interaction between JFC/Swing and other XFree86 apps
Does the JVm application cut & paste between the CLIPBOARD buffer and/or
the PRIMARY buffer ?
Pete
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
Peter Kovacs wrote:
>Is there any facility (Java API call) which can be used to catch operating
>system signals sent to the Java Virtual Machine and do whatever deemed
>necessary upon reception of a specific signal?
There isn't anything as standard. Perhaps this will help, though:
http://in
Is there any facility (Java API call) which can be used to catch operating system
signals sent to the Java Virtual Machine and do
whatever deemed necessary upon reception of a specific signal?
Any help appreciated.
Peter
--
T
Folks,
Just a note to say I have JDK1.2 running under RedHat 5.2 successfully, after putting
in the
recommended symlink for libstdc++-libc6.0-1.so.2.
All my Java2D code works fine, AffineTransforms, Stroke, Image manipulation etc.
Next I have to try to get JavaComm working.
I am seeing an occa
RTFM
The workaround was posted many messages ago
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Log in as root and run these two commands.
% g++ -shared -o /usr/local/lib/libstdc++-libc6.0-1.so.2 -lm
% ldconfig
After doing that it worked on my RedHat 5.2 box.
Mo DeJong
dejong at cs.umn.edu
On Tue, 9 Mar 1999, Mark Minas wrote:
> Hi,
>
> thanks for your work on porting JDK 1.2 to Linux.
Hi,
thanks for your work on porting JDK 1.2 to Linux. I've downloaded JDK
1.2 pre-v1 for i386 and have tried to run it on a Pentium PC with 2.0.36
kernel (SuSE 6.0 distribution). Everything is running fine as long as no
X11 window has to be opened. In that case, a shared library
libstdc++-libc6.0
Well, the code anyway. I have now finished the first version of a java
class wrapper for the linux joystick driver, written a java gui test
program, and it works! ... er, At least it works on my system, with my
jdk, on my distribution, with my joystick, so I'd like to make it
available for others
Hi all,
I want to know whether there is a port available or some one is working on
porting JDK (Java Linux) to Strong ARM platform (Netwinder?).
TIA
Siva
---
Sivakumar V
32 matches
Mail list logo