Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (121 - 123 of 172)

Ticket Resolution Summary Owner Reporter
#145 invalid java apps fail to display open file dialog losepete
Description

Not sure if this is an odin or java6 problem but Arachnophilia - http://www.arachnoid.com/arachnophilia/ - fails to display the file open dialog.

The error log generated by this app when trying to open a file contains the following error:-

java.io.IOException: Could not get shell folder ID list

#147 invalid classpath limits wlhartzell
Description

I have two Java programs that won't work because the classpath statements are too long. I think that this is a command.exe bug, but it affects Java. The programs are Freemind 0.9.0 found at <http://freemind.sourceforge.net/> and Squirrel 3.2.1 found at <http://www.squirrelsql.org>. The only direct solution would be to use ./././., etc. in classpath to add all files in subdirectory of program directory, and subdirectories of the subdirectory, etc., or require us to switch to bash to run these programs. Adding levels of indirection would be an Odin feature. The following is the freemind cmd file: setlocal d: cd \OA\freemind set classpath=D:\OA\freemind\lib\freemind.jar;D:\OA\freemind\lib\forms-1.0.5.jar;D:\OA\freemind\lib\bindings.jar;D:\OA\freemind\lib\jibx\xpp3.jar;D:\OA\freemind\lib\jibx\jibx-run.jar;D:\OA\freemind\lib\SimplyHTML\SimplyHTML.jar;D:\OA\freemind\lib\SimplyHTML\gnu-regexp-1.1.4.jar;D:\OA\freemind\browser\freemindbrowser.jar;D:\OA\freemind\plugins\help\help_plugin.jar;D:\OA\freemind\plugins\help\jhall.jar;D:\OA\freemind\plugins\script\scripting_plugin.jar;D:\OA\freemind\plugins\script\groovy-all-1.5.6.jar; set SVG=D:\OA\freemind\plugins\svg\batik-awt-util.jar;D:\OA\freemind\plugins\svg\batik-bridge.jar;D:\OA\freemind\plugins\svg\batik-css.jar;D:\OA\freemind\plugins\svg\batik-dom.jar;D:\OA\freemind\plugins\svg\batik-ext.jar;D:\OA\freemind\plugins\svg\batik-extension.jar;D:\OA\freemind\plugins\svg\batik-gui-util.jar;D:\OA\freemind\plugin set SVG2=D:\OA\freemind\plugins\svg\batik-squiggle.jar;D:\OA\freemind\plugins\svg\batik-svg-dom.jar;D:\OA\freemind\plugins\svg\batik-svggen.jar;D:\OA\freemind\plugins\svg\batik-swing.jar;D:\OA\freemind\plugins\svg\batik-transcoder.jar;D:\OA\freemind\plugins\svg\batik-util.jar;D:\OA\freemind\plugins\svg\batik-xml.jar; set SVG3=D:\OA\freemind\plugins\svg\batik-gvt.jar;D:\OA\freemind\plugins\svg\batik-parser.jar;D:\OA\freemind\plugins\svg\batik-script.jar;D:\OA\freemind\plugins\svg\js.jar;D:\OA\freemind\plugins\svg\pdf-transcoder.jar;D:\OA\freemind\plugins\svg\svg_plugin.jar;D:\OA\freemind\plugins\svg\xerces_2_5_0.jar;D:\OA\freemind\plugins\svg\xml-apis.jar; set Java_Home=j:\java6\jre j:\java6\jre\bin\java -Xms512M -Xmx512M -cp %SVG%;%SVG2%;%SVG3% freemind.main.FreeMindStarter? endlocal

#150 invalid Missing MSvcrt.dll from Odin wlhartzell
Description

The Odin application no longer works. Its only purpose was to add MSVCRT.dll to Odin's system32 folder. A fresh install of Odin does not have it. Innotek's solution was to include it in everything that they published, in hopes that one of them would be on Libpath. Odin application did not work for them either. Suggest that you copy Innotek's solution.

Note: See TracQuery for help on using queries.