<b>where & how do you install(add) third party packages????</b>
I asked this question a few posts ago.
But I am still having a little hard time.
Can someone direct me to some site where I can read how this?
1) what is the proper place to add the third party package?
- j2sdk1.4.2\jre\lib ???
- j2sdk1.4.2\lib ????
2) after I add the package at j2sdk1.4.2\jre\lib\ext\(new package)
i set the classpath to c:\j2sdk1.4.2\jre\lib\ext;
and path was alread set at c:\j2sdk1.4.2\bin;
when i compile and run the code, i can run file with third party package code only file but no Hello.java file.
I get noclassDefFound error.
when i delete classpth then I can run Hello.java but no third party code.
How do I need to set my path?
is the classpath same as the path?
do i need to set both ?
can you help me?
I can't believe I am having problems with this ?
THanks
QB
I asked this question a few posts ago.
But I am still having a little hard time.
Can someone direct me to some site where I can read how this?
1) what is the proper place to add the third party package?
- j2sdk1.4.2\jre\lib ???
- j2sdk1.4.2\lib ????
2) after I add the package at j2sdk1.4.2\jre\lib\ext\(new package)
i set the classpath to c:\j2sdk1.4.2\jre\lib\ext;
and path was alread set at c:\j2sdk1.4.2\bin;
when i compile and run the code, i can run file with third party package code only file but no Hello.java file.
I get noclassDefFound error.
when i delete classpth then I can run Hello.java but no third party code.
How do I need to set my path?
is the classpath same as the path?
do i need to set both ?
can you help me?
I can't believe I am having problems with this ?
THanks
QB