[SECURITY] Java Runtime Environment May Allow Untrusted Applet to Elevate Privileges

2005-12-02 Thread Juergen Kreileder
___ Blackdown Java-Linux Security Advisory Advisory number: Blackdown-SA-2005-03 Issue date: 2005, November 29 Synopsis: Java Runtime Environment May Allow Untrusted Applet to

[SECURITY] Java Runtime Environment May Allow Untrusted Applet to Elevate Privileges

2005-06-14 Thread Juergen Kreileder
___ Blackdown Java-Linux Security Advisory Advisory number: Blackdown-SA-2005-02 Issue date: 2005, June 14 Synopsis: Java Runtime Environment May Allow Untrusted Applet to Elevate

fedora2 + amd64 + mozilla + java plugin + applet => crash

2004-09-13 Thread Miguel
amd64 fedora core 2 x86-64 mozilla 1.6 (installed with FC2) blackdown j2sdk-1.4.2-rc1-linux-amd64.bin Jmol applet ... www.jmol.org/preview/atoms The java plug-in with blackdown j2sdk-1.4.2-rc1-linux-amd64.bin consistently crashes when running the Jmol (www.jmol.org) molecular viewer applet. In

Re: Suddenly very slow applet startup time

2004-07-14 Thread Tom Wesley
On Tue, 2004-07-13 at 21:50 +0100, Tom Wesley wrote: > On Tue, 2004-07-13 at 17:40 -0300, Diego Pons wrote: > > On Tue, 2004-07-13 at 17:29, Tom Wesley wrote: > > > > > I've run strace on the ControlCenter applet, since it also suffers from > > > the pro

Re: Suddenly very slow applet startup time

2004-07-13 Thread Tom Wesley
On Tue, 2004-07-13 at 17:40 -0300, Diego Pons wrote: > On Tue, 2004-07-13 at 17:29, Tom Wesley wrote: > > > I've run strace on the ControlCenter applet, since it also suffers from > > the problem and have attached the output here. > > > > It waits on li

Re: Suddenly very slow applet startup time

2004-07-13 Thread Diego Pons
On Tue, 2004-07-13 at 17:29, Tom Wesley wrote: > I've run strace on the ControlCenter applet, since it also suffers from > the problem and have attached the output here. > > It waits on line 283 showing just: > waitpid(-1, > > This line doesn't complete until

Re: Suddenly very slow applet startup time

2004-07-13 Thread Tom Wesley
eply. Sadly my DNS setup is setup by DHCP and works perfectly. I've run strace on the ControlCenter applet, since it also suffers from the problem and have attached the output here. It waits on line 283 showing just: waitpid(-1, This line doesn't complete until the applet is c

Re: Suddenly very slow applet startup time

2004-07-13 Thread Diego Pons
On Tue, 2004-07-13 at 15:32, Tom Wesley wrote: > Up until about 4 weeks ago my Java setup was fine with Blackdown running > applets inside of Galeon (Gecko based) browser on my Gentoo system. > Sometime between then and now something has gone wrong and now all Java > applets take about 5/6 minutes

Suddenly very slow applet startup time

2004-07-13 Thread Tom Wesley
re, but they all have the same problem. It seems to wait at the point where the plugin is loaded and trying to start the applet. Here's the output from the java console: --start-- Trace level set to 5: all ... completed. basic: New window ID: 1800263 basic: Value of xembed: 1 basic: setWindow: call

Any means of forcing font size on an applet?

2004-04-17 Thread James Cort
Is there any means of enforcing font size/substitution within the JVM for an applet? I didn't write the applet, nor do I have source code for it - it's used for online banking purposes. The applet, however, isn't very platform independent - like many such applets the font size

applet fonts

2004-03-30 Thread Richard Duran
[This is a refresh.] What mechanism do java applets use to locate fonts specified in the font.properties file? (XFS? font-config?) Is there any way I can tell whether or not the font being displayed is the font that was specified or not? Does it get an approximation if the font isn't found or

applet fonts

