about the class packaging problem
I used JBuilder 3 and 4 before and packaged some java classes together
but now when I want to use earlier version of the JBuilder like 2007, the import can't resolve some of the packages.
Any suggestions please.
I used JBuilder 3 and 4 before and packaged some java classes together
but now when I want to use earlier version of the JBuilder like 2007, the import can't resolve some of the packages.
Any suggestions please.
Does JBuilder know about these classes/Packages? Are they in a JAR file which is in your project classpath?
I think it doesn't know them.
Do I need to add a JAR to the project manually?
Do I need to do other operations before to add it? Because when I choose "Add JARs", there is nothing for me to add.
Thanks very much.
> I think it doesn't know them.
>
> Do I need to add a JAR to the project manually?
Yes, when you add a JAR you are telling JBuilder where to look which in turn sets your classpath, without this it will never find it.
> Do I need to do other operations before to add it?
> Because when I choose "Add JARs", there is nothing
> for me to add.
Well I take it that it opens a File Chooser of some sort, you should then navigate to your JAR on drive.
I don't have a created JAR file.
The older versions of JBuilder didn't create any JAR files but they can find them?
Do I have to create one by myself for the new JBuilder particularly?
Well which packages can it not find? Some of your own which are in the same project? or some from another project?
It can find some of the packages in the same project.
I don't have packages from other project at the monment.
> It can find some of the packages in the same project.
>
> I don't have packages from other project at the
> monment.
Well if you don't have them then how do you expect JBuilder to have them also?
I am expecting it to find the packages in the same project
I am sorry I didn't type "not" in the last post
I mean it can not find some of the packages in the same projects