Signed applets and commandline import problems

2007-01-24 Thread sprocket
nabble.com/Signed-applets-and-commandline-import-problems-tf3081668.html#a8562051 Sent from the Java Linux General mailing list archive at Nabble.com. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

Re: JNI problems

2005-04-10 Thread Al Niessner
Thank you for the help. Using LD_PRELOAD, I was able to change the error quite a bit. Now it fails after starting the JVM because the current stack is corrupt. I am not sure if this is an improvement or not, but it does mean I should be able to try various JVMs. Unfortunately, I have been building

Re: JNI problems

2005-04-08 Thread Juergen Kreileder
Al Niessner <[EMAIL PROTECTED]> writes: > Since it works with a C++ main(), I am guessing that there is some > symbol in Octave that is clashing with what libzip.so Probably, AFAIK Sun internalizes symbols in the i386 build but not in the x86-64 and ia64 builds. Our 1.4.2-01 for x86-64 should be

JNI problems

2005-04-08 Thread Al Niessner
I am looking for help on how to continue tracking this problem to its source. A solution would be nice, but it is not expected. I am using jdk1.5.0_01-x86_64 and have created a C++ library that creates an embedded JVM. I want to use a bunch of Java that I have written from within Octave (see www.

blackdown installation problems

2004-05-13 Thread julie doyle
/www.tml.hut.fi/~jsantala/feed/blackdown-add_1.3.1_arm.ip k ERROR: Cannot satisfy the following dependencies for blackdown-add: libxt Will this cause any problems when I'm trying to compile and run programs? And also when I tried to install the library libstdc++2.10-glibc2.2 I got the fol

Re: JDK Problems - LIBJAVA.SO Error

2003-07-23 Thread Juergen Kreileder
Hari Om <[EMAIL PROTECTED]> writes: > I downloaded and installed "j2sdk-1.3.1-02b-FCS-linux-ppc.bin" from > the penguinppc.org web site and followed the instructions. I was > able to INSTALL under /usr/local and also changed my PATH > variable.but later when I test my java version it gives > f

JDK Problems - LIBJAVA.SO Error

2003-07-23 Thread Hari Om
I downloaded and installed "j2sdk-1.3.1-02b-FCS-linux-ppc.bin" from the penguinppc.org web site and followed the instructions. I was able to INSTALL under /usr/local and also changed my PATH variable.but later when I test my java version it gives following error - wonder why

Re: focus problems under linux

2003-06-06 Thread Robert Upshall
What version of the SDK did you use on linux? I didn't noticed the problem with 1.3, but then again I have been doing more linux development since we switched to 1.4. Robert Matt Avery wrote: I have had some very strange problems running Java apps with KDE. The Oracle Java installer com

Re: focus problems under linux

2003-06-06 Thread David D. Lucas
You may have already checked this, but see if the Window Behavior for the window manager is "Focus follows Mouse". Set it to an alternative like "Click To Focus". It could be something with the window manager. Best Wishes, Dave Matt Avery wrote: I have had some very stra

Re: focus problems under linux

2003-06-06 Thread Matt Avery
I have had some very strange problems running Java apps with KDE. The Oracle Java installer comes to mind. I always run Gnome and developed a fairly large Swing app on my Linux box ( Mandrake 8.2 then 9.0, Eclipse 2.0 then 2.1 ). We did not experience any focus problems. The other

focus problems under linux

2003-06-05 Thread Robert Upshall
I have a Swing application that works as I expect and want under windows but the same application under linux will not handle focus requests the same way. I updated all my requestFocus() methods to be requestFocusInWindow() like the 1.4 docs recommend and I am yet to get the result I desire.

Re: 1.4.1 problems

2002-11-19 Thread James H. Cloos Jr.
> "Steve" == Steve Schlaifer <[EMAIL PROTECTED]> writes: >> I get errors like this whenever I run java from either download: >> Nov 19, 2002 3:42:49 PM java.util.prefs.FileSystemPreferences$3 run >> WARNING: Could not create system preferences directory. System >> preferences are unusable.

1.4.1 problems

2002-11-19 Thread James H. Cloos Jr.
I just grabbed and tested each of the Blackdown and Sun versions of j2sdk 1.4.1 for linux/i586. Neither work for me. When I try running the demos, I get empty windows with blue backgrounds. Except for the Applet menu in appletviewer nothing is displayed in menus. I get errors like this whenever

Re: still having JPS problems

2002-11-12 Thread Glenn Holmer
Glenn Holmer wrote: I'm trying to learn Java Print Services (JPS). I can now enumerate all the available printers and show their attributes in both Linux and Windows, but one of these printers (a labeling printer attached to a JetDirect box) is giving me fits. From Windows, I can print to it, bu

still having JPS problems

2002-11-11 Thread Glenn Holmer
I'm trying to learn Java Print Services (JPS). I can now enumerate all the available printers and show their attributes in both Linux and Windows, but one of these printers (a labeling printer attached to a JetDirect box) is giving me fits. From Windows, I can print to it, but under Linux, the sa

Problems with RH Null.

2002-09-18 Thread Tarjei Huse
Hi, I'm tesxting the Redhat Beta Null release. Now my girlfriend needs to do som javacompiling, but it seems that javac just hangs. I've tried adding the paths to the javasdk libs to ld.so.conf, but this doesn't seem to help. Does anyone know what I can do to get it to work? Also, where can I g

Re: Problems with the Swing classes

2002-09-09 Thread Trent Jarvi
--- Nathan Meyers <[EMAIL PROTECTED]> wrote: > On Tue, Sep 10, 2002 at 06:16:50AM +0800, Joe Abou Jamra wrote: > > hello.i downloaded j2sdk_1.3.1_02b_FCS_linux from the blackdown web site.All >programs are > working just fine except for any program containing any swing related classes.the >comp

Re: Problems with the Swing classes

2002-09-09 Thread Nathan Meyers
On Tue, Sep 10, 2002 at 06:16:50AM +0800, Joe Abou Jamra wrote: > hello.i downloaded j2sdk_1.3.1_02b_FCS_linux from the blackdown web site.All >programs are working just fine except for any program containing any swing related >classes.the compiler reports errors that the class is not found.For

Problems with the Swing classes

2002-09-09 Thread Joe Abou Jamra
hello.i downloaded j2sdk_1.3.1_02b_FCS_linux from the blackdown web site.All programs are working just fine except for any program containing any swing related classes.the compiler reports errors that the class is not found.For some reason, it cant find any of the swing classes only.Im using Re

HotSpot linkage problems (JavaCalls::call_stub)

2002-05-13 Thread Bill Huey
Hello, I'm a port engineer from the FreeBSD-java community doing a port of HotSpot to our operating system and I wonder where I can go to for asking technical questions concerning the JVM/HotSpot linkage layer, compiler problems and other things related to getting HotSpot debugged and wo

RE: Problems creating internal frames with Swing

2002-02-27 Thread Steve Graegert
> -Original Message- > From: Weiqi Gao [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 1:40 PM > > On Wed, 2002-02-27 at 03:01, Steve Graegert wrote: > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]] On Behalf Of A