2004-03-20 Thread Duran, Richard
What mechanism do java applets use to locate fonts specified in the font.properties file? (XFS? font-config?) Is there any way I can tell whether or not the font being displayed is the font that was specified or not? Does it get an approximation if the font isn't found or will I just see the "F

Applet lifecycle and Java plug-in.

2001-11-14 Thread Olivier Rossel
Sorry if this is a FAQ. But I (really) found no clue anywhere. I have a Swing applet. Tested on Linux/Debian/Mozilla/Blackdown 1.3.1 and Windows/2000/IE/Sun 1.3.1_01. The behavious is exactly the same: the init() method is called each time the browser displays the applet. I tested the applet at

RE: Using javascript to access applet methods..

2001-05-02 Thread Roger Smith
serv,Inc. > > -Original Message- > From: Jacob Nikom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 02, 2001 9:56 AM > To: kevin1 > Cc: [EMAIL PROTECTED] > Subject: Re: Using javascript to access applet methods.. > > > Look at URL: > http://developer.netsca

RE: Using javascript to access applet methods..

2001-05-02 Thread ken . vanallen
: Using javascript to access applet methods.. Look at URL: http://developer.netscape.com/docs/manuals/js/client/jsguide/index.htm "What Is LiveConnect? In the Navigator browser, LiveConnect lets you perform the following tasks: Use JavaScript to access Java variables, methods, classes

RE: Using javascript to access applet methods..

2001-05-02 Thread ken . vanallen
t;. If you have specific questions, I may be able to answer those for you, time permitting. Ken Van Allen Software Engineer Fiserv, Inc. -Original Message- From: kevin1 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 9:44 AM To: [EMAIL PROTECTED] Subject: Using javascript to acc

Re: Using javascript to access applet methods..

2001-05-02 Thread Jacob Nikom
Java applets or plug-ins with JavaScript. Use Java code to access JavaScript methods and properties. " This is only relates to Netscape. How IE works with Java - I don't know. Jacob Nikom kevin1 wrote: > Is it possible to use javascript to access applet m

Using javascript to access applet methods..

2001-05-02 Thread kevin1
Is it possible to use javascript to access applet methods? If so how? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: calling another applet

2000-10-16 Thread Mark Ogden
On Sun, 15 Oct 2000, Nicolas Raitman wrote: > Suppose that I have a web page with an applet on it. If the applet has a > button, how can I make this button to call another web page. I mean, I know > the method of the ActionListener, I just want to know how to call another > pa

calling another applet

2000-10-15 Thread Nicolas Raitman
Suppose that I have a web page with an applet on it. If the applet has a button, how can I make this button to call another web page. I mean, I know the method of the ActionListener, I just want to know how to call another page that will contain another applet. Thanks

Re: Blackdown Applet -> try EARLIER versions of Netscape

2000-09-25 Thread Joseph Shraibman
Barnet Wagman wrote: > PS is there any browser that works under Linux that does a better job > with > applets? > Mozilla is supposed to use the java that is installed on the system and in windows it works, but I haven't figured out how to get it to work in Linux. --

`Shift' and the `[RELOAD]' button + Applet Reload + Netscape 4.73

2000-09-25 Thread Peter Pilgrim
Hi This is not necessarily a java-linux although it might when the time comes for deployment to various workstations (including linux;-) How do you force Netscape to reload a fresh applet that uses the Java Plugin from the webserver

Re: Blackdown Applet -> try EARLIER versions of Netscape

2000-09-24 Thread Barnet Wagman
> > >I see what you mean about the applet. After I flicked through a few pages > > >Netscape crashed and it seemed to take the whole of X with it! Hmmm...no > > >response from anything until I killed NN. Is this a prob with the applet > > >or with NN? I&#x

Re: Blackdown Applet

2000-09-22 Thread Diego Pons
Chris Abbey wrote: > > At 23:57 9/21/00 +, Mark Ogden wrote: > >I see what you mean about the applet. After I flicked through a few pages > >Netscape crashed and it seemed to take the whole of X with it! Hmmm...no > >response from anything until I killed NN. Is thi

