Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

basic jdeveloper question - how to add a package to jdeveloper 3.2.3

Status
Not open for further replies.

uoapsdb

Programmer
May 16, 2003
1
0
0
GB
You've all done this before - can you tell me what I'm doing wrong.


I am trying to use a class that is not available by default in jdeveloper.

It is the NTSystem class in the com.security.auth.module package - how do I make it available in jdeveloper ???


I tried this :

1) downloaded the zip file jaas-1_0_01.zip from
2) add the jaas.jar file to e:\jdeveloper\java1.2\jre\lib

3) in my jsp code
import com.sun.security.auth.module;
NTSystem n;


But when I compile I get the error message
Error: (13) identifier com.sun.security.auth.module not found


Please can you help.
 
Isn't it time you upgrade to a newer version.
Oracle9i JDeveloper has been around for 2 years now, you should check it out. get it at
Anyway, you need to add the jar file to the project's libraries. right click on the project to access it's properties.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top