Re: Input devices

2002-03-11 Thread Joi Ellis
> Rather than reinvent the wheel, I'd take a look at imwheel. That's compatible with Java and can be configured to send keypresses into the app based on the wheel movement. I'm not sure you need a Java driver at all. -- Joi EllisSoftware Engineer Aravox Te

Re: I'm newbee

2002-02-20 Thread Joi Ellis
nice, thick book entitled "Java Programming on Linux" by Nathan Meyers. I found it extremely helpful when I first got started. It had a CDROM in the back with a JDK or two and a whole bunch of tools and eval versions of commercial stuff. -- Joi EllisSoftware Engine

Re: difference between Blackdown's JVM and Sun's?

2002-01-24 Thread Joi Ellis
ackdown compare with Sun's, and how the kernel/glib versions affect things. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that

Re: jdk in rh7.0

2002-01-17 Thread Joi Ellis
dhat.com or one of its many mirrors, and download the glibc upgrade rpms. The glibc system libraries installed from the Red Hat 7.0 cdrom are beta-quality and are broken. You must replace them with current glibc packages for 7.0 before Java will run properly. -- Joi Ellis

Re: JDK 1.3.1_02 JBuilder4 Foundation and escape key

2001-12-29 Thread Joi Ellis
JB5 and JB6 are bundled with Sun JDKs and they work fine. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that it has Microsoft worr

Re: pass-vy-value problem

2001-09-26 Thread Joi Ellis
le) c.al.get(i)).toString()); > } >} > } > -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that it has Microsoft worried. Anythi

Re: anij

2001-09-24 Thread Joi Ellis
} > > } > > in anyj and ocurr this error: > > Exception in Thread "main" java.lang.NoClassDefFoundError:insert > > I do not understand this error.what happend? > What command are you using to launch your program? -- Joi EllisSoftware En

Re: Faking out an app that requires a GUI

2001-09-12 Thread Joi Ellis
fonts and/or images without using a physical display device. It comes up on headless web servers which want to generate dynamic gifs (hit counters) or whatever. The image/font manipulation stuff won't load without an X11 display, so xvfb is used to provide those resources without using an actual d

Re: Cannot convert string "xxxx" to type VirtualBinding

2001-07-30 Thread Joi Ellis
ons used by Blackdown and > Sun. Only Sun's version emits these warnings on some systems. > I get these warnings on Linux wehenver my DISPLAY variable is set to ":0.0" instead of "joi:0.0" (where "joi" is my workstation's host name.) -- Joi

Re: Linux Java IDEs

2001-06-27 Thread Joi Ellis
#x27; edition isn't available for download yet, but you can order an Eval version of Enterprise to try out. (JB5 has a Sun JVM bundled this time, no more broken IBM junk!) -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matte

Re: Build System

2001-06-23 Thread Joi Ellis
he C & C++ so that is is portable (Win32, > Linux & Solaris) but I don't need to portability for the java stuff. > It sounds like you need Ant. Find it on the Apache website. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL

Re: zip utility

2001-06-13 Thread Joi Ellis
file. (on the other hand, is the documentation for the jdk 1.3.1 > > available anywhere as a gzip or bzip2 file?) Sun also makes the jdk docs available in gzip and compress formats. You don't have to download zip if you don't want to. I don't. http://java.sun.com/j2se/1.3.0/

Re: zip utility

2001-06-13 Thread Joi Ellis
nywhere as a gzip or bzip2 file?) > Red Hat 6.2 contains packages: unzip-5.40-2 zip-2.3-4 These are not gzip or bzip2. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc.,

Re: jni link error

2001-05-29 Thread Joi Ellis
ses ld to load its stuff. Otherwise why would it keel over when the shared library still has unresolved references? -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one t

Re: JDialog not visible

2001-05-23 Thread Joi Ellis
time I had source available to fix this was 8 months ago and I've long forgotten what I had to fix. > /*Code Start*/ > JDialog npd=new JDialog(Dialog d,String s); > npd.show(); > npd.setSize(250,250); > /*Code End*/ Shouldn't you do the setSize() before the show()? -- J

Re: jdk with a small distro

2001-05-21 Thread Joi Ellis
On Mon, 21 May 2001, Alexander Popov wrote: > So my question is: What parts of the glibc can we > strip down - what does the Blackdown 1.1.8 VM need > from the standard glibc? Try this? nm -g -D -u /usr/local/java/jdk1.2.2/bin/i386/green_threads/java -- Joi Ellis