Re: Blackdown Applet

2000-09-21 Thread Chris Abbey
At 23:57 9/21/00 +, Mark Ogden wrote: >I see what you mean about the applet. After I flicked through a few pages >Netscape crashed and it seemed to take the whole of X with it! Hmmm...no >response from anything until I killed NN. Is this a prob with the applet >or with NN? I&#

Re: Blackdown Applet

2000-09-21 Thread Mark Ogden
I see what you mean about the applet. After I flicked through a few pages Netscape crashed and it seemed to take the whole of X with it! Hmmm...no response from anything until I killed NN. Is this a prob with the applet or with NN? I'm running 4.7. I have a quick question while I'

Re: Blackdown's Awful Scroll Advertisement Applet

2000-09-21 Thread Joi Ellis
Albert Lai wrote: > > Bruce Miller <[EMAIL PROTECTED]> writes: > > > Its bad enough that the scroll ad applet seems to want to > > consume all available cpu, but couldn't it AT LEAST > > STOP when the user switches pages !?!?! > > Haha, so I am not t

Re: Blackdown's Awful Scroll Advertisement Applet

2000-09-21 Thread Albert Lai
Bruce Miller <[EMAIL PROTECTED]> writes: > Its bad enough that the scroll ad applet seems to want to > consume all available cpu, but couldn't it AT LEAST > STOP when the user switches pages !?!?! Haha, so I am not the only one noticing this, and in fact now I am not the o

Blackdown's Awful Scroll Advertisement Applet

2000-09-21 Thread Bruce Miller
Hi all; I can recognize that advertising is important to support web sites, BUT... Its bad enough that the scroll ad applet seems to want to consume all available cpu, but couldn't it AT LEAST STOP when the user switches pages !?!?! And on a Linux Java page, at that, ...sigh... --

Re: Applet reloading problem.

2000-09-08 Thread Joi Ellis
On Thu, 7 Sep 2000, Robert Pottschmidt wrote: > Hi, > > Please forgive me for this post I am a newbie to system adm. Our setup is an >academic server. Running Redhat 6.1 with Apache and Jserv. Our problem deals with a >lab we assigned that all of our users where to do

Applet reloading problem.

2000-09-07 Thread Robert Pottschmidt
Hi,       Please forgive me for this post I am a newbie to system adm. Our setup is an academic server. Running Redhat 6.1 with Apache and Jserv. Our problem deals with a lab we assigned that all of our users where to do an applet using swing to draw a moiré pattern. When we view them on

Applet! Howto!

2000-08-09 Thread legin
Hi Friends,     I saw a applet which i thought i can include in my web application.Its a real good one.   I can see it by clicking the button named 'DinSides nnstillinger'.. in the url http://www.dinside.no/ds/owa/a.vis?id=4889&vVersjon=ProduktVelger   Its a sli

Re: Applet Signing (1.2.2RC4)

2000-07-13 Thread Martin Schröder
On 2000-07-13 07:36:00 +, KIRKBRIDE Rob wrote: > I've been trying to understand the various options for getting > my applet signed and I wondered if someone can help out. The > applet is currently being used on an intranet and the > java.policy has to be manually edited

Applet Signing (1.2.2RC4)

2000-07-13 Thread KIRKBRIDE Rob
I've been trying to understand the various options for getting my applet signed and I wondered if someone can help out. The applet is currently being used on an intranet and the java.policy has to be manually edited to grant certain permissions (not least showWindowWithoutWarningBanne

Re: Problem Connecting between applet and servlet

2000-05-25 Thread Peter Pilgrim
I would say your problem is getting the web page to update from a applet. This is a nonsense because you will force the enitre applet to also reload as the web page reload!! But if you use frames then you need to force the applet to display the web frame after invoking the servlet. I don&#

Problem Connecting between applet and servlet

