Re: newbie to linux

2004-06-30 Thread Steffen Hitschke
Hi, On Tue, Jun 29, 2004 at 03:02:05PM -0400, sang park wrote: > Hi all, I've written an app that requires jdk 1.4 and I want to test it on a > debian machine. > > does anyone know of the apt-source line i need to enter to get a JDK1.4? > anyone will do. I am using this in my sources.list: deb f

newbie to linux

2004-06-29 Thread sang park
Hi all, I've written an app that requires jdk 1.4 and I want to test it on a debian machine. does anyone know of the apt-source line i need to enter to get a JDK1.4? anyone will do. thanks s.park -- To UNSUBSCRIBE, email to [E

Re: newbie is looking for documentation

2002-08-30 Thread Matthew Kennedy
Jochen Georges <[EMAIL PROTECTED]> writes: > hello > > i installed the jdk 1.3.1 on my debian woody and it runs well :) > > now i'm looking > ... for command-documentation( > e.g. what does that mean? > "java -Djava.security.manager -cp /pfad-zum-programm/geonext.jar > geon

newbie is looking for documentation

2002-08-30 Thread Jochen Georges
hello i installed the jdk 1.3.1 on my debian woody and it runs well :) now i'm looking ... for command-documentation( e.g. what does that mean? "java -Djava.security.manager -cp /pfad-zum-programm/geonext.jar geonext/Geonext" ) ... for API-documentation. thanks for a

Re: Newbie version questions

2002-07-30 Thread Matthew Kennedy
On Mon, 2002-07-29 at 13:10, Thomas Cowdery wrote: > I want to set up a Linux box to test Java apps/applets (and to learn a little about >Linux). As the subject implies, I'm a newbie to Linux. I started by reading some >FAQ's about hardware questions, but they always a

Re: Newbie version questions

2002-07-29 Thread Robin
the JDK1.1 is not a really good choice, in my opinion. it's noticable slower, thus why the "java is slow" myth got started. Thomas Cowdery wrote: > I want to set up a Linux box to test Java apps/applets (and to learn a > little about Linux). As the subject implies, I'm a

Re: Newbie version questions

2002-07-29 Thread Nathan Meyers
On Mon, Jul 29, 2002 at 02:10:56PM -0400, Thomas Cowdery wrote: ... > What I have to work on is an older (AMD) 233 Mhz machine with 64 MB of memory and a >hard drive with about 2 GB free. I can free up more HD space if I need to. > > Since I need to test apps/applets with GUI interfaces, I am a

Re: Newbie version questions

2002-07-29 Thread Vincent Touquet
wrote: > I want to set up a Linux box to test Java apps/applets (and to learn a little about >Linux). As the subject implies, I'm a newbie to Linux. I started by reading some >FAQ's about hardware questions, but they always approach the problem from the >opposite direction th

Newbie version questions

2002-07-29 Thread Thomas Cowdery
I want to set up a Linux box to test Java apps/applets (and to learn a little about Linux). As the subject implies, I'm a newbie to Linux. I started by reading some FAQ's about hardware questions, but they always approach the problem from the opposite direction that I'm coming

Newbie to linux quesion, RE: Java & PPC

2000-12-13 Thread erikweber
Is anyone doing enterprise Java development on PPC hardware? I am a Mac guy about to take a new job doing EJB/JSP. I don't want to switch to x86 hardware at home, but fear I must. The current Mac OS doesn't support Java 2, and so Sun's J2EE isn't available for it. It's too early, in my (maybe

Re: Jsp Newbie, Help

2000-03-20 Thread James Seigel
It is all in the documentation. #:) James. "V.Vasant" wrote: > Hello, > I have just started learning about servlets , even though I have > sufficient knowledge of the language in general. I downloaded and > installed the JSDK 2.0 , but I couldn't find the servletrunner utility... > Also

Re: Jsp Newbie, Help

2000-03-17 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > Vasant, > > The JSDK is what you need, yes. Default servletrunner location: > /usr/local/JSDK2.0/bin/ Also, check the doc directory in the JSDK for where it > talks about an overview of the servlet architecture. > > I use JServ-1.1 instead of servletrunner to se

Re: Jsp Newbie, Help