RE: Problems creating internal frames with Swing

2002-02-27 Thread Steve Graegert
I'm using Sun's JDK 1.3.1 for Windows and Compaq's JDK 1.3.1-1 for Alpha Linux. There are no problems with Linux but Windows doesn't like my code. I started debugging under Windows and realized that the instance of JInternalFrame is created and JDesktopPane's add() metho

RE: Problems creating internal frames with Swing

2002-02-27 Thread Steve Graegert
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Amol Kulkarni > Sent: Wednesday, February 27, 2002 5:40 AM > To: [EMAIL PROTECTED] > Subject: Re: Problems creating internal frames with Swing > > > What is the

Problems creating internal frames with Swing

2002-02-26 Thread Steve Graegert
Hi List, I'm experiencing problems creating internal frames with Swing's JInternalFrame class. Maybe I misunderstood the concepts but creating internal frames shouldn't be that difficult. I first created an instance of JDesktopPane that will contain my instance of JInternalFram

Problems with key configuration

2001-10-31 Thread Ray Morehead
7;s install.  I wonder if anyone has had similar problems and knows of a workaround...  

Re: Problems with "java" executable

2001-10-23 Thread Calvin Austin
It could be http://developer.java.sun.com/developer/bugParade/bugs/4422213.html which is a generic hotspot bug but was found on linux :*( regards calvin Alexandre Saur wrote: > > Yes, I know... RedHat 7.0 is kind of old now... > but my glibc is the latest for redhat 7.0 as far as I know...

Re: Problems with "java" executable

