Hello all,
One on my team is having a problem with a project he got from our SVN. When he tries to run a file he gets the error:
java.lang.NoClassDefFoundError: misc\test (wrong name: misc/test)
We really don't understand why he gets this error. Seems like the slashes are the cause of it, but I don't understand how this is a problem or how to fix it.. :(
We're both using NetBeans (I'm on 6.7.1 and he 6.8) and the built-in svn feature. I created the project om my computer, a Mac, and he's using Win7. Could this have anything to do with it? Unix and Win use different slashes for paths after all.. But I don't see how to change this because he's running the files from the IDE.
So any help would be appreciated. Thanks!
Stian