|
Subject:
|
remote packages
|
|
Posted By:
|
naveen
|
Post Date:
|
9/26/2004 6:45:21 AM
|
hi people, can anyone help me out to create remote packages.
regards naveen
|
|
Reply By:
|
angrycat
|
Reply Date:
|
10/1/2004 1:56:08 AM
|
What do you mean by remote packages, are you talking about packages to organise classes?
|
|
Reply By:
|
gokul_blr
|
Reply Date:
|
10/6/2004 4:16:47 AM
|
Naveen, Are you Taking about the RMI.
Gokulan Ethiraj
|
|
Reply By:
|
naveen
|
Reply Date:
|
10/8/2004 9:38:35 PM
|
Hi, I had a query regarding remote packages i.e say packages of this form: import org.w3c.dom.*; import org.w3c.dom.html.*; import org.enhydra.xml.io.DOMFormatter; import org.webmacro.*; import org.webmacro.servlet.*; import com.go.teaservlet.*;
how to run the programs containing these packages. how to create these packages.
regards naveen
|
|
Reply By:
|
angrycat
|
Reply Date:
|
10/9/2004 9:03:28 AM
|
Hello Naveen,
You need to download the packages to an appropriate folder, then set your compiler up to use them. With my compiler there is an option to add recources that lets me navigate to the correct folder. If you are unsure where to put the packages, look to see where existing ones are kept, but you should be able to store them anywhere.
|