2000-03-17 Thread John . Folkers
John "V.Vasant" <[EMAIL PROTECTED]> on 03/17/2000 08:53:41 AM To: [EMAIL PROTECTED] cc: Subject: Jsp Newbie, Help Hello, I have just started learning about servlets , even though I have sufficient knowledge of the language in general. I downloaded and installed the

Jsp Newbie, Help

2000-03-17 Thread V.Vasant
Hello, I have just started learning about servlets , even though I have sufficient knowledge of the language in general. I downloaded and installed the JSDK 2.0 , but I couldn't find the servletrunner utility... Also how do I view the servlets I write and where do I keep them?? Ple

Re: Newbie Question - Please Help

1999-11-16 Thread James Seigel
Note, when it says Warning, it isn't an error. You are doing finethere isn't a problem...it just isn't using a JIT. Cheers James. Don Hatch wrote: > I can't seem to get my envireonment variables to work. When I run javac file.java I >get his error: > "Warning: JIT compiler "sunwjit" not

Re: Newbie Question - Please Help

1999-11-15 Thread Michael Sinz
On Mon, 15 Nov 1999 11:51:52 -0700, Don Hatch wrote: >I can't seem to get my envireonment variables to work. When I run javac file.java I >get his error: >"Warning: JIT compiler "sunwjit" not found. Will use interpreter." > >It creates a class file and runs fine, but I still get the error.

Newbie Question - Please Help

1999-11-15 Thread Don Hatch
I can't seem to get my envireonment variables to work. When I run javac file.java I get his error: "Warning: JIT compiler "sunwjit" not found. Will use interpreter." It creates a class file and runs fine, but I still get the error. If anyone has any suggestions, please help. I'm running

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 jdbc is fine fo

silly newbie question

1999-11-08 Thread Jalaluddin Riaz
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 jdbc is fine for applets and applications but with not woth servlets. i use 'javac -classpath /path/servlet.jar . this didnot

Re: JDBC newbie question

1999-11-07 Thread James Seigel
Really 4 years? <> <> Peter Mount wrote: > On Sat, 6 Nov 1999, John N. Alegre wrote: > > > Peter, > > > > I have no problem on my end. I have 4 years expeience with Server Side > > Java. I want the most advanced JDBC driver/db combination. The question I am > > <> -

Re: JDBC newbie question

1999-11-07 Thread Peter Mount
sql level into the applet > >> > home dir. I know it's a shame, butt... > >> > > >> > If you haven't got a jar you use the jar tools to pack the > >> > mm.mysql classes into a jar file. > >> > > >> > This kno

Re: JDBC newbie question

1999-11-06 Thread John N. Alegre
home dir. I know it's a shame, butt... >> > >> > If you haven't got a jar you use the jar tools to pack the >> > mm.mysql classes into a jar file. >> > >> > This knowledge cost me a lotta sweat. I hope it pays off >> > for you brother

Re: JDBC newbie question

1999-11-01 Thread Eric vanberkel
Thanks to you too, Stick to whatever suits you... gr. Eric --- Jalaluddin Riaz <[EMAIL PROTECTED]> wrote: > hi, >thanks for help. i think i have got it sorted now. and > i'm gonna stick to > mysql, i've got used to it. > thanks again. > > > > > >I've been thru this. > > > >You go to

Re: The RMI Newbie problem - RMI binding bug

1999-11-01 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > Hi RMI Gurus > > I was heartened to see most of the names dealing with this question > previously once again active in the search for an RMI Registry. > > I would appreciate whatever light you can throw on my problem: > > "Registry.[re]bind localhost/127.0.0.

Re: The RMI Newbie problem - RMI binding bug

1999-11-01 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > Hi RMI Gurus > > I was heartened to see most of the names dealing with this question > previously once again active in the search for an RMI Registry. > > I would appreciate whatever light you can throw on my problem: > > "Registry.[re]bind localhost/127.0.0.1 !=

The RMI Newbie problem - RMI binding bug

1999-10-31 Thread I. Krishnan
Hi RMI Gurus I was heartened to see most of the names dealing with this question previously once again active in the search for an RMI Registry. I would appreciate whatever light you can throw on my problem: "Registry.[re]bind localhost/127.0.0.1 != spin.sgh-net.de/127.0.0.2" Steps taken so fa

