I have two projects in the same workspace using a single workspace with Eclipse.
Project1 - References Project #2 and also contains the "Java Build Path" for Project 2
Project2 - doesn't reference anything
Project1 package is called Project1
Project2 pacakge is called Proejct2
I import Projec2 into Project1 using:
import Project2.ClassName
When compiling I receive the error:
Error preverifying class Project1.Launcher Project1 line 0 BlackBerry Java Problem
Error!: Error: preverifier failed: C:\Users\footose\Desktop\eclipse\plugins\net.rim.eide.componentpack4.5.0_4.5.0.16\components\bin\prev ... Project1 line 0 BlackBerry Java Problem
Any suggestions would be awesome