Re: waitFor after exec never returns

2001-05-18 Thread Joi Ellis
when you invoke this command string manually? Lynx is going into ncurses mode because it's confused. lynx -dump -force_html 94.text-html > 94.text-plain does exactly what you want. /bin/sh -c lynx -dump -force_html 94.text-html > 94.text-plain does not. -- Joi Ellis

Re: waitFor after exec never returns

2001-05-18 Thread Joi Ellis
ites to stdout as expected. Lynx isn't a shell script, you can invoke it directly in the exec() call. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I re

Re: problem typing special keys

2001-05-15 Thread Joi Ellis
and > just don't work at all. German "umlauts" are > working perfectly. There are Bug Parade entries about this very problem in 1.3.0. I'd try 1.3.1rc2, it's supposed to be fixed on the new version. -- Joi EllisSoftware Engineer Aravox Technologies

Re: Running j2sdk-1_3_0_02 on Redhat7.1

2001-05-02 Thread Joi Ellis
sr]# java > /usr/jdk1.3/bin/java: /usr/bin/cut: No such file or directory > > Can somebody please shed some light here? > BTW, I did not have any problem w/ Redhat 7.0 > and Kernel 2.2.16. Red Hat moved 'cut' from /usr/bin/cut to /bin/cut. You can fix it wit

Re: font problems in text input

2001-05-02 Thread Joi Ellis
ler prey. Only Windows users are suffering from this problem, the rest of us are doing fine without Microsoft's support. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the

Re: font problems in text input

2001-05-02 Thread Joi Ellis
t the initial size of a frame must stay below 640x480 unless the app already knows the user wants larger frames. I think the basic problem is that so many developers are taught bad habits with Windows from the very beginning. Neither they nor their instructors know better. 20 years ago, prog

Re: font problems in text input

2001-05-02 Thread Joi Ellis
another platform. Besides, this might fix the problem for your own machine, but it won't fix it for any of your other users. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBS

Re: font problems in text input

