﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
40	Can't find Jar file in default dir.	Yoda_Java6		"I try to start a Java app this way:
java.exe -jar jeti2.jar

(Jeti2.jar is in cur. dir)

Result:

Error: A JNI error has occurred, please check your installation and try again
Exception in thread ""main"" java.io.FileNotFoundException: Jeti2.jar (File not fo
und)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:131)
        at java.util.jar.JarFile.<init>(JarFile.java:150)
        at java.util.jar.JarFile.<init>(JarFile.java:87)

If I start it like:
Java.exe -jar K:\java1\jeti2\Jeti2.jar
App loads, but then fails l8r with some other problem.

Looks like this Java 6 switches away from curdir,
when it starts, and then can't find the app.

No earlier versions (1.31 1.41 1.42) shows this behavior,
when started same way.

"	defect	closed	critical	Beta 2	general			fixed		Yoda_Java6
