Results 1 to 2 of 2
Thread: package does not exist error
- 11-28-2010, 02:00 PM #1
Member
- Join Date
- Nov 2010
- Posts
- 1
- Rep Power
- 0
package does not exist error
Hi,
I am checking access modifiers by creating packages. My pgm has two packages p1 and p2. p1 has a base class "Base" with a protected method. p2 has the sub class "Sub" which is a child of "Base". I am trying to call the protected method from the child class. I have compiled and run the base class source file (no errors).When I compiled Sub class source file. I've gotten the error "package p1 does not exist". (so weird!!!) . Pls help me....
Thanks in advance!!!
- 11-28-2010, 02:03 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
When people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
package jxl does not exist ??? any ideas
By Macca07 in forum New To JavaReplies: 5Last Post: 05-14-2012, 07:38 PM -
package javax.servlet does not exist :>
By wildheart25c in forum Java ServletReplies: 2Last Post: 02-17-2010, 12:02 AM -
package java.text does not exist
By sknn in forum NetBeansReplies: 12Last Post: 02-03-2010, 03:14 PM -
package javax.servlet does not exist
By nikhil2jan in forum Java ServletReplies: 1Last Post: 01-04-2009, 04:32 PM -
package mj does not exist
By PzK in forum New To JavaReplies: 8Last Post: 12-03-2008, 10:30 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks