Re: XML development on Linux?
"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 IE but I don't > want to create it there. > > All comments welcome. Have a look at http://www.stud.ifi.uio.no/~larsga/linker/XMLtools.html for a good overview of XML/DTD/XSL tools. Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDBC newbie question
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 jarfile in this tag and in the applet home dir. If there is no jar, copy the mm.mysql 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 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 usually does Good luck, gr. Eric --- Jalaluddin Riaz <[EMAIL PROTECTED]> wrote: > 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 > tried different CLASSPATH settings, still does no works.. > any ideas. > > thanks. > > __ > Get Your Private, Free Email at http://www.hotmail.com > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > __ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Can't find 'dingbat' fonts on 1.2preV2 install
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 fine except, when running a java > program, a heap > of "can't find font" messages popped up such as this: > > "Font specified in font.properties not found >[--zapf > dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]" > > I commented out all 'dingbat' references in the > font.properties > file and that seems to have fixed the problem, but I just > wanted > to ask if there was a better solution (just 'chopping > out' the > fontname-dash-2 series of definitions in font.properties > seemed to > be a bit crude). > > I'm running fvwm2 with Linux 2.2.12 and XFree86 (I don't > have the > version of XFree with me right now, but it's one of the > most > recent - came with my Slakware 4.0 distribution of the > 2.2.7 kernel). > > Do other linux distributions have these 'dingbat' fonts? > Should > I acquire them (somehow), or otherwise fix things up a > bit more > elegantly? > > As a newcomer to Java on Linux, may I ask if anyone can > give me > an idea as to when 1.3 is likely to be out? I had a > number of > Swing bugs in 1.2 (developing on NT) which were fixed > when I went > to the recent 1.3beta for NT. I don't know anything > about > java implementations; can I try and merge the Swing java > source > from 1.3 into my blackdown 1.2preV2 installation or are > more > complicated porting methods required? > > Thanks for any help, > > > Brad Rosser > [EMAIL PROTECTED] > > > = > > __ > Do You Yahoo!? > Bid and sell for free at http://auctions.yahoo.com > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > __ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Java Platform Debugger Architecture (JPDA)
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
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 -classpath /myclasses testprog I get the usual "Can't find /java/Thread" or something like that. I think my PATH var is OK. I wonder if I need to install into /usr/local, currently I have it unser a home dir.
JINI working?
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 configuration : 1- Suse 6.2 ie. glibc2.1 2- jdk1.2-pre-v2 from blackdown 3- reading the bugs' list on blackdown web page I decided to use THREADS_FLAG=green These are the Results: 1- with this settings -green flags the example hangs ( no output java -cp jini-examples.jar com.sun.jini.example.service.StartService 2 - with native threads this one works fine except when the GC thread kicks in I get SIGSEGV 11* segmentation violation stackpointer=0xbedff844 Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v2, native threads): "GC Daemon" (TID:0x4037b2a8, sys_thread_t:0x81f0248, state:R, native ID:0x18 07) prio=2 at java.lang.Runtime.gc(Native Method) at java.lang.System.gc(Compiled Code) at sun.misc.GC$Daemon.run(Compiled Code) "RMI Reaper" (TID:0x4037b390, sys_thread_t:0x8215418, state:CW, native ID:0x 1406) prio=5 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(Compiled Code) at java.lang.ref.ReferenceQueue.remove(Compiled Code) at sun.rmi.transport.ObjectTable$Reaper.run(Compiled Code) at java.lang.Thread.run(Compiled Code) "RMI TCP Accept-1" (TID:0x40377bd0, sys_thread_t:0x81b0930, state:R, native ID:0x1005) prio=5 at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(Compiled Code) at java.io.BufferedInputStream.fill(Compiled Code) at java.io.BufferedInputStream.read(Compiled Code) at sun.rmi.transport.proxy.HttpAwareServerSocket.accept(Compiled Code) at sun.rmi.transport.tcp.TCPTransport.run(Compiled Code) at java.lang.Thread.run(Compiled Code) "Finalizer" (TID:0x4036f320, sys_thread_t:0x80cd088, state:CW, native ID:0xc 04) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174) "Reference Handler" (TID:0x4036f3b0, sys_thread_t:0x80c88d0, state:CW, nativ e ID:0x803) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:424) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114) "SIGQUIT handler" (TID:0x4036f3e0, sys_thread_t:0x80c1368, state:R, native I D:0x402) prio=5 "main" (TID:0x4036f1e0, sys_thread_t:0x804ca70, state:MW, native ID:0x400) p rio=5 at java.lang.ClassLoader.findNative(Compiled Code) [... etc] I suppose this is the bug mentioned on blackdown page. 3- if running still with native threads the jini client (with green this one also hangs) I am getting: java.lang.reflect.InvocationTargetException: java.net.SocketException: error set ting options at java.net.PlainDatagramSocketImpl.join(Native Method) at java.net.MulticastSocket.joinGroup(Compiled Code) at net.jini.discovery.LookupDiscovery$AnnouncementListener.(Compil ed Code) at net.jini.discovery.LookupDiscovery$3.run(Compiled Code) at java.security.AccessController.doPrivileged(Native Method) at net.jini.discovery.LookupDiscovery.(Compiled Code) at com.sun.jini.example.browser.Browser.(Compiled Code) at java.lang.reflect.Constructor.newInstance(Native Method) at com.sun.jini.example.browser.Browser.main(Compiled Code) at com.sun.jini.example.browser.Browser.main(Compiled Code) Any help would be appreciated, Thanks Bogdan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Java Platform Debugger Architecture (JPDA)
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 implemented in JDK 1.2 JVM, no plug-in to JVM. I guess that JVMDI is already implemented in JDK 1.2 pre-release 2 for Linux and an interpreter the JDK has supports JVMDI. But I'm not sure whether Sun JIT (sunwjit.so) supports JVMDI or not. I'm interested in the JVMDI as a method to access activation records, in other words execution contexts. It may be possible to have an asynchronous thread migration system I've implemented portable. Kazuyuki SHUDO Happy Hacking! Muraoka Lab., School of Sci. & Eng., Waseda Univ. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Java Platform Debugger Architecture (JPDA)
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). And it's JDWP that's missing. It has a native component that's not a part of the JDK and hasn't been ported to Linux. Sun is silent on the availability question, and some great tools like JBuilder can't debug without it. Nathan > > At least, JVMDI as one of them should be implemented in > JDK 1.2 JVM, no plug-in to JVM. I guess that JVMDI is > already implemented in JDK 1.2 pre-release 2 for Linux > and an interpreter the JDK has supports JVMDI. But I'm > not sure whether Sun JIT (sunwjit.so) supports JVMDI or > not. > > I'm interested in the JVMDI as a method to access > activation records, in other words execution contexts. > It may be possible to have an asynchronous thread > migration system I've implemented portable. > > Kazuyuki SHUDOHappy Hacking! > Muraoka Lab., School of Sci. & Eng., Waseda Univ. > > > -- > 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". Trouble? Contact [EMAIL PROTECTED]