2001-05-02 Thread Joi Ellis
ris people (big telcos.) It's a simple matter to make applications cross platform Don't fight the JVM. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing

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 [EMAI

Re: Sun vs Blackdown/Hotspot vs classic and udp sockets

2001-04-27 Thread Joi Ellis
#x27;t need speed, I need the memory footprint and the stability of Sun/Blackdown. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that

Sun vs Blackdown/Hotspot vs classic and udp sockets

2001-04-26 Thread Joi Ellis
both threads terminating. Still that damned socket remains, blocking all subsequent use within the JVM. If anyone can offer a suggestion, I'd really appreciate some pointers. I've already studied Sun's Bug IDS 4137483, 4319693, 4400235, and every other bugid those three cross-r

Re: X11 window error using swing package?

2001-04-25 Thread Joi Ellis
process looks like this: Error: Can't open display: joint:0.0 (joint is a VMWare virtual machine running NT.) The error I get when the display host name is unusable looks like this: _X11TransSocketINETConnect: Can't get address for foobar Error: Can't open displa

Re: X11 window error using swing package?

2001-04-25 Thread Joi Ellis
ts file to make it function. I've seen the 111 error on general X11 apps, when the path is blocked between the display server and the x client. It's saying the JVM wasn't able to find the machine "mycomputername" or open a socket to it. -- Joi EllisSoftwa

Re: X11 window error using swing package?

2001-04-24 Thread Joi Ellis
ror: Can't connect to X11 window >server usi > ng ':0.0' as the value of the DISPLAY variable. > Specify the DISPLAY variable with the HOST name. IE for host asimov, export DISPLAY=asimov:0.0 -- Joi EllisSoftware Engineer Aravox Technologies

Re: InetAddress.getLocalHost() problems with Debian Linux

2001-04-19 Thread Joi Ellis
ould not be left that way unless the machine has no network interfaces. getLocalHost() isn't broken, it's doing exactly what your machine's /etc/hosts was telling it to do. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PRO

Re: getSystemClipboard != system clipboard

2001-04-15 Thread Joi Ellis
rse direction also works. Note, though, that 1.2.2 has a good chance of dumping core after doing this more than once, and 1.3 has a smaller but still finite chance of dumping core. It's flakey enough that I avoid pasting between Java and native X11 at all. This is one of my pet peeves, t

Re: J2ME Development on Linux?

2001-04-12 Thread Joi Ellis
ates ME with JBuilder. I think it's compatible with the free-download-version of JBuilder Foundation, too. I haven't used it myself. http://www.borland.com/jbuilder/hhe/ -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECT

Re: Redhat 7.0 and JVM

2001-04-12 Thread Joi Ellis
for 7.0. Check their website for glibc updates and download the most recent. (I think there have been 4 or 5 so far. the first two weren't sufficient.) -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think

Re: error on calling c function in java

2001-04-09 Thread Joi Ellis
gt; # > # Error ID: 4F533F4C494E55580E43505005BC > # > # Problematic Thread: prio=1 tid=0x804e500 nid=0x7062 runnable > # > 18Aborted Stick that long number into Bug Parade's search engin. I remember looking for it a few weeks ago. Either I found a workaround or took a different road around it,

Re: ask for path

2001-04-09 Thread Joi Ellis
sh daily and don't have any problems betweeh .bashrc and .bash_profile. What problems are you seeing? Note that there are a number of system- and user-level configuration options which affect shell initialization. man sshd for details. -- Joi EllisSoftware Eng

Re: ask for path

2001-04-09 Thread Joi Ellis
_profile No, no no. Don't DO this! Now you're running everything multiple times! -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like

Re: set path for jdk.3

2001-04-09 Thread Joi Ellis
r system. A reboot is not necessary. One need only logout and login, or simply source the profile. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really

Re: Java3d1.2-FCS for i386

2001-04-03 Thread Joi Ellis
and the new java3d. It probably won't solve the problem but it should help narrow it down some. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really lik

Re: DDD

2001-03-30 Thread Joi Ellis
ms. ddd 3.3 adds support for jdb 1.2. 3.2 had jdb support, too. The changelog I'm looking at doesn't go back far enough to say when jdb was first supported. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter wh

Re: Unexplained slowdown with drawImage.

2001-03-25 Thread Joi Ellis
the JVM that running gc is desirable. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that it has Microsoft worried. Anything

Re: accessing java string

2001-03-07 Thread Joi Ellis
allback to a function of your own which receives the JString as a parameter, or you could read the JString from an object's fields. Perhaps if you posted a snippet of java code which contains that string, we could make some more specific suggestions. -- Joi EllisSoftware Engine

Re: Brutal X-Windows performance of Swing apps on slow links

2001-03-06 Thread Joi Ellis
will provide X11 compression without the ssh encryption/ authentication baggage. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that

Re: upgrade the make utility

2001-02-22 Thread Joi Ellis
$ uname -a Linux joi 2.2.16-3 #1 Mon Jun 19 19:11:44 EDT 2000 i686 unknown -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that it

Re: VisualAge 3.02 under Linux

2001-02-19 Thread Joi Ellis
... > > Could some one give me any suggestions? Have you updated your RH7.0 glibc rpms? The stock rpms are badly broken and will prevent Java from running properly. Red Hat has released 3 or 4 different sets of glibc update rpms since the cds were mastered. I'm

Re: System.exit() value not being observed with 1.3.0 FCS?

2001-02-12 Thread Joi Ellis
ues when the thread which calls exit() is not the main() thread. I believe one of the comments at the end of the report mentioned the same problem is in BlackDown. http://developer.java.sun.com/developer/bugParade/bugs/4388732.html -- Joi EllisSoftware Engineer

Re: Does jdb work on linux?

2001-02-12 Thread Joi Ellis
ve tested Sun 1.2.2 for Linux, which doesn't have a native threads *or* a hotspot, and it fails there as well. I've gotten it to launch on simple test cases, but not ever on a real live project. :/ -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROT

Re: Does jdb work on linux?

2001-02-10 Thread Joi Ellis
t;aren't available at this time." I just allocated one vote on this one. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is t

Does jdb work on linux?

2001-02-09 Thread Joi Ellis
([] And my app never starts running. Am I doing something stupidly obviously wrong, or is jdb simply nonfunctional on linux no matter whose jvm is involved? -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we thi

Re: Messed up swing windows

2001-02-09 Thread Joi Ellis
was OK. Wrongly, as it turned out... And VisualAge was developed on what platform? ;) -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux i

RE: Messed up swing windows

2001-02-08 Thread Joi Ellis
those where they are needed generally makes my dialogs behave on all platforms, not just Windows. I don't know that this is the issue you're having, but it's where I start looking. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED],

Re: Javac Hangs

2001-02-04 Thread Joi Ellis
and "javac > -g" also produce nothing. Check your rpm list to see if the Red Hat installer added the kawa packages to your machine. Those can cause all sorts of strange problems if they were present when you are trying to use Sun or Blackdown java on the same machine. -- Joi Ell

Re: Where is the enviroment files for JBuilder4.0?p

2001-02-01 Thread Joi Ellis
.jbuilder4. On unix this would be $HOME/.jbuilder4, on Windows it's under your user profiles directory. Some config files are stored in the jbuilder4 install path itself, but these should be considered system-wide configurations, not user-specific configurations. -- Joi Ellis

Re: Why does jdk not run on Red Hat Linux 7.0?

2001-01-16 Thread Joi Ellis
s JVM. I'd go visit an update site (I usually try ftp.valinux.com first) and download every available glib*rpm for 7.0. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc

Re: Does -Xrunhprof work correctly with Hotspot? Or does -green turn HotSpot off?

2001-01-16 Thread Joi Ellis
up using rpms for Java precisely for this reason. With tarball > installations, its easy to have multiple versions on one system (I have at > least four at present). rpm does have a relocate facility that lets you stuff the contents of an rpm in a custom location. I haven't eve

Re: Objects in a VM

2001-01-11 Thread Joi Ellis
> So, if you're willing to create a reference to the instance you will be > interested it before you need it, and store it somewhere, you can later > retrieve that reference at some later date and use it. That would be a Singleton. http://members.tripod.com

Re: Missing message (Was: address for ibm jdk bugs?)

2001-01-08 Thread Joi Ellis
27;t want anyone else seeing what absolute crap their JVM is. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that it has Microsof

Re: address for ibm jdk bugs?

2001-01-07 Thread Joi Ellis
em using the debugger on Linux. They canceled my post. I'll never recommend IBM's JVM to anyone. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I

Re: Mr.Y.SHIVAKANT

2000-12-19 Thread Joi Ellis
st resubscribe. The only other possiblity is to move to a moderated list, or a controlled-access list, so that his mails or his subscription requests can be filtered away by the moderator. Doable, but Ick. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED]

Re: What are the disadvantages of using jikes instead of javac?

2000-12-19 Thread Joi Ellis
On Tue, 19 Dec 2000, Lachlan O'Dea wrote: > On Mon, Dec 18, 2000 at 06:07:39PM -0600, Joi Ellis wrote: > > On Mon, 18 Dec 2000, Jacob Nikom wrote: > > > > > Hi, > > > > > > I started to use jikes and like it very much. So I started to wonder

Re: What are the disadvantages of using jikes instead of javac?

2000-12-18 Thread Joi Ellis
uns on only one platform? -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that it has Microsoft worried. Anything that kicks a

Re: Unable to run SUn Java JDK v 1.3.0 on Linux

2000-12-18 Thread Joi Ellis
jdk1.3/bin to the PATH statement. This will put the java bin directory into your search path and you won't need to specify the full path to the java command. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter wh

Re: UnknownHostException

2000-12-08 Thread Joi Ellis
resolver question!) If ping doesn't work, verify "nslookup home" doesn't work, either. Then look at /etc/nsswitch.conf and /etc/resolv.conf and the man pages for nsswitch.conf and resolv.conf. If your network has no dns services, then verify your /etc/hosts file has an ent