Re: JDBC newbie question

1999-10-26 Thread Peter Mount
ar tools to pack the > > mm.mysql classes into a jar file. > > > > This knowledge cost me a lotta sweat. I hope it pays off > > for you brother... > > > > Oh, > > I managed to step over the line to PostgrSQL. Support for > > JDBC is much better. This

Re: newbie java -classpath still not working as expected

1999-10-26 Thread Andreas Rueckert
Hi! This is my classpath for 1.1.7 (it's actually 1 line without the '\'s): export CLASSPATH=/usr/local/swing/swingall.jar:\ /usr/share/postgresql/postgresql.jar:\ /home/andreas/kde_plaf/kde.jar:\ ..:\ /usr/local/jdk1.1.7/lib:\ /usr/local/jdk1.1.7/lib/classes.zip You can see that . is the only

Re: newbie java -classpath still not working as expected

1999-10-25 Thread Aras
PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Sunday, October 24, 1999 9:01 PMSubject: newbie java -classpath not working as expected 1.  I've installed jdk117_v3.  2.  Created a test file test.java, where the class is testprog

Re: JDBC newbie question

1999-10-25 Thread John N. Alegre
l classes into a jar file. > > This knowledge cost me a lotta sweat. I hope it pays off > for you brother... > > Oh, > I managed to step over the line to PostgrSQL. Support for > JDBC is much better. This might be a hint. They also > upgraded to JDBC2 faster then mysql usual

newbie java -classpath not working as expected

1999-10-24 Thread Aras
1.  I've installed jdk117_v3.  2.  Created a test file test.java, where the class is testprog 3.  Ran javac -d /myclasses test.java  (it did create the testprog.class in /myclasses) 4.  I can run java testprog   What doesn't seem to run is if I am in a different dir and I try: java -cl

Re: JDBC newbie question

1999-10-24 Thread Eric vanberkel
sweat. I hope it pays off for you brother... Oh, I managed to step over the line to PostgrSQL. Support for JDBC is much better. This might be a hint. They also upgraded to JDBC2 faster then mysql usually does Good luck, gr. Eric --- Jalaluddin Riaz <[EMAIL PROTECTED]> wrote: &g

Re: JDBC newbie question

1999-10-20 Thread Cynthia Jeness
How are you getting the driver loaded? Also, the driver manager tries to discover the correct driver based on the URL you specify when you get a connection. So be sure that your URL is correct. Cynthia Jeness Jalaluddin Riaz wrote: > hi, > I am a newbie to JDBC programming and am

Re: Newbie: How do I get dir listings from applets?

1999-10-19 Thread Nathan Meyers
Frank Lümkemann wrote: > > I want to access image files contained in a directory, and I would > like to scan the whole directory. When I use the appletviewer, the > following code gives me a list of the files in the dir, but not with > Netscape. I think the security manager throws an exception, b

Re: Newbie: How do I get dir listings from applets?

1999-10-19 Thread Michael Sinz
On Tue, 19 Oct 1999 19:49:28 +, Frank Lümkemann wrote: > > >I want to access image files contained in a directory, and I would like >to scan the whole directory. When I use the appletviewer, the following >code gives me a list of the files in the dir, but not with Netscape. I >think the secur

Newbie: How do I get dir listings from applets?

1999-10-19 Thread Frank Lümkemann
I want to access image files contained in a directory, and I would like to scan the whole directory. When I use the appletviewer, the following code gives me a list of the files in the dir, but not with Netscape. I think the security manager throws an exception, but how can I access a directory f

JDBC newbie question

1999-10-19 Thread Jalaluddin Riaz
hi, I am a newbie to JDBC programming and am having some problems. I am using mysql rdbms and mm.mysql.jdbc-1.2 driver and have jdk1.2preV2 installed. the problem is everytime i try to run a prog. i get class not found exception. the prog is not able to find the driver class files. i have

Re: Stupid Newbie Questions: Catching unanticipated null pointer exceptions (Are there really any other kind =^)

1999-10-13 Thread Eric vanberkel
Oh, this reminds me of (X)Emacs and Java: Check out http://www.baclace.net/emacsjava.html for your IDE mate. gr. Eric --- "Alex M." <[EMAIL PROTECTED]> wrote: > > Exception in thread "main" > java.lang.NullPointerException: > > at > java.awt.Container.addImpl(Container.java

RE: Stupid Newbie Questions: Catching unanticipated null pointer exceptions (Are there really any other kind =^)

1999-10-11 Thread romadinov
Hi, > My suggestion: call addNotify() just before line 100 in Tedit.java. You should never call addNotify() directly. With best wishes, Alex Romadinoff, Lead Software Developer, OpenTeach Software, Ltd -- To UNSUBSCRIBE, em

Re: Stupid Newbie Questions: Catching unanticipated null pointer exceptions (Are there really any other kind =^)

1999-10-11 Thread Alex M.
> Exception in thread "main" java.lang.NullPointerException: > at java.awt.Container.addImpl(Container.java:316) > at java.awt.Container.add(Container.java:245) > at Tedit.(Tedit.java:100) > at Tedit.main(Tedit.java:557) The

Re: Stupid Newbie Questions: Catching unanticipated null pointer exceptions (Are there really any other kind =^)

1999-10-11 Thread Paul Mclachlan
At 1:07 10 Oct 1999 -0500, James G. Stallings II wrote: > I guess what I'm looking for is some solid suggestions for debugging. > Should I write some kind of exception catcher for the null pointer > exception? It happens early in the code execution; here's the dump: > > Exception in thread "mai

Re: Stupid Newbie Questions: Catching unanticipated null pointer exceptions (Are there really any other kind =^)

1999-10-11 Thread Jo Uthus
"James G. Stallings II" wrote: | Exception in thread "main" java.lang.NullPointerException: | at java.awt.Container.addImpl(Container.java:316) | at java.awt.Container.add(Container.java:245) | at Tedit.(Tedit.java:100) | at

Stupid Newbie Questions: Catching unanticipated null pointer exceptions (Are there really any other kind =^)

1999-10-10 Thread James G. Stallings II
Ladies, Gentlemen: Greetings! If this is FAQ material, please do direct me to the resource. In any case, here's what I'm up to: I've spent the last week or so pursuing the material in the Java Tutorial so thoughtfully provided by the folks at Sun Microsystems. Be it ever so ambitious, after wri

Re: More Newbie questions

1999-10-08 Thread James Seigel
Maybe read the documentation on the sun site about Java and then look at the docs on the servlet api and how to do some of the stuff. It seems that you aren't grasping the basics of the tools of the java language. Your last question exhibits that exception because there isn't supposed to be a ma

Newbie to JDK

1999-10-08 Thread webmaster
Group,       Newbie here.. I want to run an ASP application that required the JDK to run. How do I know if the JDK has been installed properly? I am running Redhat 6.0 on an intel.. Downloaded software and 'I think' it is installed properly. What is a test

Re: Newbie Question

1999-10-08 Thread Brian Gilman
java.servlet is not in the base distributionYou need to go to javasoft and download the JSWDK and then include the libs in there to compile your app Brian On Fri, 8 Oct 1999, Don Hatch wrote: > I'm new to java on Linux but have experience with programming

More Newbie questions

1999-10-08 Thread Don Hatch
Thanks to everyone that helped me with my last problem but now I get this error when I run java (compiles file): Exception in thread "main" java.lang.NoSuchMethodError : main I thought it was my code, but I've tried it with example servlets from both the jserv implementation as well as the jsdk

Re: Newbie Question

1999-10-08 Thread Shawn McKisson
You dont have the JDSK classes in your classpath. They can be downloaded from sun if you dont have them. Add it in and things will work fine. --shawn Don Hatch wrote: > > I'm new to java on Linux but have experience with programming java on > Windows. I'm having some problems compiling servlets

Newbie Question

1999-10-08 Thread Don Hatch
I'm new to java on Linux but have experience with programming java on Windows. I'm having some problems compiling servlets. When I run javac on simple servlets it complains saying that it can't find javax.servlet or javax.servlet.http or Superclass HttpServlet. I'm using Debian 2.1 and jdk1.2 H

Re: JDK 1.2 Problem. Newbie needs help.

1999-09-15 Thread Riyad Kalla
Am I correct in saying that its dying due to native threads? Should he pull a "THREADS_FLAG=green" in his shell to correct this? Liguo Song wrote: > > Dear Friends, > > I am having trouble to make JDK1.2 Pre V2 working on my Red Hat 6.0. > > Anytime, I tried to use anything from the package,

JDK 1.2 Problem. Newbie needs help.

1999-09-15 Thread Liguo Song
Dear Friends, I am having trouble to make JDK1.2 Pre V2 working on my Red Hat 6.0. Anytime, I tried to use anything from the package, like java, javac or appletviewer, I will get a panic error message. The message is following. I don't know what is wrong? Do I need more memory installed? FYI,

Re: Newbie question

1999-08-06 Thread Jeff Galyan
Try calling update(). --Jeff > "Bern Rewel L. Mutia" wrote: > > Hi, > > I'm new to Java so please bear with me. > > I am resizing the length of the array of String elements in a JList > inside a JScrollPane, but repaint() does not update my UI. > > Help please... > > Burn > > -- Jeff G

Newbie question

1999-08-06 Thread Bern Rewel L. Mutia
Hi,   I'm new to Java so please bear with me.   I am resizing the length of the array of String elements in a JList inside a JScrollPane, but repaint() does not update my UI.   Help please...   Burn    

Re: please help a java-linux newbie with swing

1999-08-02 Thread Dimitris Vyzovitis
Ken Huisman wrote: > > I downloaded swing from sun and I unpacked it in a directory, followed > the instructions and so on. The problem I have is when I go to run > the SwingSet example, I get the following error: > > /usr/local/jdk/lib/i686/native_threads/libawt.so: undefined symbol: XtShellStr

Re: please help a java-linux newbie with swing

1999-08-01 Thread Jeff Galyan
Looks like you don't have X installed. --Jeff Ken Huisman wrote: > > I downloaded swing from sun and I unpacked it in a directory, followed > the instructions and so on. The problem I have is when I go to run > the SwingSet example, I get the following error: > > /usr/local/jdk/lib/i686/nativ

please help a java-linux newbie with swing

1999-08-01 Thread Ken Huisman
Hi there, I am an oracle dba who is installing jave on linux for use with my new Oracle 8i database. I have had no problems with the JRE part (the part oracle needs - so oracle is happy now), but I have another tool that needs swing. I am not sure how to get swing to work under linux with the J

Re: Newbie question

1999-07-30 Thread Nathan Meyers
Bill & Martinah Smith wrote: > > I don't believe this is completely true. When using Java on Solaris, we were > set up to use green threads because it required a bunch of OS patches to use > java native threads. We ran into performance issues with green threads when > we would spin off threads to

[Fwd: Newbie question]

1999-07-30 Thread Sree Kumar
Yes .. we had the same experience too on Solaris. Native threads performed much better than green on a uni processor... Could be that the VM (which has to do all the work when using green threads) had some bugs while the OS stuff was much more time tested and robust. I also would like to

RE: Newbie question

1999-07-30 Thread Bill & Martinah Smith
I don't believe this is completely true. When using Java on Solaris, we were set up to use green threads because it required a bunch of OS patches to use java native threads. We ran into performance issues with green threads when we would spin off threads to do background work. We finally decided

Re: Newbie question

1999-07-30 Thread Volker Wehner
Pere Serra wrote: > > I have an easy question: > What's the difference between native threads and green theads? > Which one is more eficient/stable? > (from blackdown:) Native threads use the operating system to do the task switching. Native threads are thus a benefit in multi-processor (SMP)

Re: Newbie question

1999-07-30 Thread Alex M.
Like my compadres before me said, native threads run at the OS level, and therefore can access multiple cpus. However, it is my understanding that this is the only time native threads should be used. On single processor systems, green threads are faster, and you aren't limited by any process lim

Re: Newbie question

1999-07-30 Thread Thomas M. Sasala
Native threads are executed by the OS's native libraries. Green threads are executed within the Java Virtual Machine. Native threads are more efficient, but green threads are *currently* much more stable. -Tom Pere Serra wrote: > > I have an easy question: > What's the dif

Re: Newbie question

1999-07-30 Thread Todd Greanier
Native threads are O/S level purely. This would allow for parallel processing and the like. Green threads are "faked". The thread management is actually handled by the VM, thus it cannot access things like multiple CPUs... Brief, but true ;-)   Pere Serra wrote: I have an easy question: What's th

