Tagged Questions

Applet means 'small application'. This has become commonly used to describe Java applets embedded in web pages.

learn more… | top users | synonyms (2)

36
votes
12answers
19k views

Java applets vs Silverlight vs Flash (Flex)

Everybody talks about Silverlight and Flash and Flex and how cool etc... Java applets are very similar to Silverlight and Flex, but Java applets have existed since 1995. What is the reason we don't ...
19
votes
13answers
2k views

Do beautiful, user-friendly Java applets exist? [closed]

When I use Java applets, they tend to be slow, don't integrate very well with the browser environment and often require a few click throughs ("No, I don't want to give this unsigned application free ...
19
votes
10answers
1k views

Why do applets have such a low adoption level?

Why do applets have such a low adoption level, compared for example against Flash? Is it because they are technological disadvantages, or is it just an issue of popularity?
16
votes
2answers
927 views

Applet served by Java Web Start, resources requested to WEB Server before look in the JAR files

I am new here and I apologize for my bad English. I have a little problem with an Applet class served by Java Web Start technology. I have some platform dependent JAR files which Web Start download ...
14
votes
7answers
4k views

How to deploy a java applet for today's browsers (applet, embed, object)?

How do i deploy a java applet for modern browsers? I know there are somehow 3 possibilities but nobody tells me which one to prefer and how to use them. Does somebody have any resources on that? i ...
14
votes
5answers
12k views

How do you debug Java Applets?

Currently, the only information I have is a one-line error message in the browser's status-bar. Do you know how I could get a stack-trace for example ?
12
votes
9answers
2k views

What is the Rolls-Royce way to deploy a Java applet?

I know how to deploy an applet using applet, object, embed tags and JavaScript, but I'm after the best approach (in terms of end user experience). Sun suggests using the applet tag, and a mixed embed ...
11
votes
10answers
6k views

JavaFX is now out: Are Applets and Java Desktop officially dead/dying?

JavaFX is now out, and there are promises that Swing will improve along with JavaFX. Gone will be the days of ugly default UI, and at long last we can create engaging applications that are comparable ...
10
votes
1answer
162 views

What is the effect of hostname aliases on Java applet cache?

I have two servers with hostnames comp1 and comp2. I also have a floating alias (master) that is dynamically mapped to one of the two servers. I am serving the same identical applet from both servers. ...
10
votes
10answers
9k views

access denied (java.net.SocketPermission 127.0.0.1:8080 connect,resolve)

I have a Java Applet inserted on a simple HTML page located at http://localhost:8080/index.html: <applet id="applet" code="SomeCode.class" archive="lib.jar" Width="1" Height="1"></applet> ...
9
votes
3answers
285 views

How to set Http Proxy in an applet

For a java desktop application after we set these properties System.setProperty("java.net.useSystemProxies","true"); System.setProperty("http.proxyHost", "1.1.1.1"); ...
9
votes
6answers
2k views

How do I sign a Java applet for use in a browser?

I'm trying to deploy a Java applet on my website. I also need to sign it, because I need to access the clipboard. I've followed all the signing tutorials I could find but have not had any success. ...
9
votes
3answers
6k views

Are Java Applets unable to communicate with javascript within Firefox on Mac OS?

I have a java applet running in a browser that is calling some javascript functions and expecting a result from theses functions. This is working with the following configurations : Internet ...
9
votes
14answers
16k views

How can I open Java .class files in a human-readable way?

I'm trying to figure out what a Java applet's class file is doing under the hood. Opening it up with Notepad or Textpad just shows a bunch of gobbledy-gook. Is there any way to wrangle it back into a ...
8
votes
2answers
781 views

HTML no longer working in JLabel (and other components)

I have a java applet that I've written and have been running it for quite a while. In the applet I have a bunch of JLabels that use HTML in their text content (which is allowed, and has been working ...
8
votes
13answers
1k views

Does anyone have any ideas for an assignment in game programming?

Much like the author of Give me an assignment in C, I'm looking to learn game programming and I learn best by doing, but I don't have any good ideas for games to program which will teach me the skills ...
8
votes
2answers
4k views

