Tagged Questions
-1
votes
0answers
11 views
Parsing a Magnet Link to a Java Application [closed]
I have a an application, my own application, that I would like to use to open Magnet Links. How would I be able to open this application when I click on a magnet link in a web page? My application is ...
1
vote
1answer
41 views
How to check if “Java is outdated” bar is visible on Google Chrome?
My website has a java applet that must run for complete functionallity. The problem is that some users have an outdated Java version, which makes Chrome show that annoying bar on top along with not ...
1
vote
2answers
39 views
Webstart Chrome After 100th Download
We have a java application that our customers launch via webstart.
We have some usability problems with it :
Up to hundred clicks on the link for the jnlp file, "chrome" simply downloads the jnlp ...
0
votes
0answers
37 views
Glassfish 3.1.2 and WebSocket problems
I'm new to WebSockets and I seem to be facing a weird problem with running my WebSocket based chat application on a Glassfish 3.1.2 webserver.
This is the index.xhtml javascript content:
<script ...
1
vote
1answer
23 views
Applet tag fallback / alternate content
In Chrome and Firefox if the Java plugin is disabled it simply displays the "plugin disabled" box in place of the applet. However, I need it to display the alternate content instead.
<applet ...
0
votes
1answer
74 views
Java version with IE and Chrome
I have the following issue:
I have two OS installed (XP and W7 32bit), because I have to apps, one works with jre-6u23, another one with jre-7u7, on these two OS I have installed two versions of Java ...
0
votes
1answer
57 views
The method usingChromeDriverExecutable(File) is undefined for the type ChromeDriverService in Selenium WebDriver
My code is as below:
ChromeDriverService service = new ChromeDriverService.Builder()
.usingChromeDriverExecutable(new File("E:\\Software\\chromedriver.exe"))
.usingAnyFreePort().build();
It ...
0
votes
0answers
14 views
Web Page is clocking after streaming rtf file
I'm streaming an RTF file in a Java tapestry web application
final HttpServletResponse response = cycle.getRequestContext().getResponse();
ResponseOutputStream output = new ...
0
votes
0answers
65 views
Vaadin double click and browser behavior
I'm developing a Vaadin application (with version 6.8.10) with a tree component. We need to react to item's double clicks. But in our cross-browser tests we founded that the double-click doesn't work ...
0
votes
1answer
148 views
Query Android Browser History for a URL
I'm able to view the Android browser history using the following method:
import android.app.Activity;
import android.database.Cursor;
import android.os.Bundle;
import android.provider.Browser;
import ...
0
votes
1answer
51 views
Can we programmatically configure Chrome?
I'm trying to enable the option "Ask for download location" on Chrome programmatically, since my client wants to have a browse window to pick the download location. Any suggestions?
0
votes
1answer
89 views
response.sendRedirect to a file URL from Chrome
I have a URL shortener app (similar to tinyurl.com, bit.ly etc) which redirects to file:// URLs as well.
Internally, this is a Servlet based web-app, and all I do is, retrieve the targetURL and do a ...
4
votes
3answers
289 views
Blink not working in Chrome
I am using blink in my application to display error message, problem is that it working in Firefox not in chrome, I don't know what is the problem ,How to make it to work in chrome?
0
votes
0answers
27 views
How do I implement security in a chrome extension that relies on multiple 3rd party service providers?
I'm trying to build my first chrome extension, that involves consuming services of 3rd party services such as facebook, twitter et al. I'm considering using a common registration mechanism( ie. an id ...
0
votes
0answers
30 views
How to add a new Site name and cookie from my Java Program
I am running a servlet on local host in this I had created a cookie and set some value and host name as .MYName.com when this was executed in Chrome I am able to see the cookie value was being set in ...
0
votes
1answer
407 views
Set up Selenium ChromeDriver in Java for remote testing on Mac
I'm trying to create a project in eclipse/java for selenium testing.
I'm doing this on a windows machine, which is also my hub for the selenium grid.
I want to run my tests on a remote machine which ...
1
vote
0answers
210 views
Does Crystal Report Support Printing In Chrome?
We have a legacy system that's based on Java EE and Crystal Report. The problem is, printing option only works in IE. In Chrome or Firefox, when clicking Print button, it opens Print To PDF dialog.
I ...
0
votes
1answer
191 views
JSON Stringify returns null, but document.write prints out properly
I'm trying to write a plugin for crawljax that runs some javascript code, like this:
String result = browser.executeJavaScript(script).toString();
and the script code:
function ...
0
votes
1answer
156 views
applet does not work on chrome
Hi I am using below code in asp file for applet, but applet does not load in google chrome while it is working fine in Internet Explorer.
<object ...
0
votes
0answers
111 views
Applet java throws exception with chrome
I'm developing a Django site with an applet Java.
Some days ago the applet start to fail loading in my chrome browser. I was still in developing and I tought that was a cache problem, so to test I ...
2
votes
0answers
124 views
file upload encoding troubles with the file name. GWT
I have a problem when I try to upload file in my gwt project (server on gae). I have FormUpload (com.google.gwt.user.client.ui.FormPanel) end FileUpload (com.google.gwt.user.client.ui.FileUpload) ...
1
vote
2answers
187 views
Parser for Exported Bookmarks HTML file of Google Chrome and Mozilla in Java
How can i parse the exported bookmarks file from Google Chrome and Mozilla Firefox in Java.Is there any libraries available to parse them directly and obtain the URLS in them.
Also sample codes for ...
0
votes
0answers
165 views
selenium not working with chromedriver
My test code is working well with Firefox and IE but its not working with chrome, chrome window opens for a while when I run the test file, it display url in url-bar and in status bar shows message ...
1
vote
0answers
96 views
Socket read hangs in Java Applet run in Chrome
I have a simple server that listens for connections and dumps 100k bytes of data when it gets tapped.
I have a corresponding client that makes a socket connection to the server, reads 100k bytes and ...
0
votes
1answer
78 views
How to get Browser to stop wrapping my entity data with <pre> tags?
I am trying to write a custom ExceptionMapper and I want to return text/plain but the Response that is returned or something in the chain insists on wrapping my contents with <pre></pre> ...
0
votes
0answers
85 views
Google chrome does not prompt authentication box inside an iFrame
I have a website where iFrames are auto generated inside a webpage to show the video from IPCAM, but the IP camera is secure. Google chrome does not prompt the authentication box inside the iFrame, I ...
-4
votes
1answer
313 views
Where can I download Java 6 for Mac OSX Lion?
www.screenr.com doesn't work on Chrome with Java 7. I can't use a different browser, so I need to downgrade to Java 6 I guess? I've tried doing this but I think I've removed all versions of Java from ...
0
votes
0answers
102 views
Web socket disconnect after handshake?
after some modification, this is the converstion beween my chrome client and java server:
GET / HTTP/1.1
Upgrade: websocket
Connection: Upgrade
Host: localhost:4444
Origin: ...
0
votes
0answers
93 views
Java web socket handshake triggering complete silence on connection
i've been softly bangging my head against my desk for long enough so i thought i might ask for some help...
I've been tring to establish a websoket connection between a chrome extension and a java ...
0
votes
1answer
66 views
Java SDCH compressor/decompressor
Someone knows a java library to decode/encode SDCH compression??? it has been created by Google and implemented in their Google Chrome web browser... so it will be a standard soon
Some links about ...
2
votes
2answers
713 views
Load Chrome Profile using Selenium WebDriver
I'm having some troubles getting Selenium loading a chrome profile.
String pathToChrome = "driver/chromedriver.exe";
System.setProperty("webdriver.chrome.driver", pathToChrome);
DesiredCapabilities ...
-2
votes
1answer
290 views
Is Google Chrome Vurnerable to Zero Day Java Exploit like IE?
I've seen IE 6 to 10 can be easaily exploited using the Zero Day Java Exploit (CVE-2013-0422)
And If the IE have been exploited.. We can access the hardisk file even cookies or password..
That's very ...
0
votes
0answers
35 views
Java class which provides real-time date for external web browsers
Are there any Java classes which provide real-time data for external web browsers like chrome, IE, firefox, or safari? An example of real time data would be the most recently requested URL.
The only ...
0
votes
0answers
118 views
Chrome Browser - Use specific JRE
I am developing a Web-Application that uses Java-Applets.
The Windows-Clients are using a customized Google Chrome Browser.
I'd like to include a JRE into my customized Google Chrome that makes me ...
0
votes
1answer
312 views
request.getParameter returning null values in chrome
In my jsp page i am having two submit buttons. Code snippet is:
<input type="submit" name="btnSubmit" id="btnSubmit" value="abc" onclick="return formCheck3(this)"/>
<input type="submit" ...
0
votes
0answers
195 views
Google Chrome unable to print images stored in file system using JAVA Output Stream
I have a grails application which prints reports and certificates and I am trying to print a portion of html using jQuery printElement. My Html consist of watermark logos as well as some images which ...
0
votes
0answers
345 views
Websocket connection between chrome extension and java Server
I'm trying to establish a websocket connection between a chrome extension running the following code:
if('WebSocket' in window){
connect('ws://localhost:8181/chat');
}
function connect(host) {
...
1
vote
3answers
70 views
Is there any way I can keep the browser away from requesting the same image each second?
My jsp page gets refreshed after each second. There are two images on page. One weighs 13 KB and other weighs 4 KB. Firefox doesn't load the images again and again but chrome keeps on loading the two ...
0
votes
0answers
104 views
Why Java in Chrome browser is not actual [closed]
Chrome tells me:"The Java plug-in was blocked because it is out of date." I actualise it to newest version by .exe file on refered link http://java.com/en/download/index.jsp but Chrome still tells me ...
2
votes
0answers
30 views
HTML5 video delivery with Java Servlet and Tomcat 6 [duplicate]
Possible Duplicate:
How to stream MP3 to HTML5 PLAYER such as Accessible Audio Player
I'm developing a Java solution to perform a MP4 video delivery for a HTML5 page. The solution checks if ...
1
vote
2answers
168 views
Java cookies removed in firefox, but not in Google or IE
I have the following code that is trying to remove some JSESSIONID cookies from my browser.
String[] cookieList = "/App1/,/App2/,/App3/".split(",");
for (int i = 0; i < cookieList.length; i++) ...
2
votes
0answers
126 views
Firefox rewrites GET request
Background: I have a Java webserver class (NanoHTTPD) which my application extends by adding sessions, page templates, authentication, and dynamic content. I wanted to make the application self ...
0
votes
0answers
58 views
Java application to install with firefox, chrome, IE
Background:
I want to make design and code a Java application that will automatically run when a user executes Firefox, Chrome, or IE. I want there to be a expandable window, with a handle similar to ...
2
votes
1answer
1k views
navigator.isJavaEnabled() returns true if no java plugin installed for Chrome 23 on Windows
My task is to determine whether Java is installed and enabled on the browser the user came with.
I am using navigator.javaEnabled() method for this.
It works ok everywhere except for Chrome browser: ...
0
votes
0answers
47 views
Is there a way to disable the tel protocol handler using ChromeDriver?
This doesn't seem to be working:
DesiredCapabilities capabilities = DesiredCapabilities.chrome();
capabilities.setCapability("chrome.pref", [
'settings.protocol_handler.excluded_schemes.tel': ...
1
vote
0answers
510 views
JavaScript call to Java Applet method does not work only in Chrome browser
I'm trying to run a small test of an applet to call a JavaScript method and vice-versa. The code works fine in IE 9.0 and Firefox 17.0, but does not work in Chrome 23.0.1271.91 m.
I'm not sure if it ...
0
votes
0answers
78 views
Java Applet in Chrome is cut off
I have an applet with Swing components. It renders correctly in IE. However, in Chrome, on some machines, the applet's UI is cut off on the right.
I uninstalled and re-installed Chrome on those ...
0
votes
3answers
273 views
How to make client load new html page with new java applet
How can I make the browser of a client load the new version of the html page with a new java applet?
We updated a system in the field, but when the client connected to the web server, the old java ...
0
votes
0answers
108 views
Extract textual content from website using Java and Chrome extensions
I am doing research that involves life logging. Anytime I go to a website I would like the main textual content (text from the <h> and <p> tags) to be downloaded and stored into a database ...
0
votes
1answer
47 views
Chrome Mobile API?
I want to build an application similar to Diet Coda, so I can have a preview of a webpage I am working on. For this I wanted to use Google Chrome Mobile and not a WebView. I was wondering if Google ...