Newbie question

1999-07-30 Thread Pere Serra
I have an easy question: What's the difference between native threads and green theads? Which one is more eficient/stable? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

Re: Newbie question: What is a footprint ?

1999-06-11 Thread Osvaldo Pinali Doederlein
size. - Original Message - From: Nathan Meyers <[EMAIL PROTECTED]> To: Mark Murphy <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 11, 1999 5:15 AM Subject: Re: Newbie question: What is a footprint ? > Mark Murphy wrote: > > > > I have he

Re: Newbie question: What is a footprint ?

1999-06-10 Thread Nathan Meyers
Mark Murphy wrote: > > I have heard this term used alot lately and was wondering if someone could > explain to me what it is in reference to Java? A footprint is occupied space. A desktop PC's footprint is the number of square inches it takes up on your desk. An application's disk footprint is t

Newbie question: What is a footprint ?

1999-06-10 Thread Mark Murphy
I have heard this term used alot lately and was wondering if someone could explain to me what it is in reference to Java? Thanks in advance -- Murph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re:RE: Newbie question.... Servlets on Linux

1999-06-05 Thread Steve Nguyen
Original message Date: Sat, 05 Jun 1999 13:41:51 +0200 From: Marcel Ruff <[EMAIL PROTECTED]> To: "Philip L. Butler" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: RE: Newbie question Servlets on Linux -- > I'd also l