2001-10-23 Thread Alexandre Saur
Yes, I know... RedHat 7.0 is kind of old now... but my glibc is the latest for redhat 7.0 as far as I know... the version is 2.2.4-18.7.0 It's a strange thing: when running classes, like "java HelloWorld", the problem does NOT occur... the class is executing perfectly... On Tuesday 23 October

Problems with "java" executable

2001-10-23 Thread Alexandre Saur
Hi, I just starting to use Blackdown's JDK for Linux, version 1.3.1. I have a Linux RedHat 7.0 computer with all the latest libc libraries installed. My problem is this: when I first run the java executable, like "java -version", the output is this: java version "1.3.1" Java(TM) 2 Runt

Problems with JMFRegistry and Linux

2001-09-21 Thread Doug Scott
I'm having some problem getting my video device to register using the jmfregistry. I'm actually using the Blackdown port, if that makes a difference. My problem is this: When I start the program to detect the video devices it goes throught the list of possible resolutions, "Trying 1 ... Trying

Re: GregorianCalendar problems regarding DST

2001-08-29 Thread Juergen Kreileder
Grant Byers <[EMAIL PROTECTED]> writes: > Is anyone able to tell me where the zoneinfo comes from when > constructing a default GregorianCalendar() ? > > Since last weekend ( when daylight savings began in > Australia/Victoria last year for the Olympics ) it's been > automatically adjusting time

GregorianCalendar problems regarding DST

2001-08-29 Thread Byers, Grant
Is anyone able to tell me where the zoneinfo comes from when constructing a default GregorianCalendar() ? Since last weekend ( when daylight savings began in Australia/Victoria last year for the Olympics ) it's been automatically adjusting time to 1 hour later than it is. When constructing a d

j2sdk-1.3.0-Sparc Problems!

