[ http://nagoya.apache.org/jira/browse/DERBY-36?page=comments#action_56403 ] Myrna van Lunteren commented on DERBY-36: -----------------------------------------
I tried this with the release derby.jar & derbytools.jar and it worked ok for me... The following was posted to the list: According to the Sun documentation java.lang.InternalError is "thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine". What JVM where you using? > Following the provided documentation and running ij results in a > java.lang.InternalException > -------------------------------------------------------------------------------------------- > > Key: DERBY-36 > URL: http://nagoya.apache.org/jira/browse/DERBY-36 > Project: Derby > Type: Bug > Components: Documentation, Tools > Environment: set DERBY_INSTALL=e:\Derby > set > CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;%CLASSPATH% > Reporter: Vess Ivanov > > In a commad window type: > set DERBY_INSTALL=e:\Derby > set > CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;%CLASSPATH% > java -cp %CLASSPATH% org.apache.derby.tools.ij > Yelds the following result : > Exception in thread "main" java.lang.InternalError: No run method > at java.security.AccessController.doPrivileged(Native Method) > at org.apache.derby.impl.tools.ij.utilMain.go(utilMain.java) > at org.apache.derby.impl.tools.ij.Main.go(Main.java) > at org.apache.derby.impl.tools.ij.Main.mainCore(Main.java) > at org.apache.derby.impl.tools.ij.Main14.main(Main14.java) > at org.apache.derby.tools.ij.main(ij.java) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
