Hi, Thank you for u r response, sorry for late answering.
Mine is a VC application. I need to insert some data (say a id) into that on fly, i am trying it using editing resourses in VC, but i don't know how to access a resources file of VC from Java program. I am searching net but not getting correct information, if u have solution or information with you please share with me. regards, Balaraju M On 9/22/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:
Balaraju, > I need good help from all of you. My problem is i need to give a user a URL > link which will download a application to usersystem. I will append a id to > that URL, so that when ever a user clicks and downloading application that > application will need to read or recognizes that value which we append to > URL and stores anywhere for future reference. Can anybody give some ideas > for this to work. What type of application is this and how is it packaged? For example, if you were distributing a JAR or, say, a setup ZIP file containing an installer, then you could always just build the JAR or ZIP file on the fly with that user's custom configuration, and return that to the user. Of course, you wouldn't want to be generating a ZIP file upon every request if this were a high-traffic system. -chris