Questions tagged as 'applet'

2
answers

Problem between C # system and Warsaw plugin (GAS Technology)

My project was built with the C # language. It was all happening smoothly, until some customers started reporting errors when opening my system. The error occurs as follows: the client clicks the shortcut on the desktop and the system opens (usu...
asked by 26.10.2015 / 12:58
1
answer

How to sign .jar file with A3 certificate?

I'm developing a web project and I needed to develop a applet with the Java language for some functions. Browsers are complaining about the security issue, and by searching, I have discovered that I have to digitally sign the...
asked by 20.01.2016 / 12:50
1
answer

Javascript returns error message "TypeError: applet.retornaMD5 is not a function" when calling applet method

My applet is signed and all its methods are as public. This error message appears for all browsers I tested. Follow the codes: Main.java public class Main extends Applet { private String ip; private String macLocal; private String...
asked by 27.05.2016 / 06:51
0
answers

Windows environment variable auto increment

Summarized question I need an environment variable in windows that is auto increment:    setx / a PORT = 1000 and every time you call the% PORT%:    setx / a PORT =% PORT% + 1 The result would be: echo %PORT% 1001 echo %PORT%...
asked by 04.11.2015 / 13:25
0
answers

Modify client-side information

I am using signed applet to modify some information on the client machine to run some windows commands, this is necessary due to the administrative part of the application. However, applet execution is obsolete for some browsers. Does anyone...
asked by 03.09.2015 / 16:38
0
answers

applet java application

import java.awt.*; import java.awt.BorderLayout; import java.awt.GridLayout; import java.awt.FlowLayout; import java.awt.event.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.*; import javax.swing.ev...
asked by 19.04.2015 / 15:43
0
answers

Old Game / Cock Game with Application Level Protocol

General Information I'm using Notepad ++ . I plan to have the Game of the Rooster program fully functional. Replicating the problem First I run the TicTacToeServerProtocol this way, using a plugin: cd "$(CURRENT_DIRECTORY)" ja...
asked by 29.05.2015 / 12:56
0
answers

applet java application

import java.awt.*; import java.awt.BorderLayout; import java.awt.GridLayout; import java.awt.FlowLayout; import java.awt.event.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.*; import javax.swing.ev...
asked by 19.04.2015 / 15:43
1
answer

Upload applet via javascript

I have a java web start project (a applet more precisely) and want run (display applet ) with javascript . In Chrome there is a way to run the applet, but you need to click the link. I want a function (it can be jquery...
asked by 30.05.2016 / 21:33
1
answer

How to run an applet in java in the browser

Well, I did an applet program, (extending the JApplet class) and generated the .jar file, put it in a folder and wrote an HTML page to run it: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xh...
asked by 09.12.2015 / 14:28