Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 172)

Ticket Resolution Summary Owner Reporter
#102 invalid Error on screen does not say where you can find the error Joop
Description

[I:\dtp\jalbum_93]jalbum_j160.cmd SYS1804: The system cannot find the file KERNEL32.

What kernel32, where can I find it? Path statements are set correct as far as I can see; This is in the cmd file before JAlbum (in this case) is started. @echo off SET JAVAWS_HOME=i:\JAVA\JAVA160\javaws SET JAVA_HOME=i:\JAVA\JAVA160 set BEGINLIBPATH=i:\JAVA\JAVA160\bin;%BEGINLIBPATH% set pad=%path% set path=i:\JAVA\JAVA160\bin;%pad% I: cd I:\DTP\JAlbum_93

The part of the cmd file comes from the JAlbum 9.3 cmd file for running in Java 1.50. Never got the message can't find KERNEL32. Odin is installed and config.sys is updates, computer did restart correct. Suppose its a path thing, but first I need to know where I can find that KERNEL32 thing.

#104 invalid JAlbum doesn't start help or album with Firefox Joop
Description

There is no Java log, so Java works, got a message from Run that it might be XUL.DLL, but I don't know if this is true. The system beeps once.

#109 invalid Exif-O-Matic version 1.2 doesn't work new Joop
Description

Exif-O-Matic version 1.2 does not work, it ends with this

[I:\dtp\eom]eom-j160.cmd Exception in thread "main" java.lang.NoClassDefFoundError?: org/instituteofthefut ure/exif/ExifOMatic Caused by: java.lang.ClassNotFoundException?: org.instituteofthefuture.exif.ExifO Matic

at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController?.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader?.loadClass(ClassLoader?.java:321) at sun.misc.Launcher$AppClassLoader?.loadClass(Launcher.java:294) at java.lang.ClassLoader?.loadClass(ClassLoader?.java:266)

Could not find the main class: org.instituteofthefuture.exif.ExifOMatic. Program

will exit.

The contents of eom-j160.cmd is;

@echo off set pad=%path% set path=i:\JAVA\JAVA160\bin;%pad% set BEGINLIBPATH=i:\JAVA\JAVA160\bin I: cd I:\DTP\EOM java -jar EOM12.jar (the original file is called EOM.jar, but I have also the older version in the same directory) set path=%pad%

I did use http://www.rahulbotics.com/collateral/EXIF-O-Matic-Windows.zip because its a zip-file. It contains 3 files, a batch for Windows, a readme and the jar file. Throw away the batch, the readme doesn't contain important info we did not already know.

Note: See TracQuery for help on using queries.