Ok, i would have placed the keys file in Workspace/presentation/src ! assuming that your eclipse project is setup to compile in place; that means, the class files are stored in the same directory as the sources. (it looks as if this is the case.)
IDEs like eclipse typically compile things into a different directory, like bin, build or dist - but that depends on settings. concerning the new exception: sorry, I do not know at this time, does anyone else know? Andreas On Tue, 21 Jun 2005 18:05:59 +0200 Eric BOYER <[EMAIL PROTECTED]> wrote: > > > Right, > > I'm working with eclipse : > > Directories : > Workspace/presentation/src/fr/insat/*.java > > The testkeys file should be placed in Workspace/presentation > > > But now I have this exception :o( > > java.io.IOException: Keystore was tampered with, or password was incorrect > > Thanks, > eric -- Andreas Schoelver, Kuehneplatz 3, D-44799 Bochum, Germany voice: ++49(0)234/9731504 mailto:[EMAIL PROTECTED]
