The Artima Developer Community
Sponsored Link

Java Answers Forum
Using different set of Core Java APIs with JVM

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ashish Paliwal

Posts: 1
Nickname: apaliwal1
Registered: Nov, 2003

Using different set of Core Java APIs with JVM Posted: Nov 28, 2003 2:31 AM
Reply to this message Reply
Advertisement
Hi,
The question is I have 2 Virtual Machines. SUN JVM and BEA JRockit. I am trying to use the SUN provided rt.jar with JRockit and vice-versa. But it dosen't work. It gives an UnsatisfiedLinkError, its not able to find the definition of a native method, whose name are canonicalize for SUN VM and canonicalize0 for JRockit.
Any explanation why is it so. It gives the same error with -Xbootclasspath option as well.
Does this implies that we always have to use the core Java APIs provided by the VM vendor. Do VMs load core APIs in an implementation specific manner or it's generic.
Thanks in advance.

- Ashish

Topic: MySql with JRun for EJB 2.0 Previous Topic   Next Topic Topic: java swings

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use