Problem with downloading 1.2 pre-release

1999-06-08 Thread Jacob Nikom
Hi, My name is Jacob Nikom. I tried to download JDK 1.2 for Linux and got some problems with java files. I got very strange content of the /jdk1.2/bin directory: //homes/nikom/work/java/bin/jdk1.2/bin ls -l total 8 lrwxrwxrwx 1 nikomstaff13 Jun 8 18:11 appletviewer_g -> .java_wrap

Re: My Thanks--Re: JNI Errors: Need Help

1999-07-28 Thread Jacob Nikom
Sun Tutorial is not for Linux. If you use JNI on SGI, you have to use -shared too. Jacob Nikom [EMAIL PROTECTED] wrote: > Many, many thanks. > The Sun Tutorial DOES NOT show that little trick. > > _ > Steve Gee > Java Developer > Maxor National Pha

Re: Calling Same Native method more than once.

1999-08-03 Thread Jacob Nikom
I don't think there is any limitations on the number of calls of C routine. I call my C routine from Java thousand times without any problem. Look for something else - memory problem of threads. Do you call your routine from the main tread or you created separate one? Jacob "Nagaraj S.B" wrote:

[Fwd: Re: Calling Same Native method more than once.]

1999-08-04 Thread Jacob Nikom
Original Message Subject: Re: Calling Same Native method more than once. Date: Wed, 04 Aug 1999 10:46:06 -0400 From: Jacob Nikom <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: MERL To: [EMAIL PROTECTED] References: <[EMAIL PROTECTED]> <[EMAIL PROT

Re: Java Media Framework

1999-08-04 Thread Jacob Nikom
Which JMF you are asking about? Do you mean JMF1.0. 1.1 or 2.0? Jacob -=Steve-o=- wrote: > Sorry if I'm repeating myself, but I'm new to this mailing list... > > Anyway, does anyone have any tips or advice on getting Java Media Framework > (All-platforms) and JDK 1.1.7 to work on Slackware Linu

Re: Food for thought...

1999-08-17 Thread Jacob Nikom
Windows on their Intel and non-Intel hardware. Intel is another interesting player in Linux+Java combination. They developed JMF1.0 and look at Java favorably. They run Linux on Merced and they have $250M fund for software development for Merced. Currently they don't have too many applicant

Re: IBM's Java/Linux agenda

1999-08-23 Thread Jacob Nikom
Linux runs well on PowerPC which is CPU for AIX, OS/390, and OS/400. So for IBM Linux could be MVS (their mainframe OS) for 21 centure as well. Jacob Charles Forsythe wrote: > > > And who thinks that the big heads at IBM have other reasons for supporting > > java [than] ... java hurts M$. > >

Re: IBM's Java/Linux agenda: why JDK1.1.6 port?

1999-08-23 Thread Jacob Nikom
Do you know why IBM ported JDK1.1.6 instead of 1.1.8? I could understand why they did not pick up 1.2, but 1.1.8 is very stable and capable of. Jacob Aravind Selvaraje wrote: > > Agreed. > > Currently, IBM spends more money on Java and Java related products than Sun. > > With their EJB market

Re: where get bunzip2?

1999-08-31 Thread Jacob Nikom
I think gunzip works as well (/usr/bin/) Jacob Roland Silver wrote: > > To use I need to download and bunzip it with bunzip2. > > I don't think there's a bunzip2 with Red Hat Linux 6.0 -- which I > use. Where can I get it, for Linux/i386? > > -- Roland Silver <[EMAIL PROTECTED]> > > ---

Re: media programming

1999-09-08 Thread Jacob Nikom
Look at URL: http://java.sun.com/products/java-media/jmf/2.0/ Jacob Nikom R MUTHUSWAMY wrote: > > hi guys, > > i want to do some video programming. i have decided to use the > java media api (JMF1.1). what are the versions the JMF1.1 supports and > can i download

Re: Niiiccee...

1999-09-09 Thread Jacob Nikom
I am sure it is something great, but I the response I got was: tr: no match Jacob Riyad Kalla wrote: > > This is to lighten the spirits a little bit, login to a > Unix/Linux machine and type this: > > echo njdsptpgu tvdlt | tr [b-z] [a-y] > > Best wishes > > -

Re: Gosling says he wants to support Java on Linux

1999-09-10 Thread Jacob Nikom
ting system versions. Because Linux and its applications are free, repackagers could force the users to update their software accordingly to avoid old version maintenance nightmare. Yes, it is not ideal solution, but commercial solution is not ideal either. The important point to make easy upda

Re: JNI on linux.

1999-09-14 Thread Jacob Nikom
library gcc -shared HelloWorldImp.o -o libhello.so my_directory>ls -l HelloWorld.java HelloWorld.class HelloWorld.h HelloWorldImp.c HelloWorldImp.o libhello.so step 6: Run the Program java HelloWorld Hello world! Good luck, Jacob Nikom Justin Lawler wrote: > > Hi all, > > is t

Re: voice program

1999-09-23 Thread Jacob Nikom
Look at JMF2.0beta. I think it should run on Linux. http://java.sun.com/products/java-media/jmf/2.0/documentation.html Jacob Nikom R MUTHUSWAMY wrote: > > hi, > i am interested in the VoIP programming. have anybody done any > kind of programming in the voice over ip area.

Re: Float -> Double conversion bug ?

1999-09-24 Thread Jacob Nikom
I think there are specs like strict math in Java, which allows to use more than 64 bits of precision for intermediate calculations - you know Intel's x86 FPU has 80 bits. There was a discussion about utilizing those bits in Java. Jacob Nikom Juergen Kreileder wrote: > > >>>

Re: required Libraries

1999-10-06 Thread Jacob Nikom
modules were compiled and placed into libawt.so library, so in reality you call X, but you don't need to link with it? Thank you, Jacob Nikom Nathan Meyers wrote: > > Jeff Galyan wrote: > > > > Java *always* requires Motif and X libraries. Even on Solaris. End of > >

Changing the font on Swing slider

1999-10-07 Thread Jacob Nikom
, Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Changing the font on Swing slider

1999-10-08 Thread Jacob Nikom
Do you know where the information about current settings is located? Jacob [EMAIL PROTECTED] wrote: > > hmmm... if that doesn't work, you might try overriding the PLAF for that > component. > > On Thu, 7 Oct 1999, Jacob Nikom wrote: > > > Hi, > > > >

Re: Api Linux

1999-10-08 Thread Jacob Nikom
If you have to call C routine from Java, use JNI. It works well under Java on Linux. Jacob Nikom Rogério Garibalde Miranda wrote: > > How can I make a call to an API of the linux using java? I want to add an > user to the linux, for example. thank you. > > Ro

Re: Changing the font on Swing slider

1999-10-11 Thread Jacob Nikom
7;s WindowsLookAndFeel.java or > other LAF classes. > > On Sat, 09 Oct 1999, Alex M. wrote: > > Yeah... I think it is in com.sun.plaf.DefaultLookAndFeel or something like > > that. > > > > On Fri, 8 Oct 1999, Jacob Nikom wrote: > > > > > Do you kno

Re: Benchmark results for Linux JVM's.

1999-10-13 Thread Jacob Nikom
Hi, Does anybody know comparable benchmarks for Java, C and C++ tasks? I am interested in comparative speed of the languages - any platform is good. So far I heard only about two years old Java/C++ comparison on NT, which stated similarity in speed under some conditions. Thanks, Jacob Nikom

Re: Benchmark results for Linux JVM's.

1999-10-13 Thread Jacob Nikom
3 - 4 times. Jacob [EMAIL PROTECTED] wrote: > > Benchmarks comparisons between Java and C/C++. > > Thanks. > > Lee > > -Original Message- > From: Jacob Nikom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 13, 1999 11:35 AM > To: [EMAIL PROTECTED

Re: ddd as a java debugger

1999-10-13 Thread Jacob Nikom
Hi, Do you know anything about GCJ - latest Cygnus tool for Java compilation and debugging? Jacob Nikom Nathan Meyers wrote: > > "Daniel P. Zepeda" wrote: > > > > You can find DDD at: > > > > http://www.cs.tu-bs.de/softech/ddd/ > > > > Jus

Re: JNI on linux.

1999-10-13 Thread Jacob Nikom
Hi, I am pretty sure, if you remove your libhello.so library completely from your directory, you are going to get exactly the same message. It means that your loader cannot find your library libhello.so, even if it is in the directory. I don't think LD_LIBRARY_PATH matters. Verify that you h

Re: ddd as a java debugger

1999-10-13 Thread Jacob Nikom
"install", "build" and "configure" tasks, overall 9 tasks (another task, "test" is optional). I even did not mention Insight yet. Also, they mentioned about some compiler limitations, like it does not support inner classes. Do you think it is i

Re: reminder - this list is for Java & Linux

1999-10-15 Thread Jacob Nikom
Linux or Java problem. Currently our traffic is not bad at all. We have about 10 - 15 messages per day. This is not a lot comparing for example with Java for Media Framework listserver - more than 30 per day. Less than five usually means that the listserver is dying. Jacob Nikom Nicholas W

Functional difference between JDK 1.1.8 and 1.2

1999-10-19 Thread Jacob Nikom
Hi, What are the functional differences between JDK 1.1.8 (IBM) and Blackdown 1.2? Do they have any diferent API? I know that Swing for 1.1.8 is not a part of the JDK as for 1.2. Is Java2D in the 1.1.8? Thank you, Jacob Nikom

Re: Java 2

1999-11-01 Thread Jacob Nikom
I think Blackdown port is Java 2. What specific package do you need? Jacob Nikom [EMAIL PROTECTED] wrote: > > Does anyone know even roughly when Java 2 will be ported to Linux? > > I am planing to start a project, and would prefer to wait for Java 2 if > it won't be t

Swing, Threads and InvokeLater() method

1999-01-02 Thread Jacob Nikom
ink I designed it wrongly, please, tell me so. I am not very experienced in Threads. Thank you, Jacob Nikom PS: I put some print statements to trace the execution better //=== beginning of the file ThreadPanel.java == import java.awt.*; import java.awt.event.*; import javax.

Re: Compiling shared objects for JNI

1999-01-02 Thread Jacob Nikom
Here I wrote my own tutorial for creating JNI "Hello, World!" application. I think it is more detailed than the SUN's one. Try it, Jacob Nikom Tutorial "In the "Lesson: Compiling and Running a Java Program with a Native Method" the tutorial author described si

Re: JNI-Linking/loading .so objects used by c code

1999-01-03 Thread Jacob Nikom
Check the names of your native methods in .java, .h and .cxx files Are they the same (with respect to JNI requirements)? Jacob Nikom Raj Patel wrote: > > Hi everybody, > I am having trouble linking/loading *.so > objects that are used by my C++ code.

Re: Thread in the Linux's JVM

1999-11-08 Thread Jacob Nikom
ce my Java methods with JNI calls I must use yield(), otherwise the application simply does not work. There is no mentioning of yield() method in any SwingWorker-related documentation. It would be nice to know more about multithreading features of Linux JVM. Jacob Nikom > Evandro Luquini wrote: >

Re: silly newbie question

1999-11-08 Thread Jacob Nikom
Use JAVA_HOME environment variable and assign your classpath to it. Jacob Nikom Jalaluddin Riaz wrote: > > pardon me for this silly question, but i have to know. How do i set multiple > classpaths? i have jdk1.2pre2 running and want to do some stuff with > servlets and jdbc. the

Re: Thread in the Linux's JVM

1999-11-09 Thread Jacob Nikom
have to change the non-event-dispatching thread's priority in order to allow the event-dispatching thread get called. Is it simply assumed? This is strange. Jacob Nikom Nathan Meyers wrote: > > Jacob Nikom wrote: > > > It would be nice to know more about multithreading featu

Re: JavaLinux: Re: Where should I start?

1999-11-10 Thread Jacob Nikom
nning Linux" by Matt Welsh and others by O'Reilly. If you worked with VB you are probably interested in GUI development. You can try to replicate your VB work using Swing. I like John Zukowski's latest book "Definite Guide to Swing for Java 2". Good luck, Jacob Nikom

Re: Question about printing in Jdk 1.1

1999-11-12 Thread Jacob Nikom
Window Toolkit represents each pixel as a 32-bit integer. Bits 24-31 are the alpha transparency, bits 16-23 are the red value, bits 8- 15 are the green value, and bits 0-7 are the blue value." You can use lookup table to save space and generate colors on fly. Jacob Nikom. Eric Chao wrote:

Re: place to get limix 1.2 port for linux

1999-11-15 Thread Jacob Nikom
http://www.blackdown.org/java-linux/mirrors.html Abeezar wrote: > > hi > > can anyone tell me the palce where i can get jdk 1.2 port for linux > > regards > Abeezar Burhanpurwala > > -- > To UNSUBSCRIBE, email to [EMAIL PROTE

JNI problem - unresolved symbols at RUN TIME

1999-01-17 Thread Jacob Nikom
should be found (resolved) during the linking stage. If there is no complains from the linker, there should not be any complains during runtime. Looks like it is not so, but why? Do you have any suggestions how to fix or investigate the problem

Re: JNI problem - unresolved symbols at RUN TIME

1999-11-22 Thread Jacob Nikom
Thank you Nathan, You were right. I thought if you use C++ files the linker picks up correct libraries automatically - not yet. Anyway, your answer reminds me how great our listserver is. Thank you again, Jacob Nikom Nathan Meyers wrote: > > On Fri, Nov 19, 1999 at 06:44:48PM -0500,

Question: JAVA_DEBUG environment variable

1999-11-23 Thread Jacob Nikom
debugging? Is it Blackdown JDK specific variable? Thank you, Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Problem with Native Thread under jdk1.2.2 RC2

1999-11-29 Thread Jacob Nikom
Was HotSpot ported to Linux? Jacob Nikom Andy Choi wrote: > > Hi all, > > I have got a problem using native thread and hotspot with rc2. When i > try to run java, it would gives me the following messages. > > /usr/local/jdk1.2.2/bin/i386/native_threads/java: erro

Re: Using native functions in Java

1999-12-01 Thread Jacob Nikom
If you cannot changed the name of your function in the library, you have to create JNI wrapper for this function. You call this wrapper from Java using JNI and make your function call from this wrapper. You also have to link your shared C++ library. Jacob Nikom [EMAIL PROTECTED] wrote

Java Advanced Imaging availability on Linux

1999-12-06 Thread Jacob Nikom
is case they have special distribution? Is it possible to use them on Linux? Is it pure Java stuff? Thank you, Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Java Andanced Imaging avalability on Linux

1999-12-06 Thread Jacob Nikom
s that you write your application once and it will run anywhere." However, when I wanted to download the package I found the formats only for Windows and Solaris for SPARC and x86 platforms. So, is it really possible to run JAI on Linux? If yes, which distribution I should download? Thank yo

Re: Sun and Inprise Java 2 announcement

1999-12-07 Thread Jacob Nikom
t guys from Inprise think about it? Jacob Nikom Brian Pomerantz wrote: > > On Tue, Dec 07, 1999 at 04:39:07PM -0500, Derek Glidden wrote: > > > > Not to dis you or your company's efforts, but if this is actually a > > "clean" implementation of the JDK straight

Re: Blackdown JDK vs Sun JDK

1999-12-08 Thread Jacob Nikom
I am eager to buy it. Could you tell us when it will be available? Jacob Nikom Nathan Meyers wrote: > > Man, it's hard to keep up with this business! > > When the industry's first book about Java/Linux hits the streets in a > few weeks, it'll have several ch

Re: Sun and Inprise Java 2 announcement

1999-12-08 Thread Jacob Nikom
L. Code released under my name promotes me and makes me responsible for it. Michael Young gave his IPO shares to some Linux developers years after they did their work. It created good precedent for Blackdown team. Who knows, may be McNealy is going to do something like that in the future? Jaco

Re: sun announcement

1999-12-09 Thread Jacob Nikom
I was able to get in - it looks like it exists. Jacob Nikom Robbie Baldock wrote: > > Dimitrios Vyzovitis wrote: > > > Apparently, sun has made an apologetic announcement. Check out: > > http://java.sun.com/features/1999/12/linux.html > > That URL doesn'

Re: sun announcement

1999-12-09 Thread Jacob Nikom
It looks like they forgot to connect it to the rest of the site - even search of their web site does not find it. Jacob Wolfgang HOSCHEK wrote: > > Any other Sun page linking to that page? Couldn't find one. > > Wolfgang. > > Jacob Nikom wrote: > > > > I wa

Re: Good job on 1.2.2RC*, comments

1999-12-10 Thread Jacob Nikom
team. Who knows, may be McNealy is going to do something like that in the future? Jacob Nikom Michael Thome wrote: > > Just wanted to say that I'm *really* pleased with 1.2.2RC2, and I'm > sure that the rest will be even better. I've been running RC2 with > native th

Simpliest way to check the file presence.

1999-12-20 Thread Jacob Nikom
Hi, What is the simplest way to check, whether the file exist or not on the Linux hard drive? Is there any operation which delivers binary output whether file exist or not? Thank you, Jacob Nikom -- To UNSUBSCRIBE, email to

Re: JAI

1999-12-22 Thread Jacob Nikom
You don't have to port it to Linux - your can run it on Linux. See in the JAI archive how to do it - search for Linux keyword. Jacob Nikom Morten Primdahl wrote: > > Is Java Advanced Imaging getting ported to Linux? > > -- > Morten Primdahl Caput ApS Tel +45

Re: how to extract .tar.bz2 ?

1999-12-27 Thread Jacob Nikom
6. Unzip the file with bzcat bzcat jdk1.2pre-v2-debug.tar.bz2 > jdk1.2pre-v2-debug.tar 7. Untar the file tar xvf jdk1.2pre-v2-debug.tar 8. Set up the path set path = (/homes/nikom/work/java/bin1/jdk1.2/bin $path) Jacob Nikom [EMAIL PROTECTED] wrote: > > I download Blackdown jdk1.2.2:

Re: Do you have any example showing us how to read a line. an interger, a float... from console?

1999-12-30 Thread Jacob Nikom
import java.io.*; // KeyboardInput.class reads a line of text from standard keyboardInput, class KeyboardInput { public static void main (String args[]) { String keyboardInput = ""; boolean inputError; InputStreamReader inputStreamReader = new InputStreamReader(System.in);

Re: JDK1.2 installation on Linux...

2000-01-04 Thread Jacob Nikom
file with bzcat bzcat jdk1.2pre-v2-debug.tar.bz2 > jdk1.2pre-v2-debug.tar 7. Untar the file tar xvf jdk1.2pre-v2-debug.tar 8. Set up the path set path = (/homes/nikom/work/java/bin1/jdk1.2/bin $path) Hope it helps, Jacob Nikom > Pramila wrote: > > Hi! , > > I just down

Re: New site for doing Java on Linux jlinux.org

2000-01-06 Thread Jacob Nikom
Very good idea. However, how to separate Java from Java/Linux from Linux? Java/Linux from PC? Are you going to have different pages for those topics? Jacob Nikom Christopher Smith wrote: > > Hi there. I have collected various bits of info on running Java on > Linux and decided to p

Re: Nathan's Book

2000-01-10 Thread Jacob Nikom
For example, Quantum Bookstore in Cambridge cited $39.99, but called it "preliminary" price. Jacob Nikom Nathan Meyers wrote: > > Rich Ibbotson wrote: > > > > I realize that this is way off-topic for this list, and I apologize for that... > > But there's

Re: Nathan's Book

2000-01-10 Thread Jacob Nikom
Does "Java Programming for Linux" have anything about programming Java 3D on Linux? Jacob Nikom Nathan Meyers wrote: > > Rich Ibbotson wrote: > > > > I realize that this is way off-topic for this list, and I apologize for that... > > But there's a rat

Java 3d installation problem

2000-01-10 Thread Jacob Nikom
o and where I have to put it? Thank you, Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Java 3d installation problem

2000-01-11 Thread Jacob Nikom
Hi Jeff, Thank you very much for your answer. I followed your suggestion and it worked. The only thing I have to add was the change to the LD_LIBRARY_PATH variable, which Java (or its different packages) used to get to the shared library. Regards, Jacob Nikom Jeff Galyan wrote: > >

Mixing heavy (Java3d) and light (Swing) components

2000-01-19 Thread Jacob Nikom
Hi, I am trying to work with Java3D and Swing on Linux. I was able to run some 3D programs but stuck when I tried to place JPanel and Canvas3D on the same Frame. I could see my Canvas3D objects very well, but my JPanel object always lies behind the background color in the main Frame. I could se

Re: Terrible native thread performance

2000-01-19 Thread Jacob Nikom
Hi Jonathan, You mentioned 2.4 kernel. Do you know when it is going to come out? Jacob Nikom Jonathan Doughty wrote: > > Daniel Stux wrote: > > > Here is what I see with Linux. I am running on a freshly installed > > RedHat 6.1 machine. With either JDK, running

Re: java3d installation

2000-01-19 Thread Jacob Nikom
Hi, Add /usr/local/lib directory to your LD_LIBRARY_PATH path (C shell) setenv LD_LIBRARY_PATH .:/local/lib:/usr/lib:/usr/lib/X11:/usr/local/lib or incrementally setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/local/lib Jacob Nikom Nash'at Ahmad wrote: > > Mesa libraries are in /us

Re: Sun JDK for Linux vs. Blackdown

2000-01-20 Thread Jacob Nikom
Look at http://www.blackdown.org/java-linux/info.html Obviously, Sun placed their JDK on Sun's web site. To understand this stuff better, read Nathan Meyers book "Java Programming on Linux" (www.javalinux.net) Jacob Nikom Michael Maloney wrote: > > I just learned tha

Re: Threads

2000-01-20 Thread Jacob Nikom
hrough the Java-Linux archive http://www.mail-archive.com/[email protected]/ Also you can go to Java tutorial and look over there http://java.sun.com/docs/books/tutorial/search.html Jacob Nikom "A. Scott White" wrote: > > Hello. I'm a complete newbie to Linu

What are the rules for adding one components to another?

2000-01-25 Thread Jacob Nikom
Canvas3D.add(JFrame) and so on with many possible combinations. There are Swing components, AWT components, Java2D components, Java3D components, JAI, JMF components, etc. How to navigate which could be added to which? What are the rules? Tha

Re: RC4 - what it is about?

2000-01-29 Thread Jacob Nikom
Is it simply bug fixing release? Jacob Nikom Nathan Meyers wrote: > > Peter Graves wrote: > > > > Blackdown 1.2.2 RC4 is up on ftp.tux.org: > > > > ftp://ftp.tux.org/java/JDK-1.2.2/i386/rc4 > > > > Also in that directory: the debut of the JDK1.

Re: RC4 - what it is about?

2000-01-29 Thread Jacob Nikom
u know where I can find any docs and why it is so slow? Regards, Jacob Nikom Nathan Meyers wrote: > > Jacob Nikom wrote: > > > > Is it simply bug fixing release? > > At least... but there are some important breakthroughs. A look at the > README shows that some lon

Re: information to get started

2000-01-29 Thread Jacob Nikom
Have you looked at http://java.sun.com/docs/books/tutorial/ Also, look at http://www.javalinux.net/ about development environments Jacob Nikom "Joe T." wrote: > > hello > Ive been planning on learning java development for a > couple weeks now and im getting pretty

Insurmountable hurdles with JBuilder installation

2000-02-02 Thread Jacob Nikom
nother JDK. I cannot use VisualAge since they support only 1.1.8. I did not try DDD - soes it work with GNOME? I heard that it works only with KDE. What would you recommend? Thank you, Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL

Re: Insurmountable hurdles with JBuilder installation

2000-02-02 Thread Jacob Nikom
e on Linux - hope to use it for JNI debugging. Regards, Jacob Nikom Paolo Ciccone wrote: > > Hi Jacob, > > I'll gladly try to help you with the installation but I think we should take > this out of this forum. > The installer bug with NFS/SMB has caused us some gripes but

Re: No swing classes

2000-02-03 Thread Jacob Nikom
I think if you download Blackdown RC4 you are not going to have those messages. You also can try the solution from Nathan Meyers book. Look at http://www.javalinux.net/JavaLinux/CDROM/Chapter14/font.properties Jacob Nikom Jeff Galyan wrote: > > paul campbell wrote: > > > &g

Pen-operated portable that can run Java?

2000-02-04 Thread Jacob Nikom
Hi, Are there any pen-based portable devices that can run Java? Thank you, Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Help,, Red Hat 5.1 and JDK1.2

2000-02-04 Thread Jacob Nikom
You could have problem with glibc. JDK1.2.2 which you have does not work with gilibc 2.1.1 which you likely have on RedHat 5.1 Jacob Nikom Marcos Oliva wrote: > > Hello guys, > > I downloaded the JDK1.2 and Un-tar the thing on /usr/local and > i set the PATH to included, but wh

Re: Help,, Red Hat 5.1 and JDK1.2

2000-02-04 Thread Jacob Nikom
Very easily: ls -l /lib/libc.so.* Jacob Nikom "David A. Gershman" wrote: > > Sorry, for this stupid follow-up question, but how do I determine my > version of glibc? > > David > > > You could have problem with glibc. JDK1.2.2 which you have does not &g

Re: running JAVA on embeded linux

2000-03-22 Thread Jacob Nikom
Look at http://www.sun.com/developers/tools/j2me.html and http://java.sun.com/j2me/ Jacob Nikom Xiangzhou Wang wrote: > > Hi > > I try to embed Linux in a device and I also want to run java (including > GUI). How many libraries do I need for running java. Is there any java &

Re: Classpath

2000-03-24 Thread Jacob Nikom
With latest JDK1.2.2 I don't think you need CLASSPATH on Linux. If you want you can set it to JAVA_HOME/bin setenv CLASSPATH .:JAVA_HOME/bin Don't forget to set setenv LD_LIBRARY_PATH .:/local/lib:/usr/lib:/usr/lib/X11:/usr/local/lib Don't forget to set your PATH! Jacob Ni

C-like functionality in numeric output

2000-03-27 Thread Jacob Nikom
ng iString = myFormatter.format(myNumber); However, what I got was: 0001 0012 0344 1557 (The pattern "" did not work at all) Do you know, how I can get rid of leading zeroes and get my formatting correctly? Jacob Nikom -

Re: C-like functionality in numeric output

2000-03-28 Thread Jacob Nikom
Thank you Cyntia, I have read this docs and found that it is easier to convert leading zeroes to spaces by myself. Regards, Jacob Nikom Cynthia Jeness wrote: > > Jacob, > > I also think that this should be part of standard Java; however, here is > a paragraph from the Javado

Re: error in compilation

2000-04-14 Thread Jacob Nikom
It appears when you use method which is no longer supported by Sun. This is the way how Sun modernizes Java. You still can use this method but it could stop to work one day. Jacob Nikom Luz Lopez wrote: > > Hi > > I am compiling an applet but send me the following error:

Re: jdb tips?

2000-04-21 Thread Jacob Nikom
Hi Zack, Which debugger you used? jdb? What commands did you run in order to make it work? Could you write short notice for other people how to run a debugger? Jacob Zack Grossbart wrote: > > Nathan, > > Thank you very much for your help. I now have a working debugger on Linux. > I

Re: J2SEE 1.3 for Linux!

2000-06-05 Thread Jacob Nikom
Whose port is it? I looked at Blackdown and they don't have it. Jacob Nikom Peter Schuller wrote: > > A Beta is available at > > http://developer.java.sun.com/developer/earlyAccess/j2sdk13/download-linux.html > > -- > / Peter Schuller, InfiDyne Technologies HB >

Is it Java-Linux or my problem (painting image on the component)?

2000-06-05 Thread Jacob Nikom
y appreciated, Thank you, Jacob Nikom --- Here is the code (rather small, little more than 50 lines in the each module): // == beginning of the main file GuiPanel.java import java.awt.*; import java.awt.event.*; import javax.swing.*

Re: AW: C# -- the Java killer?

2000-06-28 Thread Jacob Nikom
In order to compete successfully with Java it has to be free. It is not typical for Microsoft. Jacob Nikom "Hildebrandt, Kai (VIS32)" wrote: > > >> * Cross-platform portability does not appear to be a goal. > >Of course it is only for MS World! > And why they

Re: can't find libjava.so.

2000-06-28 Thread Jacob Nikom
You have to set up the variable LB_LIBRARY_PATH Your .so file should be on this path. Usually you have it in your current directory. In my case it is (T-shell) LD_LIBRARY_PATH=.:/local/lib:/usr/lib:/usr/lib/X11:/usr/local/lib Regards, Jacob binyomin segal wrote: > > (the first attempt at thi

Re: THEY WORK AGAIN!!!

2000-07-05 Thread Jacob Nikom
Could you tell me for the URL is? THank you, JAcob Nikom Patrick Ohnewein wrote: > > Ohh the links work now > > I guess they just had a server crash > > cu patrick > > Patrick Ohnewein wrote: > > > > I posted a report to IBM reporting the pro

Communication with Linux community

2000-07-05 Thread Jacob Nikom
, Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Who is right?

2000-09-07 Thread Jacob Nikom
ng a = new String("bb"); He said that the second one is a copy constructor which is less efficient. It uses more memory and requires to copy the array from one place to another. I said that they are the same and it is simply different syntax. Who is right? Than

Re: Who is right?

2000-09-08 Thread Jacob Nikom
Hi, I would like to thank all people in discussion, especially Chris. I had never looked at bytecodes before. As far as I see the call to the String constructor is in the line 3. It is interesting to know how different bytecodes could be in different compilers. Regards, Jacob Nikom Chris

Re: Where does all my jdk go ?

2000-09-15 Thread Jacob Nikom
- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > ------ > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Tr

Re: Zoom!

2000-09-21 Thread Jacob Nikom
legin wrote: Hi ,  Can somebody point me out some Java examples or some sought of info on how to grab a particulalar grid in aimage and zoom it... Thanks,legin. Look at http://java.sun.com/products/java-media/jai/index.html http://www.sun.com/software/imaging/JAI/index.html Jacob Nikom

Re: The Deitels' Java How to Program and Linux

2000-09-22 Thread Jacob Nikom
"Peter D. Junger" wrote: > Again my thanks. > > This is just to report that---as I should have guessed---I could not get > the Caldera jdk rpm to work. I am now slowly downloading the tarball > of Sun's JDK 1.2.2. > > Just out of curiosity at the moment, what is the status of open source > versi

Graph drawing tool in Java for Linux

2000-11-16 Thread Jacob Nikom
... Any help will be appreciated. Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Graph drawing tool in Java for Linux

2000-11-16 Thread Jacob Nikom
Robbie Baldock wrote: > Quoting Jacob Nikom <[EMAIL PROTECTED]>: > > > I am looking for graphical program in Java which can draw directed > > graph > > Isn't that a JTree? > > Robbie > > This message

Re: font problem

2000-12-05 Thread Jacob Nikom
Download Sun's JDK which is not suppose to have this problem. Verify it. Take the "font.properties" file from there and put it into your JDK. The problem will disappear. Regards, Jacob Nikom Lopez Jose Ariel wrote: > Hello: > i have the classical font not foun

Is it possible to start Java application in another directory?

2000-12-07 Thread Jacob Nikom
thread "main" java.lang.NoClassDefFoundError: Is there any way to circumvent it without using a script? Regards, Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe&quo

Re: Request: No more generic Java questions

2000-12-09 Thread Jacob Nikom
dying. Do you think there is real abuse of the list? Regards, Jacob Nikom Matt Welsh wrote: > In recent weeks we have seen a large number of non-Linux related Java > questions on this list. While I suppose there is little that can be done > to prevent that, I'd like to propose t

Real Java/Linux question (I think...)

2000-12-11 Thread Jacob Nikom
;same" Netscape shows all messages very well. What should I do in order to see those messages on Linux Netscape? Thank you, Jacob Nikom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe&quo

Re: Apology --> Constructive solution.

2000-12-13 Thread Jacob Nikom
Hi, When I was on four mailing lists, every additional message bothered me a lot. Now I am on only one list and additional messages don't bother me so much. It also sounds like Blackdown people don't have any problem with current list. Jacob Nikom [EMAIL PROTECTED] wrote: >

Re: Pablo- Javamail

2000-12-13 Thread Jacob Nikom
I agree with you, Dave. I also think that for Java/Linux discussion it is nice to use the language of documentation. However, if some people simply don't know English, they should say something in the subject, like "French". In this case I would not go into this message. Regard

  1   2   >