RE: Newbie question.... Servlets on Linux

1999-06-05 Thread Marcel Ruff
> I'd also like to see comments from those who have installed/run all > of the servlet stuff or have atempted it. > > Many thanks in advance !! > > Phil Butler > [EMAIL PROTECTED] Servlets are running without any problems on Linux. The combination apache/jserv is very good, using of apache/jrun

Re: Newbie question....

1999-06-03 Thread Michael Sinz
On Thu, 3 Jun 1999 10:11:41 -0400, Philip L. Butler wrote: >Hi, > >I just joined the list this morning and have already seen lots of good info !! > >I am trying to bring up Java on a Slackware 2.0.33 system without X. >My eventual goal is to install the JSDK (Java Servlet Dev. Kit) and >mod_jse

Newbie question....

1999-06-03 Thread Philip L. Butler
Hi, I just joined the list this morning and have already seen lots of good info !! I am trying to bring up Java on a Slackware 2.0.33 system without X. My eventual goal is to install the JSDK (Java Servlet Dev. Kit) and mod_jserv to work with Apache. I have Apache installed and configured.

RE: Newbie question.

1999-05-27 Thread Peter Schuller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Problem: upon execution of a particular file in the installation process: > > jre -cp ./classes ./foobar > > I am informed that: > > Class not found ./foobar You can't use the JRE to execute shell scripts. ./foobar will have to be e