2000-05-15 Thread Rakesh Raveendran
Hi, I was trying to connect to a servlet through an applet.I created an html page with two frame.At the top frame the applet was embedded and in the bottom frame the servlet was server side included.I used the GET method to communicate to the servlet.So in the init method of the applet I added

Setting of System property through applet??..

2000-05-02 Thread Sabyasachi Gupta
Hi,   Setting of system property from within an applet gives java.lang.NoSuchMethodError: java/lang/System: method setProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; not found at ResolverApplet.init at com/ms/applet/AppletPanel.securedCall0 at com/ms/applet

Re: applet

2000-01-10 Thread TrentJarvi
Instantiate a new Frame and use it instead. public class blah extends Applet { public void init() { Frame f = new Frame("Text"); f.setBounds(100,50,300,100); f.show(); } } On Mon, 10 Jan 2000 [EMAIL PROTEC

applet

2000-01-10 Thread marcus . monaghan
Dear List, This is a more of a Java question. How can I get an applet to show in an applet window instead of a browser? For example, if I had a link on a page, the user clicks the link and my applet appears in it's own window. Cheers, Marcus Marcus Monaghan

Re: Retrieving data from mysql to an applet

1999-12-10 Thread Nicholas Wright
Hi It's *probably* due to Netscape thinking that "localhost" is the host the browser is running on. Try using "getCodeBase().getHost()" instead. Nicholas > I have an applet which is suppose to display data from a MySQL database > to the web browser. This appl

Retrieving data from mysql to an applet

1999-12-10 Thread AMH
Hi, I have an applet which is suppose to display data from a MySQL database to the web browser. This applet works fine with appletviewer but when I run it in a browser it gives an error; "Java.Sql.SQLException: cannot connect to mysql server on localhost:3306. Is there a mysql server ru

Re: Applet transparency?

1999-10-08 Thread Jeff Galyan
y and such, and sets its own background to be that clip region, creating the illusion of transparency. Probably the easiest way to do it from Java would be via JNI, but you can't do that with applets usually. You might be able to get it to work with a signed applet, but I'm not sure

Re: Applet transparency?

1999-10-07 Thread Rachit Siamwalla
t; the background in its original pristine state, and then unless the applet > painted itself, that background would stay the way it was. I think most > (read: all) browsers paint the applet with some default colour (ugly > gray?). > > An alternate solution would be for the applet t

RE: Applet transparency?

1999-10-07 Thread Dustin Lang
Hi, > Try setting the background color to null. One might suppose that what should happen is that the browser would leave the background in its original pristine state, and then unless the applet painted itself, that background would stay the way it was. I think most (read: all) brows

RE: Applet transparency?

1999-10-07 Thread Roll, Greg
No, setting it to null will yield the default as the background color. GR -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 07, 1999 2:16 PM To: [EMAIL PROTECTED] Subject: Re: Applet transparency? Try setting the background color to null. I

Re: Applet transparency?

1999-10-07 Thread Paul Mclachlan
At 12:24 10 Oct 1999 -0500, Roll, Greg wrote: > Anyone know if there a way to set an applets background color to be > transparent? Wouldn't that be wonderful? I wish there was, too. A couple of ideas. If it's just a colour you're after, just set it in the applet. A

Applet transparency?

1999-10-07 Thread Roll, Greg
Hi All, Anyone know if there a way to set an applets background color to be transparent? Greg E. Roll BT Office Products Intl. Interface/Conversions Team phone - (817) 323-1300 ext. 2921 e-mail - [EMAIL PROTECTED] Tech Tools.gif

Re: Applet parameters not recognized.

1999-10-06 Thread David Marshall
"Roll, Greg" wrote: I am experiencing a strange problem in that I can't seem to get the parameters I am passing to my applet to be recognized correctly.  I have written a small sample program from one of my texts and still receive the problem... when I run the following code I

Re: Applet parameters not recognized.

1999-10-06 Thread Oliver Koell
"Roll, Greg" wrote: > > I am experiencing a strange problem in that I can't seem to get the > parameters I am passing to my applet to be recognized correctly. I have > written a small sample program from one of my texts and still receive the > problem... when I

Applet parameters not recognized.

1999-10-06 Thread Roll, Greg
I am experiencing a strange problem in that I can't seem to get the parameters I am passing to my applet to be recognized correctly. I have written a small sample program from one of my texts and still receive the problem... when I run the following code I would expect to see "Hello B

Re: To find classes or to be Applet thats....

1999-10-02 Thread Weiqi Gao
compiler, the debugger, the profiler, etc.) and the runtime library (java.awt.*, java.lang.*, etc.). > Fairly enthusiastic that, but what was wrong with Applets > conforming to my $CLASSPATH? An applet is always run from a URL, which is conceptually NOT from your local system. An applet may use cl