2001-06-27 Thread Oktay Akbal
Hello Everyone, are there any Processor-Requirements with this Version of j2sdk for Sparc-Linux? We made a short try on an old Ultra 2 and did not get any Standard-Demo to work. Mostly we got ArrayIndexOutBounds-Exceptions. Is this a Problem with the old Ultra2 or does our Distribution (Suse7.1

Compatibility problems with IBM JDK?

2001-06-18 Thread kevin1
I'm using the sun jdk for a j2ee project. I'm interested in switching to the ibm jdk. They are supposed to be interchangable, no? Can I successfully do this? What problems would I run into? Thanks in advance Kevin ---

Drag & Drop problems

2001-06-12 Thread norm
I am trying to learn how to do Java Drag and Drops. I started by trying the example in ...Tutorial/dnd/sheetal.html, "A Drag and Drop Example by Sheetal Gupta". Running under Linux, the effect is to permanently "grab" the mouse and keyboard freezing X. I have tried this under two different wind

Re: Problems with fonts

2001-06-08 Thread Nancy F. Maniquis
: Wednesday, June 06, 2001 5:37 PM Subject: Problems with fonts > I am working with Mandrake 8.0 and Java version 1.2.2 Linux-JDK; > when I execute applets and applications appears the following: > > Font specified in font.properties not found [--symbol-medium-r-normal--

Re: Problems with fonts

2001-06-08 Thread jmsalvo
>From what I understand, you may have to install the URW fonts. See: http://www.blackdown.org/java-linux/docs/support/faq-release/FAQ-java-linux-6.h tml#ss6.4 > > Greetings: > > I am working with Mandrake 8.0 and Java version 1.2.2 Linux-JDK; > when I execute applets and appl

Problems with fonts

2001-06-08 Thread Mario Jaramillo R.
Greetings: I am working with Mandrake 8.0 and Java version 1.2.2 Linux-JDK; when I execute applets and applications appears the following: Font specified in font.properties not found [--symbol-medium-r-normal-- *-*-p-*-adobe-fontspecific] Please , tell me how to

Re: Problems with fonts

2001-06-08 Thread Nancy F. Maniquis
- Original Message - From: Amol Kulkarni <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 3:03 PM > I am facing the same problem with blackdown jdk1.2.2 on Red Hat 7.1. > I tried the solution as given in the jguru faq. > But it didn't work for me. > > Does anybody have other solutions.

Re: Problems with fonts

2001-06-08 Thread Amol Kulkarni
IL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 06, 2001 5:37 PM > Subject: Problems with fonts > > > I am working with Mandrake 8.0 and Java version 1.2.2 Linux-JDK; > > when I execute applets and applications appears the following: > &

Re: Problems with fonts

2001-06-06 Thread vijay kukreja
what is madrake 8.0 >From: "Mario Jaramillo R." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Problems with fonts >Date: Wed, 6 Jun 2001 14:37:53 +0500 (GMT) > > > Greetings: > > I am working with Mandrake 8.0 and Java version 1.2.

Mouse click problems with Mandrake 8.0 + KDE

2001-05-03 Thread Jim Hazen
I'm having a problem with Blackdown's JDK 1.3 FCS. I upgraded to Mandrake 8.0: glibc 2.2 KDE 2.1 XFree86 4.0.3 When I use the mouse in a Swing or AWT app, the mouse clicks register strangely. If I click the left mouse button 2 events, a left + right click are registered. If I click the middle m

Re: font problems in text input

2001-05-02 Thread Nathan Meyers
that looks decent in all environments. And the two toolkits > > in this case - the Windows GUI and Motif - are so different that the > > problem is a nightmare for a Java GUI of any complexity. Add a couple of > > other problems - the lowest-common-denominator capabilities of the AWT

Re: font problems in text input

2001-05-02 Thread Joi Ellis
dows GUI and Motif - are so different that the > problem is a nightmare for a Java GUI of any complexity. Add a couple of > other problems - the lowest-common-denominator capabilities of the AWT, > and the requirement that applet tags specify fixed pixel dimensions - > and you see that appl

Re: font problems in text input

2001-05-02 Thread Nathan Meyers
me, but it has aged poorly. Even the most careful programmers have a hard time designing an app or applet that looks decent in all environments. And the two toolkits in this case - the Windows GUI and Motif - are so different that the problem is a nightmare for a Java GUI of any complexity. Add a co

Re: font problems in text input

2001-05-02 Thread Bruce Miller
Joi Ellis wrote: > > On Wed, 2 May 2001, Bruce Miller wrote: > > > Although I dont have a better solution at hand, IMHO a lot of > > AWT (& Swing inherits enough of this) represents an opportunity > > missed. > > > > Many of us started out with Java years ago writting Applets --- > > and discove

Re: font problems in text input

2001-05-02 Thread Joi Ellis
On Wed, 2 May 2001, Bruce Miller wrote: > Although I dont have a better solution at hand, IMHO a lot of > AWT (& Swing inherits enough of this) represents an opportunity > missed. > > Many of us started out with Java years ago writting Applets --- > and discovered there was no access to enough

Re: font problems in text input

2001-05-02 Thread Bruce Miller
Joi Ellis wrote: > > On Wed, 2 May 2001, Ole Jacob Taraldset wrote: > > > They are going to say why isn't the Linux jre compatible with the > > windows version? > > No JRE in the world can compensate for lazy programmers. Agreed! And yet Although I dont have a better solution at hand, IM

Re: font problems in text input

2001-05-02 Thread Joi Ellis
On Wed, 2 May 2001, Ole Jacob Taraldset wrote: > To fix my specific problem, what if I: > > 1) Run xfs with tt-support and copy all my Windows fonts to LInux > 2) Edit font.properties to use the win fonts > > This should fix all my problems, or not? Nope. The Unix/Linux J

Re: font problems in text input

2001-05-02 Thread Ole Jacob Taraldset
To fix my specific problem, what if I: 1) Run xfs with tt-support and copy all my Windows fonts to LInux 2) Edit font.properties to use the win fonts This should fix all my problems, or not? -Ole Jacob On Wednesday 02 May 2001 13:42, Joi Ellis wrote: > On Wed, 2 May 2001, Ole Jacob Tarald

Re: font problems in text input

2001-05-02 Thread Joi Ellis
this to me. If > it is possible to make a fix for this, then why not? Most browsers (all?) > have code that is designed to handle badly coded HTML. Why should this be any > different? 90% of the problems I've seen are caused by 1) program hard-cdes a font which is native to win

Re: font problems in text input

2001-05-02 Thread Joi Ellis
On Wed, 2 May 2001, Ole Jacob Taraldset wrote: > They are going to say why isn't the Linux jre compatible with the > windows version? No JRE in the world can compensate for lazy programmers. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMA

Re: font problems in text input

2001-05-02 Thread Ole Jacob Taraldset
OK, I don't know a thing about jre's internals, but I can't imagine that it can be very hard to make the win and linux versions compatible. Now that all win fonts are available on Linux. Can somebody please explain this to me. If it is possible to make a fix for this, then why not? Most browser