Re: Is it possible to start Java application in another directory?

2000-12-07 Thread Joi Ellis
re, and remember to put the *top* of the directory structure in your classpath, then just about everything related to java will work properly. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux vers

Re: Starting java

2000-12-07 Thread Joi Ellis
Java service > running permanetly so > I don't have to the export command everytime I need to use java compiler > ? > Thanks in advance. Edit your .bash_profile file in your home directory and adjust the PATH statement. -- Joi EllisSoftware Engineer Aravo

Re: JServ problems

2000-12-04 Thread Joi Ellis
POST input limit. Or you may have to rebuild apache to up the limit at compile time. The POST limit is large, but it's not infinite. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus Fre

Re: error with Runtime

2000-12-03 Thread Joi Ellis
atforms, 'dir' is a built-in function of the command line shell, command.com/cmd.exe/whatever. Try this: Runtime.getRuntime().exec("c:\command.com /c dir") Question: Why are you using platform-specific stuff instead of java.io.File.list()? -- Joi Ellis

Re: Pablo- configurar imap

2000-11-27 Thread Joi Ellis
RCHIVE Perdoname usted que no digo mas, leo pero ya no halbo la lengua bien. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is

Re: localhost ip

2000-11-21 Thread Joi Ellis
different address, when your own host looks itself it, it can only get one A record back. So, if what I understand of DNS is true, it is just that easy. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we thin

