Click here to Skip to main content
15,906,625 members
Home / Discussions / Java
   

Java

 
GeneralJFrame client area Pin
Scott Leonard23-Aug-01 10:11
Scott Leonard23-Aug-01 10:11 
GeneralRe: JFrame client area Pin
Malcolm McMahon9-Jan-02 3:00
Malcolm McMahon9-Jan-02 3:00 
GeneralRe: JFrame client area Pin
Scott Leonard23-Jan-02 16:14
Scott Leonard23-Jan-02 16:14 
GeneralImage in Browser Pin
Lars Welander Hald17-Aug-01 10:54
Lars Welander Hald17-Aug-01 10:54 
GeneralRe: Image in Browser Pin
pushpi5-Oct-01 18:43
pushpi5-Oct-01 18:43 
GeneralRe: Image in Browser Pin
18-Dec-01 3:19
suss18-Dec-01 3:19 
Generaljava and bitmaps Pin
roel12-Aug-01 12:16
roel12-Aug-01 12:16 
GeneralHelp on Java to ASP Pin
nils868-Aug-01 10:27
nils868-Aug-01 10:27 
I have written a Zip program on Java which has a main function.

public static void main(String[] args)

Once I compile and run it it works fine.
It zips up a folder's content and uses the name of the folder to name the zip file.

ex:
c:\jdk1.3.1\bin\java Zip temp

The program works fine, However, I've tried to use this program on ASP.
How do I call the main function on the Java program from the ASP?

<%
Dim objZip
// Create an instance of the Java Object
Set objZip=GetObject("java:Zip")

????? How do I call the main function ???????????????

//Destroy the object
Set objZip = Nothing
response.write "end of file"
%>


Thanks
Jorge Dead | X|
GeneralRe: Help on Java to ASP Pin
12-Aug-01 3:41
suss12-Aug-01 3:41 
Questionhow to find the equivalent mechanism for passing and attaching the IDispatch interface of the ActiveX control Pin
1-Aug-01 0:27
suss1-Aug-01 0:27 
GeneralInteracting COM dlls from Java using JNI Pin
Shamant31-Jul-01 23:40
Shamant31-Jul-01 23:40 
GeneralInteracting COM dlls from Java using JNI Pin
Shamant31-Jul-01 23:36
Shamant31-Jul-01 23:36 
GeneralCommunicating with Javascript Pin
Robert Bushlow30-Jul-01 7:16
Robert Bushlow30-Jul-01 7:16 
Generalproblems using Image with netscape Pin
26-Jul-01 10:13
suss26-Jul-01 10:13 
Generalreport generation in java Pin
25-Jul-01 19:58
suss25-Jul-01 19:58 
Questionbyte or character stream? Pin
Flora23-Jul-01 15:19
Flora23-Jul-01 15:19 
GeneralStream Tokenizer Pin
Flora17-Jul-01 13:25
Flora17-Jul-01 13:25 
GeneralRe: Stream Tokenizer Pin
Malcolm McMahon18-Jul-01 3:50
Malcolm McMahon18-Jul-01 3:50 
GeneralRe: Stream Tokenizer Pin
Koundinya4-Aug-01 2:17
Koundinya4-Aug-01 2:17 
Generalsorting class XYObjArray Pin
23-Jun-01 12:12
suss23-Jun-01 12:12 
QuestionHow can i use the UDP in the Web ?? Pin
khamis22-Jun-01 7:44
khamis22-Jun-01 7:44 
Questionscreen mate using java swing? Pin
18-Jun-01 0:39
suss18-Jun-01 0:39 
GeneralAlternative to Java Applets Pin
13-Jun-01 10:12
suss13-Jun-01 10:12 
GeneralRe: Alternative to Java Applets Pin
Dhandapani Ammasai13-Jun-01 13:45
Dhandapani Ammasai13-Jun-01 13:45 
GeneralRe: Alternative to Java Applets Pin
Jack Mott17-Jul-01 12:30
Jack Mott17-Jul-01 12:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.