Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

classes import en stuff with jbuilder

  Asked By: Lloyd    Date: Jan 02    Category: Java    Views: 755
  

i have 3 classes, all added to the project in
jbuilder... 2 classes start with package usagejsp<br>and one
with package something... if i want a file to use
those classes i just need to do this
right?<br><br>"import usagejsp.*" right??? but it still complains bout
missing the one file of package something... internal
servlet error... means sth wrong with import
right???<br><br>help anyone???

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Tyrone Sanchez     Answered On: Jan 02

Nothing is wrong  with import. It sounds as though
the classpath is not set correctly.<br><br>Check your
project properties Path tab. Perhaps you need to add a
Required Library to reference the package
usagejsp?<br><br>This is my stab in the dark without seeing more detail
+ my limited jbuilder..

 
Didn't find what you were looking for? Find more on classes import en stuff with jbuilder Or get search suggestion and latest updates.




Tagged: