Hello, It seems that there are some problems with tools.jar. Are you sure that right tools.jar (from IBM JDK) is present in classpath?
Best regards, Mike Aizatsky. ------------------------------ IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Chantal Ackermann > Sent: Thursday, February 28, 2002 9:23 PM > To: [EMAIL PROTECTED] > Subject: Re: [Eap-list] #607 and jdk1.4 (OFFTOPIC) and jdk 1.3 IBM (back > to the topic) > > hello Hani, hello all, > > I have posted in my first mail the error message I get when I start #607 > with > the IBM jdk 1.3.0. > > I'll repaste it below (sorry, guys, for all the traffic). > > I changed the actual call to start idea to be: > "exec /usr/lib/jdk1.3/bin/java -Xbootclasspath/p:${BOOT_CLASS_PATH} > $JVM_ARGS > $MAIN_CLASS_NAME $args" > > I removed the parameter -Djdk.home=${JAVA_HOME} to be sure it's not the > cause of the error. and I tried it with this parameter set to > /usr/lib/jdk1.3. this does not make any difference. > > "What doesn't work"? > > well - as I said, idea won't start up. it hangs at the splash screen > telling > me that an "internal error" occured. I click 'ok' but the splash screen > keeps > showing unless I kill the program. > > Chantal > > ---------------------------------------------------------- > > [ 3920] ERROR - intellij.plugins.PluginManager - > [ 3945] ERROR - intellij.plugins.PluginManager - IntelliJ IDEA > (Ariadna) > Build #607 > [ 3946] ERROR - intellij.plugins.PluginManager - JDK: 1.3.0 > [ 3947] ERROR - intellij.plugins.PluginManager - VM: Classic VM > [ 3947] ERROR - intellij.plugins.PluginManager - Vendor: IBM > Corporation > [ 3948] ERROR - intellij.plugins.PluginManager - OS: Linux > [ 4292] ERROR - intellij.plugins.PluginManager - > java.lang.UnsupportedClassVersionError: > com/sun/jdi/connect/VMStartException > (Unsupported major.minor version 48.0) > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:496) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:117) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:251) > at java.net.URLClassLoader.access$300(URLClassLoader.java:69) > at > java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:544) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:203) > at java.lang.ClassLoader.loadClass(ClassLoader.java:325) > at java.lang.ClassLoader.loadClass(ClassLoader.java:257) > at java.lang.Class.forName1(Native Method) > at java.lang.Class.forName(Class.java:134) > at com.intellij.debugger.ui.a.y.a(y.java:2) > at com.intellij.debugger.ui.a.y.a(y.java:0) > at com.intellij.project.ProjectManager.a(ProjectManager.java:12) > at com.intellij.idea.a.i(a.java:143) > at com.intellij.idea.a.<init>(a.java:19) > at com.intellij.idea.f.a(f.java:1) > at com.intellij.idea.Main.a(Main.java:7) > at com.intellij.idea.Main.start(Main.java:10) > at java.lang.reflect.Method.invoke(Native Method) > at com.intellij.plugins.PluginManager.start(PluginManager.java:43) > at java.lang.reflect.Method.invoke(Native Method) > at com.intellij.plugins.PluginManager.c(PluginManager.java:28) > at com.intellij.plugins.PluginManager.a(PluginManager.java:94) > at com.intellij.idea.Main.main(Main.java:1) > > ------------------------------------------------------- > > > >IDEA should work with all 1.3 JDK. You might have to tweak the bat file > to > >Iget it to call the right JDK. If you're having a problem running it with > IBM > >I1.3 JDK, then post a specific problem you're running across, rather than > 'it > >Idoesn't work'. What doesn't work? What behaviour do you get? Are you > sure > >Iyour .bat file is doing the right thing? Do you a JAVA_HOME environment > >Ivariable that is perhaps pointing to your JDK 1.4 home (which is why it > >Istarts up using JDK 1.4...) > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
