Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

help: deciphering netBeans install.log

13 views
Skip to first unread message

javac

unread,
Jul 4, 2004, 5:00:52 AM7/4/04
to
in linux (Fedora 1) I downloaded the JDK and it installed itself
nicely at: /home/net/jdk1.5.0/

then i downloaded the netbeans .jar file, and, at the shell prompt,
tried "/home/net/jdk1.5.0/bin/java -jar
/home/net/netbeans-3_6-setup.jar" which seemed to work fine.

however, here's the result:

(Jul 4, 2004 1:50:45 AM), Setup.product.install,
com.installshield.product.service.product.PureJavaProductServiceImpl$Installer,
err, ProductException: (error code = 601; message="JVM not found")
STACK_TRACE: 8
ProductException: (error code = 601; message="JVM not found")
at com.installshield.product.actions.JVMResolution.install(JVMResolution.java:171)
at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.checkUninstallerJVMResolution(PureJavaProductServiceImpl.java:4747)
at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4523)
at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3727)
at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
at java.lang.Thread.run(Thread.java:595)

why didn't this work, please?


thanks,

javac at mail dot com

Sudin

unread,
Jul 10, 2004, 1:15:36 PM7/10/04
to
Im using windows XP & using j2sdk1.5.0 beta. The problem is similar to
ja...@mail.com . What i did was downloaded netbeans-3_6-setup.jar and
issued
java -jar netbeans-3_6-setup.jar. Its system independent. When in the
procedure on installing netbeans, i pressed "Browse" to see what
happens, it turns out that following exception is thrown which are
swing and awts . But i dont know why this is happening..
******************
java.lang.ClassCastException: java.lang.Integer
at javax.swing.plaf.basic.BasicFileChooserUI.getMnemonic(Unknown
Source)
at javax.swing.plaf.basic.BasicFileChooserUI.installStrings(Unknown
Source)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installStrings(Unknown
Source)
at javax.swing.plaf.basic.BasicFileChooserUI.installDefaults(Unknown
Source)
at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown
Source)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknown
Source)
at javax.swing.JComponent.setUI(Unknown Source)
at javax.swing.JFileChooser.updateUI(Unknown Source)
at javax.swing.JFileChooser.setup(Unknown Source)
at javax.swing.JFileChooser.<init>(Unknown Source)
at javax.swing.JFileChooser.<init>(Unknown Source)
at com.sun.installer.JDKSelectionPanel.actionPerformed(JDKSelectionPanel.java:287)
at javax.swing.AbstractButton.fireActionPerformed(Unknown
Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown
Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown
Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
****************

Now another problem is that when installing netbeans3.6 at final stage
comes to play, message pops up.

NetBeans IDE 3.6 installed with the following warnings:
Unable to update the Remove item in the Add/Remove folder.

In the hope that atleast netbeans was installed properly rather than
"not" being able to Remove it, i find only install.log with the
following dumps:

******************
(11/07/2004 02:31:22), Setup.product.install,


com.installshield.product.service.product.PureJavaProductServiceImpl$Installer,
err, ProductException: (error code = 601; message="JVM not found")
STACK_TRACE: 8
ProductException: (error code = 601; message="JVM not found")
at com.installshield.product.actions.JVMResolution.install(JVMResolution.java:171)
at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.checkUninstallerJVMResolution(PureJavaProductServiceImpl.java:4747)
at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4523)
at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3727)
at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)

at java.lang.Thread.run(Unknown Source)

****************
I have not much idea wtf is going on. I don't see any point in this
exception because i have already mentioned the location for java,
javac etc...I am still looking around for answer in newsgroup... I
hope that someone has had similar experience && has time to explain
what the hecks' going on.
Cheers,
sudin,
join

ja...@mail.com (javac) wrote in message news:<64d923a9.04070...@posting.google.com>...

0 new messages