Hello all,
i'd like to learn COM (or COM+ or DCOM+) , but i'd like to learn with examples that I could program and debug to see what's happening. I've read the Don's Box book "Essential COM" , but it doesn't get an case study during the book to see how to use the learned concepts...
For learning Assembly , the greatest book is "The Art of Assembly Language" . I think that you can find a copy on the net for download... A good book for begginers is the "University of Guadalaraja Assembly Tutorial " . This is very good for begginers.
Hope it Helps
Jack
Hello all,
I'm trying to use the JCE , but when i do this:
import javax.cripto.*;
I got the error below:
C:\temp\java\cripto>javac TestCripto.java
TestCripto.java:1: package javax.cripto does not exist
import javax.cripto.*;
^
1 error
I've already set up the classpath with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.