It's Windows (lack of) case sensitivity that's causing the problems as derby points out. Best thing to do might be to make your env module something like OurCompanyName::Env, or OurProductName::Env (i.e. have a custom directory for your company/product specific modules).