INT just announced they have released the Beta 2 version of J/View3D, a
Java 3D toolkit. It's easy to use and you need little Java programming
experience to use it. Basically it simplifies your ability to create
sophisticated interactive data visualizations. It has a high level API
and uses th
How can I do to implement multiple file selection with jdk1.1?
I try with JFileChooser class, but multiple selction works only with jdk
1.2..
Thanks.
Laura
-blah/,]
What needs to be done before I could get to print from my
applet?
Than'x for all the help ... :-)
-- Laura
Java people,
I have an applet that needs to print components (reports) ... It
runs fine with appletviewer, but running it through a browser
(Netscape 4.05), I get security errors.
How can I get my applets to print from a browser?
Than'x for any help.
-- Laura
I must to interface a Unix script with java application.
I try with
import java.io.*;
...
try{
String[] com_ps=
{"/bin/sh", "-c", "/bin/chmod 755 esegue", "./esegue"};
Process p = Runtime.getRuntime().exec(com_ps);
}catch (IOException e0){
System.err.println(e0);
System.exit(0);
}
}
}
My scrip
Massimo Conti wrote:
>
> Hi |
> here is how I made this :
>
> import java.lang.Runtime;
>
> public void startService(String programName) {
>
> try {
> path = "/your/path/";
> (Runtime.getRuntime()).exec(path+programName);
> }
> cat
Printer)?
Than'x!
-- Laura
can't tell you more without web access.
It's okay ... You're time and help is very much appreciated ...
:-)
Than'x!
-- Laura
owing it ...
> I'm no longer on the Java-Linux mailing list, so I'm not sure if anyone
> else answered this for you already.
My problem has not been solved yet ...
I hope somebody can help me ... Printing is a real necessity ...
Thank you.
-- Laura
John Zukowski wrote:
>
A10080306
# path: /~lala/dataEntry/file/
I've already tried a lot of things (downloaded
capsapi_classes.zip and SignTool and applied the codebase
principle) just to get this applet run in a browser, but to no
avail ... Please, help me on this.
Thank you.
-- Laura
Java People,
Can I sign an applet (JAR file) without "purchasing"/needing
a certificate (digital ID)?
-- Laura
// This example is from the book _Java AWT Reference_ by John Zukowski.
// Written by John Zukowski. Copyright (c) 1997 O'Reilly & Associates.
// You may study, use, modify, and distribute this example for any purpose.
// This example is provided WITHOUT WARRANTY either expressed or implied.
i
Ljava.lang.String;@80cbe12"
This is the first time I tried the printing feature in Java
(I also tested other sample applications, but they all wouldn't
work) ... The printer (HP LaserJet 4L) is from within the (local)
network ... I am using RedHat Linux 4.2, JDK 1.1.3 ...
I hope
Java People,
How can I get my applet (when ran through a browser) to
read/write a text file? It works well, as usual, using
appletviewer.
Thank you (in advance).
-- Laura
14 matches
Mail list logo