W
wong_powah
I am developing JCA/JCE with jdk1.5.0_14 on eclipse 3.3.2.
My source files are at:
C:\win\Java\com\mycomp\crypto and its subdirectory X509
C:\win\Java\com\mycomp\cryptox
I compile them and MyJCASP.jar and MyJCESP.jar are created at C:\win
\Java.
Then the two jar files are copied to C:\Program Files\Java
\jdk1.5.0_14\jre\lib\ext.
I have a test program (test.java) which will call the api in the jar
files.
What is the best way to setup my eclipse project?
I am following
http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.jdt.doc.user/tasks/tasks-33.htm
What else do I need to read or follow?
How to configure my eclipse project to run my test program?
My source files are at:
C:\win\Java\com\mycomp\crypto and its subdirectory X509
C:\win\Java\com\mycomp\cryptox
I compile them and MyJCASP.jar and MyJCESP.jar are created at C:\win
\Java.
Then the two jar files are copied to C:\Program Files\Java
\jdk1.5.0_14\jre\lib\ext.
I have a test program (test.java) which will call the api in the jar
files.
What is the best way to setup my eclipse project?
I am following
http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.jdt.doc.user/tasks/tasks-33.htm
What else do I need to read or follow?
How to configure my eclipse project to run my test program?