Re: localhost ip

2000-11-20 Thread Joi Ellis
address by which that machine can be reached by others. That's what you need to find. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the o

Re: Tar

2000-11-20 Thread Joi Ellis
On Mon, 20 Nov 2000, Lambert, Stephen : CO IR wrote: > What tar command lists out the contents of jdk.tar without extracting or > compressing the tar file? > Thanks. If it's really a tar file, then tar tf jdk.tar If it's a jar file, then jar tf jdk

Re: imap java

2000-11-18 Thread Joi Ellis
implement this > public void mouseEntered(MouseEvent e){} and this > public void mouseExited(MouseEvent e){} They have do-nothing empty method bodies. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter w

Re: The best window manager for java????

2000-11-17 Thread Joi Ellis
are testing against. I tried GNOME again, and after the 3rd core dump in the first hour I jettisoned it. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I reall

Re: UML designer...

2000-11-17 Thread Joi Ellis
On Fri, 17 Nov 2000, Diego Pons wrote: > Joi Ellis wrote: > > > > On Fri, 17 Nov 2000, Erick wrote: > > > > > > > > > > > Is ther a UML desinger like visio for Linux, so we can avoid doing all those > > > calcs and plans on the paper?

Re: UML designer...

2000-11-16 Thread Joi Ellis
On Fri, 17 Nov 2000, Erick wrote: > > > Is ther a UML desinger like visio for Linux, so we can avoid doing all those > calcs and plans on the paper? > Together/J has a linux version. I haven't used it, though. -- Joi EllisSoftware Engineer

Re: application to start automatically at boot

2000-11-15 Thread Joi Ellis
e if the toolkit can return the PID of the jvm anywhere. I don't know if there is one. If not, a JNI method may be useful here. Once your code knows its PID, write it to a file. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROT

Re: CVS vs RCS vs ? Thanks

2000-11-14 Thread Joi Ellis
ectories), but since everyone else lives > with this, I can to. What I do is place such shared files into a java project/CVS Module of their own and reference them from the other projects. IE APP1, APP2, and LIBS. -- Joi EllisSoftware Engineer Aravox Technologies

Re: java developer feedback

2000-11-13 Thread Joi Ellis
onts, JFileChooser, etc, are all basic things end users will see, and the roughness along these edges makes life difficult for developers, too. These items affect the *nix developers as well, especially the lack of print support on Linux. -- Joi EllisSoftware Engineer Aravox Technologi

Re: CVS vs RCS vs ?

2000-11-13 Thread Joi Ellis
onths (because I have a SourceForge project, and also because JBuilder supports it internally, now.) I don't know what else is available for Linux besides RCS and CVS. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No ma

Re: problems with serial port communication

2000-11-13 Thread Joi Ellis
a limited-time (60 days?) eval copy of the full product for the same $7 and try it out. I started with JBuilder back in February; at the time it was the only IDE available for Linux which supported 1.2.2. IBM's offering was still in the 1.x dark ages and was several versions behind even

Re: java developer feedback

2000-11-12 Thread Joi Ellis
lementation >for the KDE people would be nice also. Oh, please don't make java dependant upon gnome or kde only. Make it generic, please!! I HATE Gnome. I can't work with it 5 minutes without having something dump core. It's also a memory pig. -- Joi Ellis

Re: AWT PROblem

2000-11-11 Thread Joi Ellis
On Sat, 11 Nov 2000, Fustini (proxys) wrote: > Hi, > I have some problem with Linux RH 6.2 + JRun 3.0+ JDK 1.2.2 SUN. > When i use getToolkit() method in a servlet a error appears : DISPLAY > value :0.0 X11 Server not responding. Change your DISPLAY variable to provide a host name. Java doe

Re: java developer feedback

