0
votes
0answers
41 views

passing variable from java applet to php

I have this simple code on click of a button String urlParameters = "filename="+filename+"&filesize="+filesize+"&filetype="+filetype+"&filehash="+hash+"&email=example@example.com"; ...
0
votes
2answers
91 views

How to get image location using php and send it to an applet?

I am creating a project which is created using Applets. In my project I am using applets to create effects for the image. Initially I did the project with just 1 image stored at the same location as ...
1
vote
0answers
38 views

Posting files from applet to PHP

I have a few questions regarding uploading files to a HTTp request (from an applet). This is what I am following: I am taking a screenshot of the screen using Applet's robot and storing the same on ...
5
votes
3answers
91 views

can we search for a file in the client mechine using applet?

Hello guys I am a PHP developer. I have a requirement that there will a particular file in the client machine and if this file exists then the user able to log in in the web site. I can get file ...
1
vote
0answers
145 views

Java “Browser Freeze” While Loading

OK this problem has been bugging me for so long. Basically I made a signed Java applet that downloads a video from an url. The part of the code which calls the applet is below: <?php ...
0
votes
0answers
118 views

Reading data into a Java applet through PHP

I have written a Java applet that manages persistent data by storing the most recent text field entry in a text file formatted as follows: Key: day; Value: 1 Key: month; Value: 1 Key: year; ...
3
votes
3answers
170 views

How to display message when Java applet fails to load?

I've got an Java applet, which requires Java ver. at least 7.0.0. Is there any possibility, to check whether an applet failed to load and display some message to user that he needs to update his Java ...
0
votes
1answer
89 views

Why does my applet create a separate window

Greetings great minds of stackoverflow. I have recently been programming a small 2D game in java, and i wanted to export it into an applet, that can go on a webpage. I did so, and the code ran fine ...
-2
votes
2answers
133 views

Java and PHP - Should someone learn both or work on single one of java and php? [closed]

I learned php and currently working on it but in some cases java seems better than php i.e desktop or mobile applications. I know that its not the platform to start a discussion but i'm going to ask ...
0
votes
1answer
150 views

Invoking a php script from java applet?

import java.applet.Applet; import java.awt.*; import java.awt.event.*; import java.net.*; import java.io.*; public class RegisterUser extends Applet{ TextField panel1 = new TextField(10); ...
2
votes
1answer
93 views

Send GET request to HTTPS with Basic Authentification parameters

My goal is, to establish an active connection between my php page and another page. There is a java applet located on my page, after some clicks, the applet will redirect my page to another. By ...
1
vote
0answers
214 views

Applet Upload Error

I want to upload some files from client pc to my web server and I am using following code in Java applet I have also signed applet successfully and it prompt for Trust the applet see code here, but it ...
0
votes
3answers
331 views

Is it possible to get data from Java Applet on to PHP or MySQL?

I want to create a website with a game in applet form. I want to use the highscores that people get in the game to show up on a leaderboard on the website? How is this achievable? Thanks
0
votes
0answers
55 views

Signed Applet and PHP

I am looking for a Java applet to read a file from client machine and create a POST request for PHP server uploading. Now tell me whether i need tomcat to use along with apache for this purpose I ...
1
vote
2answers
152 views

How to send int variable from applet to PHP [duplicate]

Possible Duplicate: How to send HTTP request in java? I have Java code running in an applet and I want to send the high score by a click of a button back to the PHP where it can be ...
3
votes
1answer
142 views

Java applet send information to a php page

I was wondering if it was possible to send information from a java applet to a PHP page (and in the long run, a mysql database) on the click of a button (within the java applet). Of course, if it's ...
1
vote
4answers
133 views

File Upload and Security issues

i want to set the default value of input type file. I have searched a lot but every one says it is impossible due to security reason. Is there any way that i set default value and when user upload ...
0
votes
0answers
118 views

GSI SSHTerm applet not working

This is my code: <applet width="680" height="480" archive="libbrowser.jar,SSHTerm- 1.0.0.jar,SSHVnc.jar,SecureTunneling.jar,ShiFT.jar,j2ssh-common-0.2.7.jar,j2ssh-core- ...
0
votes
0answers
124 views

UDP packet send/receive from Browser

I want to measure ping of server which replies to UDP packets. One way i have found out is by making Java applet which sends a packet. But can it receive packet and display on Website(php) . I dont ...
0
votes
1answer
209 views

PHP, Java Applet communication

Here's what I would like to do. I have a PHP file in my server where I would like to call java applet. The applet function will send a get request to read a page from third party server. Now I want ...
1
vote
1answer
104 views

Two server side scripts called at the same time?

I'm using an uploader applet that's sending the files to a server side script in php. I want to make sure that, if the user closes the page before the files finish uploading, that the files are ...
2
votes
1answer
130 views

Saving an image to a server using a Java applet

I am trying to save a png image to my server that my applet (UNSIGNED) is running on. I have looked on here and have seen a couple of examples. What is the best way to do this? I am using PHP on my ...
0
votes
2answers
509 views

Run localhost Java Applet from PHP script on website

Is it possible to run a Java Applet loaded onto a users machine using a PHP script on a website and send a couple of variables from the PHP to the Applet? This is a controlled environment that this ...
3
votes
2answers
287 views

PHP variables to Java applet?

I have an audio visualizer applet I created with processing and minim using fft to analyze the audio. Now I want to feed in songs to the program dynamically with php as the user clicks on a song. I ...
0
votes
1answer
146 views

Java applet shows a white square when in a .php file

I developed an applet in Java for my website with Netbeans. However, while I can get it to work on a .html file, such thing does not work while inside a .php file... I'm using Wamp server. Is this ...
1
vote
0answers
247 views

When <applet> tag is loaded with ajax, it fails to initialize

I've got a page with a preview image on it, and when you click the preview image, JQuery replaces it with a Java applet using the ajax load() function. The applet comes up alright (it's netlogo) and ...
0
votes
2answers
111 views

