hi
I uses the two path to get a new object:
one:
the other:
In the test, I use JCreator, and use javac java , it is ok.
but when I put it to my projects, It is throw ClassNotFoundException
I use
to put all the classes that I need. Is OK?
In the test, I still have put it in the path as in real project. It still can work.
how to make sure the ClassLoader can find my classes???