I have two projects in one workspace, using the same workspace with Eclipse.
Project1 - Links Project No. 2, and also contains the "Java Build Path" for Project 2
Project2 - nothing refers
Project1 package is called Project1
Project2 pacakge called Proejct2
I am importing Projec2 into Project1 using:
import Project2.ClassName
When compiling, I get an error message:
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
source share