2000-11-10 Thread Joi Ellis
s couldn't print, either.) This may be much better under 1.3. SMP Developers wishing to run on SMP machines post often, also. Sun's 1.3 readme is unclear on this... (The 1.3 beta README didn't contain the line about SMP kernels not being supported, the 1.3RC

Re: question about java 1.3 source

2000-11-06 Thread Joi Ellis
s far as I know it's all-java. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that it has Microsoft worried. Anything that

Re: where is the "jre" executable ?

2000-11-03 Thread Joi Ellis
(exceptions on start). I guess I will have to keep > both JDK on my system. What's wrong with a simple symlink? That's what I did. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux

Re: where is the "jre" executable ?

2000-11-03 Thread Joi Ellis
command. > > I have some applications which are needing that (for example > telebanking stuff) : > exec jre -nojit -noverify -mx32m -ms32m -cp >.:lib2:lib2/ap:lib2/ap.zip:lib2/br:lib2/br.zip:lib2/sw:lib2/sw.zip DN2 > Just make a symlink from 'jre' back to '

Re: problem with jni lib

2000-10-31 Thread Joi Ellis
.so* Don't make too many assumptions based on size. The link may pull only a handful of routines from a large library to build your own library or object file. If you really want to see what's going on, make sure your Makefile contains: LDOPT=-Xlinker -t -Xlinker -Map -Xlinker /t

Re: problem with jni lib

2000-10-31 Thread Joi Ellis
ris there are two different JVMs, and the 'java' command defaults to green. You have to coerce it to use native threads. The line in the 1.2 README file stating only green threads are supported is missing from the 1.3 README. I don't know what applies to Blackdown's JVM. --

Re: problem with jni lib

2000-10-30 Thread Joi Ellis
;$(SRC)/JNsApiSubsystemInterfaces.h regenerated"; $(SRC)/com/aravox/nsapi/JNsApiSubsystemInterfaces.java: @echo "Nothing to do." -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL

Re: problem with jni lib

2000-10-30 Thread Joi Ellis
? If g++ can't find its symbols, the JVM sure won't load it, either. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that it h

Re: suse 7.0, IBM java and glibc

2000-10-30 Thread Joi Ellis
uilt package with that version requirement. That's what I've read, anyway. I don't remember what versions were under discussion. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux

Re: Certain keys do not work with Java

2000-10-30 Thread Joi Ellis
een are running JBuilder 4 under Sun 1.3, is in the editor pane the escape and del keys input a garbage character into the document being editted. This doesn't happen running IBM 1.3, but then IBM's 1.3 is completely useless for debugging. Every attempt gets me a core dump from

Re: problem with jni lib

2000-10-29 Thread Joi Ellis
in my previous message. They only appeared as extra dependancies and were built using the suffice rule, so I felt their presence would only clutter the information. But libsystem.so actually needs bits of each for some calls to resolve during the link step. -- Joi EllisSo

Re: problem with jni lib

2000-10-29 Thread Joi Ellis
rated"; $(SRC)/com/aravox/nsapi/JNsApiSubsystemInterfaces.java: @echo "Nothing to do." clean: rm -f $(LIBOUT)/*.so rm -f $(SRC)/JNsApiSubsystemInterfaces.h - -- Joi Ellis

Re: [Fwd: I am lost! Can you help?]

2000-10-27 Thread Joi Ellis
On Fri, 27 Oct 2000, Rajesh Patel wrote: > I am using jsse1.0.2, Redhat 6.2 jdk 1.2.2. > > Thanks, The error message said what the problem was. Not only must your method's name and parameters match, but the return type must match also. -- Joi EllisSof

Re: Redhat 7.

2000-10-26 Thread Joi Ellis
he recent glibc update RPMs. You can download JBuilder from http://www.inprise.com/jbuilder/foundation/ but it's still the 3.5 version, 4.0 is out on CDRom but not the website, yet. You can order 4.0 CDRoms in a $50 package if you're really in a rush. I don't have the url f

Re: Pablo Trujillo

2000-10-21 Thread Joi Ellis
w object Foo and assign that to a parameter, the caller doesn't receive Foo back. It's a matter of semantics. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the on

Re: Pablo Trujillo

2000-10-20 Thread Joi Ellis
On Fri, 20 Oct 2000, Pablo Trujillo wrote: > I need to carry out a variable passage for reference in a function of Java. > Can somebody help me? Java doesn't pass by reference. You can pass an object, and through that access and change the fields it contains. --

Re: Using JNI from kernel module

2000-10-18 Thread Joi Ellis
cam, it whines about video support symbols. It loads fine if I use modprobe bw_qcam instead. Is the thingy which implements JNI_CreateJavaVM also a module? Is it in the kernel's module path? -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED]

Re: Forte vs Emacs? Your opinions, experiences

2000-10-18 Thread Joi Ellis
le OpenTool makes dealing with mass-adds much simpler. http://www.javabuilders.com/opentools/multifile.html I don't know if this tool works under JB4 yet, it certainly works under 3.0 and 3.5 (all-java versions.) -- Joi EllisSoftware Engineer Aravox Technologies

  1   2   >