Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 172)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#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.

#240 fixed Starting java.exe from ash/dash breaks command line arguments with spaces dmik
Description

Given this hello.java:

public class hello
{
  public static void main(String args[])
  {
    System.out.println("hello world!");
    for (int i = 0; i < args.length; ++i)
      System.out.println("arg["+i+"]=["+args[i]+"]");
  }
}

and this SH script:

D:/Tools/openjdk6_b27_sdk_os2_ga5-20130217/bin/java.exe -cp . hello "1 2" 3

you get this output if the script is run by bash:

hello world!
arg[0]=[1 2]
arg[1]=[3]

and this output if it's run by ash/dash:

hello world!
arg[0]=[1]
arg[1]=[2]
arg[2]=[3]

Apparently, in the second case spaces are handled incorrectly.

#1 fixed Create initial road map dmik
Description

The first version of the road map should provide the general overview of the development plan. It will be fine tuned as the project goes on.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.