« Return to Thread: Import Packages Don't Exist

Import Packages Don't Exist

by Barry_C :: Rate this Message:

Reply to Author | View in Thread

I opened up ConnectedCalendar.java and DBConnectTester.java in NetBeans 6.0.1. NetBeans gives the error "package com.miginfocom.xxx does not exist" for all the MiG packages. For example

import com.miginfocom.

My Classpath is defined

.;C:\Program Files\MiG InfoCom\DBConnect\lib\dbconnect.jar;C:\Program Files\MiG InfoCom\MiGCalendar6\lib\migcalendarbean.jar


When I open the DBConnect example files with the Calendar example projects, only the imports "import com.miginfocom.dbconnect" are not found.

How do I fix this?

 « Return to Thread: Import Packages Don't Exist