Java Applet not loading without internet

I am using MizuTech webphone when i run it using WAMP server of and other server it says cannot find java applet handler..!. But if i connect my internet it works fine. Can you please tell is it ...
0
votes
1answer
135 views

How PHP script can be called using Java Applet

I want to access user's scanner using PHP script. I know this can be done by using PHP script on Linux based machine. I want to put this script on the server and wanted to run it via Java Applet I ...
0
votes
1answer
218 views

sftp file browser client

I am looking for an stfp filebrowser, in either php, flash og as an java applet. I really dont wanna code this myself, since its really time consuming. So i was thinking if anyone know an opensource ...
-1
votes
1answer
169 views

Give a RSA public key from a java applet hosted in a web page to a PHP script

I have an applet hosted on a Web page. It communicates with a JavaCard and gets the Modulus and the exponent. I regenerate the key in that applet. All this is done on the client side. My applet have ...
0
votes
1answer
374 views

Applet cannot print even though java policy has been set to allow Printing

I have a web application using PHP. One of the functionality is to silently print a receipt to two or more printers directly without prompting the printer dialog box. I have coded the applet as below ...
1
vote
2answers
160 views

Is it possible to send a file from java applet to php without mysql?

Is it possible send a image or file from an java applet to a php script which produce a pdf. Until now my java applet has the opportunity that you can save a screenshot of the applet in the users ...
0
votes
1answer
269 views

Getting Data from java Applet using PHP Zend Framework Webservice

I have to make a web-service in Zend Framework for getting data from java applet. Basically its a game built using Java Applet. I want to store result in my website's mysql database. So I am trying ...
0
votes
1answer
396 views

how to use a php variable as a parameter for java applet

I want to use a php session variable as a parameter when I call a java applet. I have seen answers to this on the net but they do not work on my machine. The html file and applet produce the literal ...
0
votes
2answers
210 views

When I upload a file using an html form and php can I also pass the file to a java applet?

I have a java program that analyses images. I want to make the program available in a web-browser. The program requires an image file from the user. With a regular java program this is not a ...
0
votes
2answers
202 views

Java Applet below web folder, ClassNotFoundException

First I embedded an Applet into a page with the APPLET tag like this: <APPLET code="MyApplet.class" codebase="/" align="baseline" width="200" height="200"> Your browser does not support ...
1
vote
1answer
2k views

How can my java applet use my PHP authenticated session?

I have set up a login area on my PHP server. The members.php file requires login; after I login a session is created. The session lasts for a while. I want to make this work so that while the session ...
0
votes
2answers
217 views

Alternative to passing userid & password through Java applet?

The applet will help the user to create java class objects which will be sent to the PHP server, which will store the object as a blob in a MySQL database. The reverse should work too - reading the ...
0
votes
2answers
2k views

SecureCookiePermission issue - Applet not working with latest Java 6 update 29

In our website, we use applet which is not working after upgrading to Java 6 Update 29. Applet should communicate with server for storing data's to database. Applets works fine in lower of versions of ...
1
vote
0answers
107 views

PHP project referring to Java class file

I have a java class file in a folder in php project and it is an applet that will be used by the PHP/JS file I have in this project. When trying to view contents of class file I receive this: ...
0
votes
2answers
305 views

Get Java applet to work from PHP

As title says I have Java applet that when called from JS/PHP should call an applet function to do something and return a value to PHP/JS. Standalone both of the programs work, say if I create a main ...
0
votes
2answers
117 views

PHP/Java Eclipse

I've created a Java project in Eclipse that holds applet with Java perspective and another PHP project with PHP perspective that holds file that has javascript to communicate with the java applet. ...
1
vote
0answers
95 views

Postlet upload test will work but not the applet

I'm using a java HTTP uploading applet called "Postlet". I set up the PHP script to store the file and store the file name in the database. When I use a simple HTML test form to upload one picture, it ...
1
vote
1answer
353 views

How to read/write from/to an online database for Java applet? [closed]

I need to save high scores online. I have a small Java applet that lets a user type a selected sentence while being timed. It should save the highest score (actually shortest time to type the ...
0
votes
2answers
346 views

Java: how to send POST request while displaying the page?

Here is my code: try { ByteArrayOutputStream os = new ByteArrayOutputStream(); ImageIO.write(image, "png", os); byte[] bytes = os.toByteArray(); ...
0
votes
1answer
284 views

receive output from java DataOutputStream in a php page

I have a java applet which I am using to send a file back to my server with - on the server end I want to receive this on a php page. Below is the java code which is doing the sending, on the php ...
0
votes
2answers
786 views

How to upload files with java applet?

I know similar questions have been asked but i have searched for hours and as of yet have not come up with a workable solution. I have a Java applet which will be a "paint" like application. So, I ...
0
votes
2answers
1k views

add java applet to php

I'm trying to add java applet to my php code really I'm trying but still have the same error that the applet and the .jar not found can any one give me hello world example for that issue.
2
votes
3answers
679 views

What is the simplest way to send data from Java JApplet to Javascript?

I'm having a html page with an applet that gathers data and then is supposed to send this data through Java Script call, JS sends it to php file. I can send the arguments and values by GET method, ...
0
votes
2answers
470 views

Directory chooser

Hi all does anyone know of an example of a Directory Chooser applet that will allow a user to select a directory on their local machine? I have a function written in PHP that extracts sub-directory ...

1 2