Where does MS Windows store a user's private key? What is microsoft's private key store? Is it accessible thru java? § #345; #297; #358; #295; å #341; ä...
Here is a link to an article describing how MS stores the key in the user’s private store. http://blogs.msdn.com/kevinha/archive/2005/02.aspx _____ From:...
I'm trying to determine the names of the files in a directory associated with a class. I use the following incantation: String directory = ....; URL url =...
Lufkin, Brad
brad.lufkin@...
May 3, 2005 4:41 pm
8355
What do you want it to do in the jar case? Which directory do you want it to get? The class no longer has an associated directory per se. What directory do you...
Well, looking in the classpath for a directory seems like an icky code construct to me, but here goes. This from browsing the 1.4 javadocs: String directory =...
unless someone has a better idea, I'll go with the index file. That works in both scenarios (jar and non-jar) and can be updated without code changes. ... ...
Lufkin, Brad
brad.lufkin@...
May 3, 2005 5:39 pm
8359
As an aside, JarURLConnection is a protocol handler as I mentioned in my post. I didn't realize there was one, but that was the first solution I thought of....
David: I didn't get your post (nor do I get mine). Brad ... From: novajug@yahoogroups.com [mailto:novajug@yahoogroups.com]On Behalf Of David A. Sisk Sent:...
Resource names in jar files are case-sensitive, whereas they may or may not be outside of them. For instance, consider the sequence: URL url =...
Lufkin, Brad
brad.lufkin@...
May 3, 2005 10:18 pm
8363
... but may well work when running from an ordinary directory. this is probably platform-dependent. I didn't test it on Unix, but my guess is that it...
I'm trying to send a program to a Mac user (OS 10.2.8) supporting Java 1.4.1. My compiler is Java 1.5, but I used the following compiler options: javac -source...
Lufkin, Brad
brad.lufkin@...
May 4, 2005 5:41 pm
8365
You still have the chance to be a part of the best technically focused Java event anywhere, the Northern Virginia Software Symposium coming to Reston on May...
I have been asked about solving a problem to send data from a JSP on a server in a DMZ to a second container behind a firewall. -I have created a serializable...
Barb, You are on the riht path. You need something on the second server to connect to with the HttpURLConnection(either JSP or Servlet). FYI, you are...
the second container should have some sort of connectivity, e.g. you csn put an embedded Jetty server with servlets. these servlet would get HTTP requests and...
http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javac.html Says you need to use -bootclasspath and -extdirs option, too. Even gives an example at the...
Hi All, I have performance question for those of you who has been using hibernate for production environment... For the record, I have been looking over...
OK....I added lazy="true" to bag mapping of car and it only created one type of select statements to retreat person and car objects... with outer join.... so...
!!!!WELCOME THE FREECALLING CARDS !!!! STRENGHTEN YOUR FRIEND SHIP TALK TO UR FRIENDS FREE!!! YES ITS TRUE!!! YOU CAN PUT A STOP TO PREPAID CARDS!!! SIGNUP AND...
JmDNS : Easy Service Discovery for the 21st Century Configuration files are so 90's. Software of the 21st Century should be able to find related services and...
We would like to remind you of this upcoming event. Enterprise SIG meeting Date: Tuesday, May 10, 2005 Time: 6:00PM - 9:00PM EDT (GMT-04:00) JmDNS : Easy...
novajug@yahoogroups.com
May 8, 2005 10:02 pm
8381
Hi Everyone! Here is an interesting problem to tackle. I need a time table with the following attributes Time_id the_date the_day the_month the_year ...