Re: font problems in text input

2001-05-02 Thread Ole Jacob Taraldset
It is possible that this is a problem in the applet code, but that doesn't help me. I've had this problem with both my on-line banks (completely different systems) and the tax thing below. Isn't there a way to get around this? When the applets works fine in windows companies will not use thous

Re: Also Font problems ...

2001-04-30 Thread Juergen Kreileder
On Mon, 30 Apr 2001, Raphael Schmid wrote: > I just read Ole's post to this list and can say that I've got the > same problem... (you can check https://banking.apobank.de .. just > enter some numbers there) I get this problem with > o Caldera (Technologie Preview) > o Mandrake (7.1 an

Re: font problems in text input

2001-04-30 Thread Juergen Kreileder
On Mon, 30 Apr 2001, Ole Jacob Taraldset wrote: > I've had this problem since I started using Linux a few years ago, > and have been unable to find a fix. This must be a problem for many > people: When I access a Java applett on web which requires text > input the fonts in the input-box is to sma

Also Font problems ...

2001-04-30 Thread Raphael Schmid
Hi all, I just read Ole's post to this list and can say that I've got the same problem... (you can check https://banking.apobank.de .. just enter some numbers there) I get this problem with o Caldera (Technologie Preview) o Mandrake (7.1 and 8.0) o SuSE 6.3 and 7.0 and _

font problems in text input

2001-04-30 Thread Ole Jacob Taraldset
I've had this problem since I started using Linux a few years ago, and have been unable to find a fix. This must be a problem for many people: When I access a Java applett on web which requires text input the fonts in the input-box is to small (or large?) to bee shown. I've tried to hack the fo

Re: InetAddress.getLocalHost() problems with Debian Linux

2001-04-19 Thread David Brownell
(NIS) does have that policy, which explains why this problem shows up in other software from Sun (not just JDK 1.0, 1.1, 1.2., 1.3) when it's used in non-NIS environments. > getLocalHost() isn't broken, it's doing exactly what your machine's > /etc/hosts was telling it

Re: InetAddress.getLocalHost() problems with Debian Linux

2001-04-19 Thread Joi Ellis
On Thu, 19 Apr 2001, pdw wrote: > So my question is: is it wrong for the localhost entry in /etc/hosts to > contain the machine name? If not, getLocalHost() is broken. Yes, it's wrong, but it is commonly done on windows and on unix machines in the initial installation steps. It should not be l

Re: InetAddress.getLocalHost() problems with Debian Linux

2001-04-19 Thread Jesse Erdmann
I think that the following the following should help sorting some of these issues out. There are a variety of issues related to the way the InetAddress object works. I personally was having a problem getting all IPs for a multi-homed node, but I think that this also addresses the issue that you'

InetAddress.getLocalHost() problems with Debian Linux

2001-04-19 Thread pdw
InetAddress.getLocalHost() is supposed to return the ip address of the local host. But on my machine (Debian Linux, Blackdown 1.3, using DHCP) it returns 127.0.0.1. This makes sense, sort of, because 127.0.0.1 is a valid address for this machine. but it is useless. Here is the interesting thin

setuid problems

2001-04-11 Thread Joel Dudley
we have a strange problem with a jvm. whe have a jvm as running as userA at the command line userA can execute certain setuid binaries without a problem, however when the JVM runs as userA it cannot execute the binaries and spews out (java.io.IOException cannot execute). why would this be? we eve

socket problems

2001-03-31 Thread Kiran Nagaraja
I have 3 nodes a,b and c exchanging packets over datagram sockets. Each has a 1 receive and 1 send thread, and they receive over one port and send over the other well-known ports. When I kill the jvm on c, for sometime I am still able to send packets from b->c and a->c (this I think maybe to due

exiting problems.

2001-02-13 Thread Joseph Shraibman
pInit processes left around. I'm currently running 1.2.2fcs from blackdown. These problems have happened with 2.2.15 and 2.4.0 kernels. -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -

Re: Problems Running with -Xrunhprof

2000-12-28 Thread Nathan Meyers
Cynthia Jeness wrote: > I have installed the latest jdk1.3.0.01 rpm from Sun. Things generally > work. However, if I try to generate profiling output by specifying: Running with the classic JVM ("java -classic...") will get you profiling output. That option runs with green threads, not native

Problems Running with -Xrunhprof

2000-12-27 Thread Cynthia Jeness
I have installed the latest jdk1.3.0.01 rpm from Sun. Things generally work. However, if I try to generate profiling output by specifying: java -Xrunhprof:cpu=times HelloWorld Then, I get the following error. # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # ht

re: problems with RSA signed applets

2000-12-11 Thread John Richardson
For those who are reading the archives later: The real problem was that JRE 1.3.0_01 doesn't seem to use the browser's CA. It seems like it never worked on Linux, but it used to on Windows platforms. But it seems with 1.3.0_01, the jre no longer uses the browser's CA anywhere. The solution is

Network socket problems with 1.3 JVM on Redhat 7 kernel

2000-12-11 Thread jimcl
Hello fellow Java Linux fans, I have run into a problem. I have been running into problems running some specific Java code on the Blackdown 1.3-FCS release on Redhat 7.0 x86. The code works well on W2K, NT4.0, 98, and Solaris Sparc and works on earlier Blackdown JDKs in Linux. It is a simple

problems with RSA signed applets

2000-12-06 Thread John Richardson
I'm having a problem getting the plugin to verify a signed applet. The applet was signed with a RSA certificate. Unsigned applets seem to work fine. Changing the ~/.java.policy file to trust this RSA certificate works fine as well. The same applet works correctly on Win98 and WinNT4. The

Re: JServ problems

2000-12-04 Thread Joi Ellis
> [EMAIL PROTECTED] wrote: > > > > Hello, > > > > I'm working with Jserv 1.1.2 on Apache 1.3.12 on Red Hat 6.2. > > Occasionally, when I POST a large number of parameters ( ~100 fields) from > > an HTML form to a servlet, the last few parameters seem to be corrupted > > somehow - I get binary ch

Re: JServ problems

2000-12-04 Thread Diego Pons
[EMAIL PROTECTED] wrote: > > Hello, > > I'm working with Jserv 1.1.2 on Apache 1.3.12 on Red Hat 6.2. > Occasionally, when I POST a large number of parameters ( ~100 fields) from > an HTML form to a servlet, the last few parameters seem to be corrupted > somehow - I get binary characters and oth

JServ problems

2000-12-03 Thread hari
Hello, I'm working with Jserv 1.1.2 on Apache 1.3.12 on Red Hat 6.2. Occasionally, when I POST a large number of parameters ( ~100 fields) from an HTML form to a servlet, the last few parameters seem to be corrupted somehow - I get binary characters and other junk when I do a request.getParameter

Re: problems with serial port communication

2000-11-13 Thread Joi Ellis
there are many Swing mouse and painting glitches which aren't present in Sun's SDK. Then again, some Linux users have no problems here, but IBM's SDK doesn't seem to care for my workstation much at all... If you're looking for a Bean designer, beware that much (not all) of

Re: problems with serial port communication

2000-11-13 Thread Peter John Cameron
What's the consensus on the best Java IDE to use? I develop with VAJ 3.02 and JDK1.2 on w*nd*z* at work. I downloaded VAJ 3.02 for Linux. Unfortunately at the weekend I discovered that you can't simply "update" VAJ 3.02 for Linux from 1.1.7A to 1.2.2 :( I've only used VAJ so I'd like something wi

problems with serial port communication

2000-11-13 Thread Gozman Florian Leonard
> > Hello, > > I work on RedHat 6.2 platform and I'm to make a communication on Serial > Port using RXTX-1.5-3 package and JavaSun JDK1.3 package. > I've succeeded to send date from Linux on the serial port /dev/ttyS1 (in > Windows is COM2). > This data is received on Windows well. > But the prob

Re: Problems jdk-1.1.8-v3 + Slackware7.0

2000-11-01 Thread Greg Wolodkin
> > I'm sorry if this is a silly or always-repeated question, but I didn't > > find any reference in the faq, and I really need urgently a solution. > > > > The problem is, I'm trying to run jdk-1.1.8-v3-glibc-2.1.3 with my > > Slackware-7.0 linux distribution (glibc-2.1 based!). It's not possible

Re: Problems jdk-1.1.8-v3 + Slackware7.0

2000-10-25 Thread Josep M. Torne
On Mon, 23 Oct 2000, Peter Johnson wrote: > Oddly enough, you might try jdk 1.1.6 v5 for glibc. We're using it with a > great deal of success, on Linux kernel 2.2.17, glibc 2.1.3. We had font > rendering problems as well as severe slowdowns and/or segmentation violations >

Re: Problems jdk-1.1.8-v3 + Slackware7.0

2000-10-23 Thread Peter Johnson
Oddly enough, you might try jdk 1.1.6 v5 for glibc. We're using it with a great deal of success, on Linux kernel 2.2.17, glibc 2.1.3. We had font rendering problems as well as severe slowdowns and/or segmentation violations on all the newer versions from IBM, Sun and Blackdown. Peter Jo

Problems jdk-1.1.8-v3 + Slackware7.0

2000-10-16 Thread Josep M. Torne
rted `dirname $0`/${progname} $RUNTIME_ARGS -ms8m $RUNTIME_ARGS sun.tools.javac.Main $APP_ARGS Now I enclose some information about my system: -> java version: zapl:~$ /opt/jdk118_v3/bin/java -version java version "1.1.8" -> libc version: libc.so.6 => libc-2.1.2.

Linux Java 2 text rendering problems

2000-10-14 Thread Fred Gray
Hi, all, First of all, many thanks are owed to the Blackdown group, most recently for their JDK 1.3.0 Debian packages. My only complaint about Java 2 on Linux these days is the poor text rendering. Please have a look at the example at http://www.npl.uiuc.edu/~fegray/java-render/ It shows t

Re: Mozilla + JDK 1.3.0 RC1 + OJI problems

2000-10-08 Thread Craig Rodrigues
On Mon, Oct 09, 2000 at 05:27:43AM +0200, Juergen Kreileder wrote: > > Ignore this message for now. Just go to a page that uses applets > (e.g. http://mindprod.com/ConverterNative.html) and you should OK, that site worked. So did this one: http://www.isld.com/BookViewer/javaversion.htm This on

Re: Mozilla + JDK 1.3.0 RC1 + OJI problems

2000-10-08 Thread Craig Rodrigues
On Mon, Oct 09, 2000 at 05:31:31AM +0200, Juergen Kreileder wrote: > > "Craig" == Craig Rodrigues <[EMAIL PROTECTED]> writes: > > Craig> When I started mozilla, I got the following error: > Craig> > Craig> IN

Re: Mozilla + JDK 1.3.0 RC1 + OJI problems

2000-10-08 Thread Juergen Kreileder
> "Craig" == Craig Rodrigues <[EMAIL PROTECTED]> writes: Craig> I downloaded the latest snapshot of the mozilla browser, Craig> and JDK 1.3.0 RC1 from Blackdown ("java full version Craig> "Blackdown-1.3.0-RC1"). Craig> Under the mozilla/package/plugins directory, I placed

Mozilla + JDK 1.3.0 RC1 + OJI problems

2000-10-08 Thread Craig Rodrigues
Hi, I downloaded the latest snapshot of the mozilla browser, and JDK 1.3.0 RC1 from Blackdown ("java full version "Blackdown-1.3.0-RC1"). Under the mozilla/package/plugins directory, I placed symlinks to javaplugin.so and libjavaplugin_oji.so which are in the j2sdk1.3/jre/plugin/i386 directory.

Re: Problems with JDK 1.2.2 and RedHat 6.2, gnome, and enlightenment

2000-09-24 Thread Jesus M. Salvo Jr.
Program_, which sends its output to standard output. > > With the second example I ran into two problems, both of which probably > having as much to do with the fact that I am running RedHat 6.2, Gnome, > and Enlightenment. > > The first problem is pesky, but not fatal, althoug

Problems with JDK 1.2.2 and RedHat 6.2, gnome, and enlightenment

2000-09-24 Thread Peter D. Junger
I did download JDK 1.2.2 from the Sun webpages and it seems to work as it should when I ran the first example in Deitel & Deitel, _Java, How to Program_, which sends its output to standard output. With the second example I ran into two problems, both of which probably having as much to do

Re: problems with java

2000-09-07 Thread Nathan Meyers
On Thu, Sep 07, 2000 at 06:48:54PM +0200, Johan Groth wrote: > Hi, > After I installed 1.2.2 version of the JDK I tried to get a very simple > program to work. It looks like this: > > /** file hello.java **/ > /** --- **/ > > public class hello { > public static void main(String

Re: problems with java

2000-09-07 Thread Chris Kakris
Johan Groth wrote: > > Hi, > After I installed 1.2.2 version of the JDK I tried to get a very simple > program to work. It looks like this: > > /** file hello.java **/ > /** --- **/ > > public class hello { > public static void main(String args[]) { > System.out.println(

RE: problems with java

2000-09-07 Thread Brad Dolin
Title: RE: problems with java Hi, Try running with: /usr/local/jdk1.2.2/bin/java hello instead of /usr/local/jdk1.2.2/bin/java hello.class (java thought you were trying to run the 'class' class in package 'hello') > -Original Message- > From:

Re: problems with java

2000-09-07 Thread Joi Ellis
Johan Groth wrote: > > Hi, > After I installed 1.2.2 version of the JDK I tried to get a very simple > program to work. It looks like this: > > /** file hello.java **/ > /** --- **/ > > public class hello { > public static void main(String args[]) { > System.out.println(

Re: problems with java

2000-09-07 Thread Sandeep Konchady
1.0 > To: [EMAIL PROTECTED] > Subject: problems with java > Content-Transfer-Encoding: 7bit > Resent-Message-ID: <[EMAIL PROTECTED]> > Resent-From: [EMAIL PROTECTED] > X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/4323 > X-Loop: [EMAIL PROTECTED] > Resent

problems with java

2000-09-07 Thread Johan Groth
Hi, After I installed 1.2.2 version of the JDK I tried to get a very simple program to work. It looks like this: /** file hello.java **/ /** --- **/ public class hello { public static void main(String args[]) { System.out.println("Hello, world"); } } I compiled it wi

Problems of JavaPlugin 1.2.2 with KDE 1.1.2

2000-06-30 Thread Lars Lathan
Hello, does anybody knows if there are problems of the JavaPlugin 1.2.2 with the KDE 1.1.2 desktop? When I start a Java2 applet in the netscape 4.73 navigator on my linux (Suse 6.0, glibc2.1.2) having KDE 1.1.2 running, netscape quits without any error message. But running the same applet

Problems with Blackdown-Java-Plugin

2000-06-11 Thread Detlev Jäckel
Hello, I installed the recent Blackdown-Java-Plugin. I am using the Netscape 4.73 and SuSe 6.2 glibc2.1.2. There where no error or warnings during installation. NPX_PLUGIN_PATH is set to $HOME/.netscape/plugins. I can start the Java Console and it shows me, that it is using JRE-Version 1.2.2. When

Re: IBM Java 1.3: some problems.

2000-06-02 Thread Timothy Reaves
Kontorotsui wrote: > On 01-Jun-00 Timothy Reaves wrote: > > The Sun Windows 1.3 is the same way. This is the new way of doing things. > > I see. So the compiler error messages in 1.3, any 1.3, are changed, right? That is correct. ---

Re: IBM Java 1.3: some problems.

2000-06-02 Thread Kontorotsui
On 01-Jun-00 Timothy Reaves wrote: > The Sun Windows 1.3 is the same way. This is the new way of doing things. I see. So the compiler error messages in 1.3, any 1.3, are changed, right? --- Andrea "Kontorotsui" Controzzi - MALE Doctor in Computer Science Pisa - Italy - E-mail: [EMAIL P

Re: IBM Java 1.3: some problems.

2000-06-01 Thread Timothy Reaves
I have not had this problem. I have run two AWT programs, one large-complex the other small, and had no problem. I was not, however, running them for hours. Kristian Soerensen wrote: > Hi > > I just tried the IBM JVM 1.3 for Linux > With it's accompaining jit it's very fast, but it crashes X

Re: IBM Java 1.3: some problems.

2000-06-01 Thread Timothy Reaves
> > 3) This is not a bug, but is annoying... the compiling errors on the IBM 1.3 > Java compiler are less clear. The Sun Windows 1.3 is the same way. This is the new way of doing things. -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: IBM Java 1.3: some problems.

2000-05-31 Thread Dimitrios Vyzovitis
Kristian Soerensen wrote: Hi I just tried the IBM JVM 1.3 for Linux With it's accompaining jit it's very fast, but it crashes X every time I try running a program that uses the AWT. Has anybody else seen similar crashes and maybe looked further into what's gping wrong? I 've tested under enlight

Re: IBM Java 1.3: some problems.

2000-05-31 Thread Kristian Soerensen
Hi I just tried the IBM JVM 1.3 for Linux With it's accompaining jit it's very fast, but it crashes X every time I try running a program that uses the AWT. Has anybody else seen similar crashes and maybe looked further into what's gping wrong? --- http://www.elof.dk -

  1   2   3   4   5   >