Newbie question.

1999-05-27 Thread Samuel . Stover
I apologize in advance if this is a stupid question, but I don't know where else to turn. I've been working with RH5.x Linux for some time, but have never worked with Java. I'm currently working with a vendor to port a network analysis program from *true* Unix to Linux, so at least my intentions

Colormap help - newbie to this

1999-05-21 Thread Alan MacLennan
...and everything else Linux :-) I've been trying to run a simple graphics program from the Linux:first contact book (which seems excellent, btw), using their BasicGraphics class. It displays the window, with a scale along the side, then pops up a message saying it can't allocate a background

Re: Newbie: Anyone know what library path is?

1999-05-21 Thread Michael Sinz
On Fri, 21 May 1999 05:29:19 -0400, Patrick Tsoi-A-Sue wrote: >Trying to compile a java program for the first time on linux using the >following: > >$ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib >$ export CLASSPATH >$ javac Console.java >No library path set. >Cannot find essential class 'java/lang/Obj

Newbie: Anyone know what library path is?

1999-05-21 Thread Patrick Tsoi-A-Sue
Trying to compile a java program for the first time on linux using the following: $ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib $ export CLASSPATH $ javac Console.java No library path set. Cannot find essential class 'java/lang/Object' in class library ... aborting. $ How do I set library path. Than

