Re: Argo/UML 0.7 and sun/tools/agent/Agent not found
Hi! Kari Kangas has a little JDK 1.2/RH 6/Argo related problem, and I can't find the answer. That's why I forward this mail now to Java-Linux and the Argo list. His original posting: === > %java -jar -debug argoUML.jar > > gives me > > % ... noClassDefFoundException: sun/tools/agent/Agent > > and window dies (actually it just flashes). > > Platform info: > RedHat 6.0 > jdk1.2-pre.v1 (Blackdown) > ArgoUML 0.7 + XML parser in a same directory. === His latest mail to me: On Mon, 09 Aug 1999 Kari Kangas <[EMAIL PROTECTED]> wrote: >Hi, > >Andreas Rueckert wrote: > >> Hi! >> >> >> Did you desinstall Kaffe? If not, you might still use the Kaffe libs. >> What happens if you don't enter the debug option? >> If you're sure, that you use the Blackdown port, you should post to the >> java-linux list at Blackdown. If you can't do this, drop me another mail and >> I'll do it for you. >> Do other Java apps work for you? The Swing demo? > >I tried those examples (applet and jfc/swing) and they worked just fine. >I noticed also that argoUML didn't actually die, job is still there, it just that >window disappears. I didn't uninstall Kaffe, btw. I couldn't find rpm -info >about it. I thought it would be kaffe... something, but rpm -qa didn't >show anything close to that, so Kaffe is still there. Huh? You say, that rpm -qa didn't show anything, but kaffe is still there? If 'rpm -qa | grep -i kaffe' doesn't show anything, then kaffe shouldn't be there anymore. Or has RedHat renamed the Kaffe package? I don't have RH 6 or Kaffe, so I don't know. Another idea: try to disable the JIT and native threads. Maybe that helps. I'll send a CC of this mail to Argo-dev. Maybe they have another idea. But it seems strange to me, that other Java apps work, but Argo dies. To Argo-dev community: Anyone uses JDK 1.2 pre 2 from Blackdown on RedHat 6 distro? To Java-Linux: does java -debug work with pre2? Ciao, Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Argo/UML 0.7 and sun/tools/agent/Agent not found
> Andreas Rueckert writes: Andreas> Hi! Kari Kangas has a little JDK 1.2/RH 6/Argo related Andreas> problem, and I can't find the answer. That's why I Andreas> forward this mail now to Java-Linux and the Argo list. Andreas> His original posting: Andreas> === >> %java -jar -debug argoUML.jar > >> gives me >> >> % ... noClassDefFoundException: sun/tools/agent/Agent >> >> and window dies (actually it just flashes). Try something like $ java -jar -Xdebug -Djava.compiler=NONE \ -Xbootclasspath/a:/usr/local/jdk1.2/lib/tools.jar argoUML.jar Juergen -- Juergen Kreileder, Blackdown Java-Linux Porting Team http://www.blackdown.org/java-linux.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Java Platform Debugger Architechture
Are there any plans to port this to Linux? -- __ Stephen Martin _ _ |/_ \ MORTICE KERN SYSTEMS INC. [EMAIL PROTECTED] ,/ \ / \ | / |( | 185 Columbia Street West (519)883-3215| | | |/ | \ / Waterloo, Ontario Fax: (519)884-8861 | | | | \ | _) Canada N2L 5Z5 \__/ "If Bill Gates had a nickel for every time Windows crashes... Oh wait! He Does!" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
security exception
hi all, I'm havibg troubles with an applet that talks to oracle. When I run the applet from the machine where I have the DB server, no problem, but when running the applet form a remote machine, I get a security exception. That it couldn't resolve the ip of the host in which I have the class, and the server running. Can somebody tell me what I'm missing? TIA --Yohans ~ Yohans Mendoza Unix Administrator Sirius Images Inc. [EMAIL PROTECTED] http://www2.utep.edu/~yohanshttp://www.sirius-images.net ~ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: security exception
On Mon, 9 Aug 1999, Yohans Mendoza wrote: > I'm havibg troubles with an applet that talks to oracle. When I run the > applet from the machine where I have the DB server, no problem, but when > running the applet form a remote machine, I get a security exception. That > it couldn't resolve the ip of the host in which I have the class, and the > server running. > > Can somebody tell me what I'm missing? Are your webserver and the database server running on the same machine? The JVM in the browser requires that the applet be signed in order to make a network connection to a machine other than the server which supplied the applet, or the local machine. Try signing the applet, and see if that fixes it. --- Bride, n.: A woman with a fine prospect of happiness behind her. -- Ambrose Bierce, "The Devil's Dictionary" --- Ted GarrettPGP Key ID: 0A04AE45 Network Systems Analyst for hire [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
original jdk 1.2 source from sun?
Hi, I would like to apply the patches for jdk pre 2 but the only sun reference source I can get is JDK 1.2.2 which doesn't really cooperate with the diffs of the linux porting team. Who knows how I can get the original source jdk 1.2 from sun? Gero. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
jdb with green threads continuously allocates memory
Hi, when running the jdb with the -green option and no other arguments, at all, the prompt doesn't appear and the program continuously allocates memory until you kill it. I am using jdk 1.2 pre v2 on SuSE linux 6.1 (kernel 2.2.3). jdb with native thread works basically fine but with more complex programs, having a lot of threads I figured out some weird behaviour which I can't downtrack to the real problem due to the lack of a debugger :). Anyone any hints? Bye, Gero. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]