Get the correct local IP adress from java applet

I would like to determine the local IP adress from my java applet. The problem is when there are several IP adresses on the same machine, which has LAN and internet connections (palm, VMWare...). ...
8
votes
8answers
13k views

When do we get java.lang.NoSuchMethodError even when the jar/class has the particualar method

I am using IText library to facilitate pdf export in an applet. During the export call it fails with following error: java.lang.NoSuchMethodError: com.lowagie.text.pdf.PdfPTable.completeRow()V I ...
8
votes
7answers
6k views

Drag and drop image into a web form

We have a web page (HTML javascript and PHP mostly) that allows a user to upload an image. We have the normal browse button, and it works fine. However, we want to add the functionality to drag and ...
7
votes
3answers
133 views

Client-server game in Java with applets

I have to implement a simple tour client-server game in Java. Unfortunately, I'm just beginning with network programming and have some problems with choosing an apropriate solution. Let's assume I'm ...
7
votes
2answers
4k views

How to register a JavaScript callback in a Java Applet?

I'm developing an invisible Java Applet, that will be controlled entirely from JavaScript. I can call the applet's Java methods easily, and I can call JavaScript methods from within the applet by ...
7
votes
2answers
5k views

How do you specify a particular JRE for a Browser applet?

I have an third-party applet that requires JRE v1.5_12 to work correctly. THe user is installing JRE v1.6.07 or better. It used to be with 1.5 and below, that I could have multiple JRE's on the ...
7
votes
6answers
8k views

How can I start an Java applet with more memory?

The default 64 MB max heap memory can be small for a large Java application. Are there any applet parameter to increment this for a signed applet? For a Java program this is a simple command line ...
6
votes
0answers
114 views

Correctly handling a Reload and Restart from the AppletViewer

the complete code When my applet starts up the first time from a clean environment, things work the way I expect them to. I spawn two threads, one for generic processing, and one for graphics. I do ...
6
votes
1answer
1k views

How to display <div> over a Java applet in Chrome

I embed iframe element in my HTML page: <iframe src="applet.html" frameborder="0" style="width: 600px; height: 600px;"></iframe> applet.html looks like this: <html> <head> ...
6
votes
8answers
10k views

Why does my applet get a java.security.AccessControlException: access denied (java.net.SocketPermission …), and how can I avoid it?

We are clueless about why my client is encountering a Java Security exception in Safari. Could anyone help? The exception occurs reliably in Safari on Windows. This involves a Java applet. The ...
6
votes
2answers
1k views

Maven copy project output into other project resources

There are two projects: 1) applet project that outputs jar file 2) web app project that should host the jar file. After (1) finished building, the applet jar file should be copied into the webapp ...
6
votes
2answers
11k views

Incompatible magic value 1008813135

I am writing a Java applet and embedding it in a web page. It used to run Mac and Windows in different browsers without problem. I was using NetBeans on the Mac to build the .jar file the applet used. ...
6
votes
1answer
73 views

What security can be added to Java Applets?

When building a Java Applet are there any steps that can be made to prevent a user invoking internal methods? Theoretically most objects can be analysed and methods can be invoked on a client ...
6
votes
10answers
917 views

What can I do to make jar / classes smaller?

I'm developing a Java Applet, and reducing the size of the binary code will make the applet open faster and will improve the user experience. Is there anything I can do to reduce the size of classes ...
6
votes
3answers
8k views

How to make full screen java applets?

I am designing a psychology experiment with java applets. I have to make my java applets full screen. What is the best way of doing this and how can I do this. Since I haven't been using java ...
6
votes
1answer
6k views

jQuery and Java applets

I'm working on a project where we're using a Java applet for part of the UI (a map, specifically), but building the rest of the UI around the applet in HTML/JavaScript, communicating with the applet ...
5
votes
2answers
143 views

Does Java Kernel actually exist?