RCPT: Linux Newbie - Installing jdk on Redhat 6.0

1999-05-17 Thread Carl Wright
Return Receipt Notification --- I am a linux newbie. I have installed Redhat 6.0 and have access to the internet through my adsl. I am trying to install the jdk1.1.7 so that I can install the java version of ICQ but am not sure how to proceed. If anyone is able to offer

Linux Newbie - Installing jdk on Redhat 6.0

1999-05-16 Thread Herris
I am a linux newbie. I have installed Redhat 6.0 and have access to the internet through my adsl. I am trying to install the jdk1.1.7 so that I can install the java version of ICQ but am not sure how to proceed. If anyone is able to offer any help I would very much appreciate it. Protect

Re: Newbie problem

1999-05-06 Thread papiraki
This is simple, jdk-1.2 doesn't work with glibc-2.1. Period (so far). You will have to downgrade either one (if you downgrade jdk, go to jdk-1.1.6 because jdk-1.1.7 will still be broken). Papi ---

Newbie problem

1999-05-06 Thread ALLEON Guillaume
Hello, I got an undefined symbol (__rtti_user) using jdk1.2 on a Linux platform with glibc2.1. I have read the bug reports and have no idea of my problem. Thanks for your help Guillaume Here is the complete error report : [alleon@maverick src]$ java -green -Djava.compiler= application.visualor

Newbie: Advice for running on new RH6 system

1999-05-05 Thread David_Crooke
Having just moved to the US, I have ordered my PC from a box builder - it will come with Red Hat 6 preloaded :-) I would like to get into playing with Java servlets interfacing to an RDB on this box. My assumptions from lurking for the last week (please feel free to stomp on them) are 1. "

newbie libc problem

1999-04-21 Thread Graham Seaman
Hi, I was running jdk1.17v1a successfully, with libc.so.6 pointing to libc-2.0.7.so Then I had to upgrade to libc-2.1.1.so, for other programs, and Java has stopped working. I now get: /usr/lib/jdk1.1/bin/../bin/i686/green_threads/java: error in loading shared libraries: /usr/lib/jdk1.1/bin/.

Newbie

1999-01-16 Thread Juan Antonio López Fernández
Hello all, I am new in Java, I hava SuSe 6.2, could you explain me the firsts steps ?? 'Con el conocimiento se acrecientan las dudas' Goethe. Juan Antonio López Fernández Dpto. Informática Sevilla Siglo XXI, S.A. --

Re: More questions from a newbie

1998-12-31 Thread Tony
On Thu, 31 Dec 1998, [EMAIL PROTECTED] wrote: >I know I should RTFM but there are so many FMs to read :} >so here are the questions that would make these java posts more >understandable > >what is SWING? Pure java GUI. It is *not* platform dependent. Just download Swing and use it on Linux or w

Re: More questions from a newbie

1998-12-31 Thread Alex Rice
On Thu, 31 Dec 1998 10:09:24 +, [EMAIL PROTECTED] said: M.Patel> How do you start thinking in Objects and not functions and Try _Thinking in Java_ by Bruce Eckel. It's available in print or on-line from www.mindview.net. Alex Rice

Re: More questions from a newbie

1998-12-31 Thread Christopher Hinds
Sounds like you have a lot of manuals to read!!!   A lightweight GUI framework developed by SUN , IBM and NETSCAPE. Using the new JDK 1.1  event model and an MVC design , the framework has a big preformance advantage over the pure AWT as well as being 100% pure java.

More questions from a newbie