To find classes or to be Applet thats....

1999-10-02 Thread Eric vanberkel
Folks, Though I'm confessin' that I read a bit less than I should maybe, why do applets in JDK 1.2 ignore my $CLASSPATH? It worked with JDK 1.1.4 on my TurboLinux. After installing, the applicable text to read says: 'No $CLASSPATh, no $JAVA_HOME, just run it!" Fairly enthusiastic that, but what

Re: need advice on selling applet

1999-09-03 Thread peter pilgrim
[EMAIL PROTECTED] wrote: > > trial version: > Since I have signed no contract yet but need to demonstrate the applet > I implemented a simple date check in the main class that compares > the current instance of Calendar with a Calendar constant time stamp > and refuses exec

text will not print in an applet

1999-09-03 Thread Lawson, Tony
Using jdk1.2 pre_v2 I have a simple applet import java.awt.*; import java.applet.Applet; import java.awt.event.*; public class FirstEvent extends Applet implements AdjustmentListener { private Scrollbar slider; private int sliderValue = 0; public void init

need advice on selling applet

1999-09-03 Thread Urs Schreiber
everything looks fine I am a bit suspicious about that. Which obfuscator (free if possible) would you suggest? Is there a risk that they modify your code in an undesired way, like inserting any time based behavior? trial version: Since I have signed no contract yet but need to demonstrate the applet I

Re: [Off-topic] Drag-n-drop applet?

1999-08-12 Thread Dustin Lang
Hi, I'll just answer my own post in case anyone else is interested. I wrote a little Drag-n-drop handler for JDK1.1. It just does intra-jvm dnd, but that's all I need anyways, and as far as I can see doing anything would require native code. I made an interface for components that want to do

Re: [Off-topic] Drag-n-drop applet?

1999-08-12 Thread Michael Christiansen
it out right now to see if it'll work in an applet: > > http://www.alphaworks.ibm.com/ab.nsf/jbName/E4F2891D1D606E208525674C00682447 > > - Robb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [Off-topic] Drag-n-drop applet?

1999-08-12 Thread Robb Shecter
Hi, IBM has a set of Java Beans that enable drag and drop for Java 1.1. I'm checking it out right now to see if it'll work in an applet: http://www.alphaworks.ibm.com/ab.nsf/jbName/E4F2891D1D606E208525674C00682447 - Robb

[Off-topic] Drag-n-drop applet?

1999-08-11 Thread Dustin Lang
Hi, I've been working on an application that uses the drag-n-drop features of Java2. I'm interested in converting it to an applet because it deals with HTML and the web. Besides security issues, one of the big problems is getting drag-n-drop. DnD was only added in jdk1.2, a

Too old an Applet?

1999-08-10 Thread eric van berkel
Hi, I've put together an applet that queries a database over a JDBC connection. When I run appletviewer all's well. When I use Netscape 4.5, ok. However, Netscape 4.5 puts a bit too much strain on my system to work flexibly with. Using the 'lighter' Netscape 3.01 (sti

RE: J 1.2 Applet wont run in browser

1999-05-31 Thread Tauren Mills
1999 1:06 PM > To: '[EMAIL PROTECTED]' > Subject: J 1.2 Applet wont run in browser > > > I have been programming in Java 1.1.7 for a while now... and > would like to upgrade to J1.2. I have been using Linux and > Windows and it works great. So far I have not been able

Re: J 1.2 Applet wont run in browser

1999-05-30 Thread Ken McNeil
any > browser on my Windows clients. Can anybody please > help me to configure my code / browser to accept > j1.2 applet. There are currently no browsers that support Java 2 dirrectly (maybe Mozilla will), but you can use a plug-in (a.k.a. the Java Plug-In). To use it however you have to put sp

J 1.2 Applet wont run in browser

1999-05-30 Thread Alexander F. Hartner
accept j1.2 applet. Sorry I know this is a little of the subject. I try not to do it again. Thanks [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Write a file from an applet

1999-05-24 Thread dan
and I write from Spain, so sorry for my poor > english. > > I am trying to write e file in a server from an applet. My applet > ask some questions to the user (name, address, etc.) and proccess the > information and I want it to write in the server (where the applet is > store

Re: Write a file from an applet

1999-05-24 Thread alx
You will need something on ther server side accepting the input from the applet. Like a servlet or a CGI or something. Would it be possible, if not easier, to not use an applet for user input and instead use an HTML form since it is more better suited to the task? On Mon, 24 May 1999, Gustavo

Re: Write a file from an applet

1999-05-24 Thread larnoldy
On Mon, 24 May 1999 09:24:15 +0100 Gustavo Medina del Rosario <[EMAIL PROTECTED]> wrote > I am trying to write e file in a server from an applet. My applet > ask some questions to the user (name, address, etc.) and proccess the > information and I want it to write in the se

Write a file from an applet

1999-05-24 Thread Gustavo Medina del Rosario
Hi: My name is Guss and I write from Spain, so sorry for my poor english. I am trying to write e file in a server from an applet. My applet ask some questions to the user (name, address, etc.) and proccess the information and I want it to write in the server (where the applet is

[Fwd: inserting applet into an internal frame]

1999-05-02 Thread Joel McCarty
Whoops !! New mail program and I can't type my own return address correctly Joel McCarty Allright so I figured out to use show() to work around the resize problem but how to destroy the panes current applet still eludes me - please help !!! Joel McCarty Joel McCarty wrote: &

Re: inserting applet into an internal frame

1999-05-02 Thread Joel McCarty
Allright so I figured out to use show() to work around the resize problem but how to destroy the panes current applet still eludes me - please help !!! Joel McCarty Joel McCarty wrote: > I am working on an applet that contains a menubar and an internal frame. > Clicking a button from th

inserting applet into an internal frame

1999-05-02 Thread Joel McCarty
I am working on an applet that contains a menubar and an internal frame. Clicking a button from the menu bar launches an inner applet in the internal frame like thus: private void jCalcButtonActionPerformed(java.awt.event.ActionEvent evt){ java.applet.Applet FF = new FeeFrameApplet

Re: Scrolling frame in Applet.

1999-03-27 Thread Michael Sinz
On Sat, 27 Mar 1999 15:53:51 + ( ), Ferenczi Gyorgy Laszlo wrote: > >Hy, > >I would like to do the following: > >List a couple of things from a postgres database, don't know how many >lines. >Problem is: >Wanna List them on a canvas of an applet, in a tex

Scrolling frame in Applet.

1999-03-27 Thread Ferenczi Gyorgy Laszlo
Hy, I would like to do the following: List a couple of things from a postgres database, don't know how many lines. Problem is: Wanna List them on a canvas of an applet, in a text-like window, that has sliders (can scroll in it). I have only got java 1.1.6 , without swing. Pls

Re: Applet

1999-02-20 Thread John Summerfield
On Fri, 19 Feb 1999, Fernando Barrocal wrote: > Hello > > I'm a NEWBIE on this java thing :) > > How do I create and write a file on server with an Applet This seems a good time to remind folk: 1 If the question is to do with Linux but not (necessarily) java, this is

Applet

1999-02-19 Thread Fernando Barrocal
Hello I'm a NEWBIE on this java thing :) How do I create and write a file on server with an Applet THANK YOU

Re: applet access form data?

1999-01-14 Thread Robert Dietrick
If you're using Netscape, you can use LiveConnect to talk to JavaScript from a Java applet and vice-versa. In your applet you'll need to do something like this: import netscape.javascript.*; import java.util.*; public class MyApplet extends java.applet.Applet { JSObj

RE: applet access form data?

1999-01-14 Thread brownphil
I don't think an Applet can access the form properties directly, but you can use JavaScript to bridge the gap between the form and the Applet. An example is attached. Note there is a difference between browsers and versions, but you can cover both in the code. The sample basically

applet access form data?

1999-01-14 Thread youhq
can java applet read and write data form or to a form of HTML? How to do? Please tell me.thank

Re: Applet vs Application

1998-12-21 Thread Ernst de Haan
Dirk Schreiber wrote: > > Hello, > > i am a newby to Java. So my question is, what are the functionaly > differences between a java applet and application. What could be done in an > Applet??? Are there any restrictions in Point Network, Filehandling etc.??? >

Applet vs Application

1998-12-21 Thread Dirk Schreiber
Hello, i am a newby to Java. So my question is, what are the functionaly differences between a java applet and application. What could be done in an Applet??? Are there any restrictions in Point Network, Filehandling etc.??? Could someone point me a sheet where to get a list of an

RE: How to getAppletContext when the applet web page is inactive ?

1998-12-04 Thread Nguyen, Tram N.
that for a regular applet, you can have it run directly from your web page where it is contained or downloaded . The problem we have here is we want users to run our web application like their own standalone application . So once they download, they can minimize their web browser and/or use it

Re: How to getAppletContext when the applet web page is inactive ?

1998-12-04 Thread David Wall
You might be happier trying a regular Java discussion list in comp.lang.java.programmer or the like. But, saying that, my opinion is that I don't like your applet if it runs even if I leave the page. That's like a rogue applet that runs even when I leave the page that is supposed t

How to getAppletContext when the applet web page is inactive ?

1998-12-04 Thread Nguyen, Tram N.
Hi, I have an applet that serves as an entry point for a web application (loading a main frame with all tabbed panel and so on) . Everything should be working on this main frame , not the applet; however, one of function of my whole application is to be able to open a URL if user provides input

Applet - method problem

1998-11-28 Thread Sam Elbe
Hello Fellow JAVA Fans,   I am stuck on a problem and looking for help.  I go to Univ.. of Cincinnati CAS and took a course in JAVA and would not recommend anyone taking it - because there is NO HELP from the teacher.    The little Applet part works, but the method has some error in it

Our Applet crashes on Netscape version 4.06 upwards

1998-11-16 Thread Das Team der BL-Boerse
Help! I am Newbie on Java-Linux and i have a problem on our Applet, we developed. Under Internet Explorer 4 it runs without problems, on Netscape till version 4.05 also, but under the latest ns versions, it crashes or displays the characters not correctly. Maybe someone has an Idea and may take

RE: Netscape Reload Java Applet; Was there a soln?

1998-11-06 Thread Carlos Alberto Roman Zamitiz
That's works! Thanks very much. Carlos Alberto Roman Zamitiz Departamento de Ingenieria en Computacion, Facultad de Ingenieria UNAM [EMAIL PROTECTED] On Wed, 4 Nov 1998, Nguyen, Tram N. wrote: > There's workaround for that problem . [Shift key + Reload] should reload > your ap

RE: Netscape Reload Java Applet; Was there a soln?

1998-11-04 Thread peter . pilgrim
Thanks a lot mate! __ Reply Separator _ Subject: RE: Netscape Reload Java Applet; Was there a soln? Author: TRAM.N.NGUYEN ([EMAIL PROTECTED]) at lon-mime Date:04/11/98 17:54 There's workaround for that problem . [Shif

RE: Netscape Reload Java Applet; Was there a soln?

1998-11-04 Thread Nguyen, Tram N.
There's workaround for that problem . [Shift key + Reload] should reload your applet. -Tram Tram Nguyen N. Science Application International Corporation http://www.saic.com (619) 646-3357 > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > S

Netscape Reload Java Applet; Was there a soln?

1998-11-04 Thread peter . pilgrim
Did anyone solve the Netscape 4.0x bug/feature where you could NOT get an Applet to restart by hitting the [RELOAD] button? Pete

Re: applet and netscape

1998-10-24 Thread Dimitris Vyzovitis
arou wrote: > Hi, > > I have the following problem with applets and netscape: > > Linux: slackware 3.5 > Java: jdk1.1.6.v2 > Netscape 4.07 > > when I load for the first time one of applets in netscape everything > is ok. Now, when I want to rerun or reload the same ap

Re: applet and netscape

1998-10-21 Thread Gary Mart \(GAM22\) admin0
sually forces an html page to reload (but not always which makes for some fun), however I have often had to kill and restart Netscape to ensure than an applet is reloaded. Gary Mart

Re: applet and netscape

1998-10-21 Thread Steve Byrne
t; > >I have the following problem with applets and netscape: > > > >Linux: slackware 3.5 > >Java: jdk1.1.6.v2 > >Netscape 4.07 > > > >when I load for the first time one of applets in netscape everything > >is ok. Now, when I want to rer

Re: applet and netscape

1998-10-20 Thread Peter Harris
applets in netscape everything >is ok. Now, when I want to rerun or reload the same applet (an applet >which plots a function), netscape don't do that. Instead, netscape >redraws the same plot that was created in the first applet loading. >When I change the applet code and compile

Re: applet and netscape

1998-10-20 Thread Brad Giaccio
g > is ok. Now, when I want to rerun or reload the same applet (an applet > which plots a function), netscape don't do that. Instead, netscape > redraws the same plot that was created in the first applet loading. > When I change the applet code and compile it again, netscape doesn&#

applet and netscape

1998-10-20 Thread Georgios Y Lazarou
Hi, I have the following problem with applets and netscape: Linux: slackware 3.5 Java: jdk1.1.6.v2 Netscape 4.07 when I load for the first time one of applets in netscape everything is ok. Now, when I want to rerun or reload the same applet (an applet which plots a function), netscape don&#

Printing from applet using Netscape

1998-10-18 Thread Laura L. Evangelista
Java people, I'm trying to print from my applet ran in Netscape 4.05 ... My applet is in a signed jar and uses a plugin ... Running the applet and trying to print, I get the message (from the Java console): Invalidating certificate principals in [http://blah-blah

Re: Using Native methods from an applet

1998-09-22 Thread Dan Kegel
Stephen Martin wrote: > > I'm trying to access a native method from an applet under netscape > 4.06 (and 4.5b2) and I have managed to get the thing to almost > work. It finds and loads that shared library, it invokes the > native method which returns a String, but if I use

Using Native methods from an applet

1998-09-22 Thread Stephen Martin
I'm trying to access a native method from an applet under netscape 4.06 (and 4.5b2) and I have managed to get the thing to almost work. It finds and loads that shared library, it invokes the native method which returns a String, but if I use the String in any context such as trying to pri

Re: Q how do I covert an applet to a Servlet

1998-09-21 Thread Joe Carter
Hmmm some questions... Do you merely wish to move some of the app to the server and talk via a Java applet front end, or do you wish to have a HTML UI? You could use a socket/RMI for the first case. The 2nd would involve a re-write of the user interface. The ease of either of these depends

Q how do I covert an applet to a Servlet

1998-09-21 Thread Matt Zagni
Hi, I have been presented with what I think must be a very common request. Can you convert an Applet to a Servlet ? I have just been presented with this task after a very large applet application has been created that contains quite a number of files. But the application now needs to be

Re: Applet problem

1998-08-23 Thread ernie wright
simply give the appletviewer the complete url pointing to your html page. it will scan it for applet tags and depending on the version, will run all applets in the html page. one liitation i have found is that the appletviewer from sun will only recognize a single jar file in an 'archive

  1   2   >