Re: XML development on Linux?

1999-10-24 Thread Marcel Ruff
"John N. Alegre" wrote: > I am looking for an XML development system to use on Linux. > > What I mean is some way to view and exercise XML code. I know a > "development system" is an editor and I certainly have a lot of those. > > But I need to write and debug XML code to be deployed on Windoze

Re: JDBC newbie question

1999-10-24 Thread Eric vanberkel
I've been thru this. You go to check you have the 1.2.2 driver and not the 1.2.1, which did not work on my prev2 JDK + latest mysql Also for apps: java -cp .:$CLASSPATH proggie with a correct classpath set in applets $CLASSPATH won't work. You'll want to put into your html: .. .. put the mm

Re: Can't find 'dingbat' fonts on 1.2preV2 install

1999-10-24 Thread Eric vanberkel
Bradley, this problem was discussed predominantly in the month of september. I suggest you check the archives on Blackdown. I was one of the complainers... gr. Eric --- Bradley Rosser <[EMAIL PROTECTED]> wrote: > Hi. I've recently installed the Blackdown 1.2 pre-v2 JDK > and > everything works

Java Platform Debugger Architecture (JPDA)

1999-10-24 Thread Al
When will Java Platform Debugger Architecture (JPDA) be available for JDK 1.2? Thanks Al -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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

JINI working?

1999-10-24 Thread Bogdan Hlevca
Hello , I need some help getting the jini kit working on Linux. I am trying to get jini working on Linux before switching to other platforms. I have the alternative of using Solarisx86 or NT,but I want to do some research before I do that. In short I tried it and doesn' t work here is my

Re: Java Platform Debugger Architecture (JPDA)

1999-10-24 Thread shudoh
Al <[EMAIL PROTECTED]> wrote: > When will Java Platform Debugger Architecture (JPDA) be available for > JDK 1.2? JPDA consists of the three parts, namely JVMDI (JVM Debug Interface), JDWP (Java Debug Wire Protocol) and JDI (Java Debug Interface). At least, JVMDI as one of them should be impleme

Re: Java Platform Debugger Architecture (JPDA)

1999-10-24 Thread Nathan Meyers
On 25 Oct, [EMAIL PROTECTED] wrote: > Al <[EMAIL PROTECTED]> wrote: > >> When will Java Platform Debugger Architecture (JPDA) be available for >> JDK 1.2? > > JPDA consists of the three parts, namely JVMDI (JVM > Debug Interface), JDWP (Java Debug Wire Protocol) and > JDI (Java Debug Interface).