In a Java update FAQ it mentions a new thing called Java Kernel: http://java.sun.com/javase/6/6u10faq.jsp#JKernel It basically lets you install just the bare minimum components to run a Java program. ...
5
votes
2answers
259 views

Is Applet jar downloaded by browser or by JVM?

Assume I have below simple applet. I wonder if the http request to get the jar is made by the browser or by jvm. If it is made by jvm, are browser's cookies and sessions sent to server? <APPLET ...
5
votes
1answer
145 views

How to tell if my program is running as an Applet, or as an Java Application

I've written a clunky little breakout clone & I'm writing to disk for save games and high scores. Is there an easy way for me to check if my program is running as an applet, or as an application? ...
5
votes
1answer
603 views

Java UDP communication applet to UDP Server

I've been working on different ways to do this for 2 full coding days, i need some help: I want to create a multiplayer game in java online. To do this i need communication between the server and the ...
5
votes
5answers
937 views

Persistent storage on client side

Is there any way to have some persistent data (like an XML file or so) apart from cookies at client side? I know that's not possible with JavaScript directly. But any other way like Applets or ...
5
votes
3answers
874 views

How to open a modal dialog in Java applet?

I'm trying to display a modal dialog in front of an Applet. My current solution fetches the root frame like so: Frame getMyParent() { Container parent = getParent(); while (!(parent ...
5
votes
5answers
823 views

What does the future look like for Java Applets?

In the past, java applets were unreliable, due to the Microsoft/Sun JVM split. Flash took over, and Java applets became known for browser crashes and performance issues. Now that the JVM is enjoying ...
5
votes
1answer
333 views

Tabbing in and out of Java applet on web page

I have a Java applet with several focusable elements that is embedded in a web page. Is it possible to make the elements in the applet part of the logical tab order of the rest of the page? To ...
5
votes
1answer
800 views

How can I embed a Java applet dynamically with Javascript?

I want to be able to insert a Java applet into a web page dynamically using a Javascript function that is called when a button is pressed. (Loading the applet on page load slows things down too much, ...
5
votes
1answer
2k views

How to open new applet window from a applet

how can i open a new applet window from a applet itself?
5
votes
2answers
1k views

Applet class loader cannot find one of the classes in the jar

I get the ff. error in Java Console occassionally: Exception in thread "thread applet-my.package.MyApplet-10" java.lang.NoClassDefFoundError: another/package/SomeClass at ...
5
votes
5answers
1k views

Mute sound in Java Applet

I use a Java applet, which produces unwanted sounds to me. Mute option in the applet is missing, and it's not possible to rewrite the source code. I want to hear other(non-JVM) applications' sounds. ...
5
votes
2answers
2k views

Java Webstart with parameters

Can I launch a Java WebStart application with a set of parameters just like an applet is configured with the <param> tags ? Thanks
5
votes
4answers
2k views

Why do applets not need a main()?

This applies to subclasses of Applet, Servlet, Midlet, etc. Why do they not need a main()? If I wanted to create a Craplet class that starts at init() or something similar, is it bad design, or how ...
5
votes
4answers
274 views

What Java versions are commonly installed on browsers, is it safe to assume 1.4?

Is there any site/analysis about what Java version most people are using on WWW ? It seems this data is not available on webserver logs (vs. Flash versions) Can we safely set e.g. Java 1.4.2 as ...
5
votes
6answers
19k views

Java: Reading a pdf file from URL into Byte array/ByteBuffer in an applet

I'm trying to figure out why this particular snippet of code isn't working for me. I've got an applet which is supposed to read a .pdf and display it with a pdf-renderer library, but for some reason ...
5
votes
2answers
160 views

How to tell if my Java component is in an Applet?

I have a Component which I am using both in a standalone Java application as well as in a Java applet. How can I figure out from within the Component whether my component is in an applet? Also, once ...
5
votes
3answers
3k views

What is the best mechanism for testing applets?

I'm trying to effectively build a functional test suite for an applet, and I'm trying to find a good framework for it. In the past, when I wanted to design a test suite that would serve as both ...

1 2 3 4 5 45