1998-12-31 Thread M . Patel
I know I should RTFM but there are so many FMs to read :} so here are the questions that would make these java posts more understandable what is SWING? what is lesstiff (i understand its a linux(3) command but what does it do, and why does every other post talk about it. What is the diffrence be

Re: Java programming env (newbie question)

1998-11-24 Thread John Summerfield
On Mon, 23 Nov 1998, Matt Welsh wrote: > > You probably have Kaffe installed, which is a free Java Virtual Machine > replacement. > the command rpm -qf `which javac` will confirm. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM

Re: Java programming env (newbie question)

1998-11-24 Thread James Cribb
Mike Song wrote: > > I installed RH Linux 5.2 and I found that 'javac', 'java' and 'appletviewer' > are already there and I am able to compile and run simple java programs. > > Does this mean that I already have JDK installed? Looks like it. "rpm" will tell you if they came from a Red Hat pack

Re: Java programming env (newbie question)

1998-11-23 Thread Matt Welsh
You probably have Kaffe installed, which is a free Java Virtual Machine replacement. mdw Mike Song <[EMAIL PROTECTED]> writes: > Hello all, > > > I installed RH Linux 5.2 and I found that 'javac', 'java' and > 'appletviewer' > are already there and I am able to compile and run simple java pr

Re: Java programming env (newbie question)

1998-11-23 Thread Ernst de Haan
Mike Song wrote: > > Hello all, > > I installed RH Linux 5.2 and I found that 'javac', 'java' and > 'appletviewer' > are already there and I am able to compile and run simple java programs. > > The question is: > Does this mean that I already have JDK installed? You sure do. Congratulations! ;

Java programming env (newbie question)

1998-11-23 Thread Mike Song
Hello all, I installed RH Linux 5.2 and I found that 'javac', 'java' and 'appletviewer' are already there and I am able to compile and run simple java programs. The question is: Does this mean that I already have JDK installed? Thanks a lot Mike

Re: Newbie mySQL MkLinux and JDBC

1998-11-02 Thread peter . pilgrim
system and set your CLASSPATH to refer to the zip or jar file accordingly. e.g. CLASSPATH=...:/usr/local/mysql/jdbc-driver-for-mysql.zip:... export CLASSPATH __ Reply Separator _ Subject: Newbie mySQL MkLinux and JDBC Author: dtbrown

Newbie mySQL MkLinux and JDBC

1998-10-30 Thread Douglas T. Brown
I'm a newbie, and I'm trying to install a JDBC drivable database engine on my MkLinux (DR3) machine. MySQL should do the trick, and I have configured the files without any trouble, but the compile fails. Is there anyone out there who has experience with this installation??? Thanks! DTB

Re: newbie question

1998-10-29 Thread Java News Collector
At 11:47 AM 10/29/98 -0700, you wrote: >Hi all, >I just installed the glibc verison of the blackdown JDK 1.1.6 and I am >getting this error when trying to complile a simple program using javac. > >/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading >shared libraries >libXpm.s

Re: newbie question

1998-10-29 Thread Michael Sinz
On Thu, 29 Oct 1998 11:47:12 -0700, a wrote: >Hi all, >I just installed the glibc verison of the blackdown JDK 1.1.6 and I am >getting this error when trying to complile a simple program using javac. > >/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading >shared libraries >l

newbie question

1998-10-29 Thread a
Hi all, I just installed the glibc verison of the blackdown JDK 1.1.6 and I am getting this error when trying to complile a simple program using javac. /usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading shared libraries libXpm.so.4: cannot open shared object file: No such f

Re: Newbie...

1998-10-20 Thread John M. Gulizia
Danny Ayers wrote: > > I'm not at all familiar with Linux, and can't find a way of setting the > CLASSPATH environment variable (or any other). I know this is a basic > question, but I have had a good search elsewhere to no avail. I've got > the 1.1.6 JDK working ok, but would like to access some

Re: Newbie...

1998-10-14 Thread Ernst de Haan
Cees de Groot wrote: > Work-around: don't have version numbers in your CLASSPATH... I agree. This is what goes in my /etc/profile (somewhere at the end): export JIKES_HOME=/usr/local/jikes export SWING_HOME=/usr/local/swing export JAVA_HOME=/usr/local/jdk export PATH=$PATH:$JIKES_H

Re: Newbie...classpaths

1998-10-14 Thread jim watson
Cees de Groot wrote > It's cleaner to set CLASSPATH in a wrapper script, of course, but > often this only is feasible for a deployment situation. When > hacking/developing, you want to have all stuff at your fingertips. > Cees, i agree with you, there are many ways to do this, and it is

  1   2   >