/    Sign up×
Community /Pin to ProfileBookmark

Trouble loading custom classes into my classes

Hi,

I cannot figure out how to load a custom class into a class I’ve created.

I’m using tomcat, so i have a directory structure like this:

webapps/myapp
webapps/myapp/WEB-INF/classes/mypackage

I’ve created and compiled a class called Base in the mypackage directory like this:

[CODE]
package mypackage;

class Base{

public Base(){

}

}
[/CODE]

and I’m trying to use it in a class in the mypackage directory like this:

[CODE]
package mypackage;

import java.util.*;

import mypackage.Base;

public class MyClass implements java.io.Serializable {

public MyClass(){

Base var = new Base();

}

}
[/CODE]

When I try to compile MyClass, i keep getting “cannot resolve symbol”.

Please help, what is the trick to using custom classes???

thanks in advance.

to post a comment
Java

1 Comments(s)

Copy linkTweet thisAlerts:
@JavaServletJul 29.2009 — Everything looks okay.

Check to make sure you have a good CLASSPATH.
×

Success!

Help @decibel spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...