-1
votes
1answer
70 views

How to get iTunes to play an iPhone playlist automatically when connected to the iPhone

I have a habit of working/studying while listening to music. And since the Mac I am connected to at work doesn't have all the songs I want, I normally listen to the songs via iTunes from the iPhone ...
0
votes
1answer
791 views

Why Java applet works on windows but not on Mac 10.6.8?

I'm using webmin, in which I want to use the plugin called "File Manager". It's based on Java Applet and it perfectly works with Internet Explore on windows XP. But with Safari on MacOSX 10.6.8 it ...
0
votes
0answers
91 views

JPopupMenu in an Applet on Mac won't highlight menu items

When running an Applet on the Mac (at least under Safari), I have found that the JPopupMenu doesn't appear to be receiving mouse movement events: the cursor set for the surrounding window remains in ...
1
vote
1answer
717 views

Running local Java applet that accesses the local file system on Safari

I am unable to save a file to the local file system using the TiddlySaver.jar applet under MacOSX 10.7.5 and Safari 6.0.2. http://tiddlywiki.com/ Supposedly in Safari 6.0 there is a menu item under ...
0
votes
0answers
49 views

Processing applet in browser, 'init failed unsupported os'

I'm getting familiar with processing and I currently have a working environment set up with eclipse and eclipsep5exporter. I successfully run my projects and export them to native applications, ...
0
votes
0answers
139 views

java Datagramsocket/Datagrampacket receive timed out on mac OSX 10.8.2

There is a problem inside my jar(Java applet). I opened it by safari(allowed to access local filesystem) ,and I've already set: mUdp.setBroadcast(true); and turned off the firewall of OS X. The ...
0
votes
1answer
355 views

Java applet does not load in browser on Mac Lion from IIS SSL site with self-signed certificate

We've got an applet in our web application that is not running in our development/test site but works fine in our production site. The problem only happens when we are accessing the site from ...
1
vote
0answers
116 views

Mac OSX - Drag and drop in Swing appl running on applet

I'm having some issues making my swing application to work in Mac OSX. This swing application should run on an applet inside the browser. Please note that this problem is exclusive to mac osx and ...
1
vote
0answers
127 views

Where did Apple's JRE 1.6 store applet runtime parameters?

We needed to roll back from Oracle's JRE 1.7 to Apple's JRE 1.6 because of the copy/paste regression. We followed these instructions from apple: http://support.apple.com/kb/HT5559 That mostly ...
1
vote
3answers
807 views

Any workaround to getting Copy/Paste working in JDK 7 AWT Applet on Mac?

Since Apple forced the update to JDK 7 on Mac, old AWT applets no longer support copy/paste. For example, if you visit: Simple AWT Textfield Example you cannot copy and paste into the applet text ...
0
votes
0answers
68 views

Any workaround to get the Option key to work in JDK 7 on Mac?

Since Apple forced the update to JDK 7 on Mac, old AWT applets no longer support the Option key. For example, if you visit: Simple AWT Textfield Example and you type Option-2 into the applet on that ...
2
votes
1answer
373 views

Mac OS Java 7 applet+smartcard issue

We have applet that uses smartcards to sign something. Everything was OK until new java update on Mac OS. I'll explain. When macos had java 6 and special plugin for it, everything worked. But now they ...
1
vote
0answers
51 views

jmenu not transferring focus properly on mac OS X

I have a web applet that uses a JMenuBar. On Windows everything works great, but OS X is a different story. For some reason the JMenus are not properly transferring focus to their children using the ...
0
votes
0answers
121 views

Java Applet display black box on Mac

I have a Java Applet which display video in the web browser. Currently the applet works correctly on Linux and Windows but on Mac. It doesn't display the video, it only plays the sound. I basically ...
3
votes
8answers
2k views

Focus issues with java7 modal dialogs on mac osx

I've been validating a swing application that runs on an applet for mac osx. During this validation I found the following issues with the modal dialogs: When a dialog is open and is setModal(true) ...
0
votes
0answers
263 views

Java applet clipboard sometimes doesnt work on Mac OS x

I have a problem with the clipboard on Mac OS. I created an applet where I work with system clipboard using methods: Toolkit.getDefaultToolkit().getSystemClipboard().getContents(aRequestor); ...
2
votes
1answer
320 views

java applet cmd+shift mac osx

On mac osx, if you run a java applet in the browser, It's possible to pop the applet out of the browser by pressing cmd+shift. This is actually a workaround given for when you want to drag and drop ...
0
votes
1answer
185 views

I can't put an applet in google chrome or safari

I am learning HTML and I am trying to put my applet in my HTML file. When I open it with firefox, it works perfectly, but when I try to open it with chrome or safari it fails. Chrome says: load: ...
0
votes
1answer
130 views

Mac Safari Will Not Run Applet of Size Zero

In an <applet> tag with width=0 and height=0 the applet code fails to load. I tried to put the applet in a hidden div, but again it wouldn't load the applet. For now I have a work around in for ...
3
votes
0answers
79 views

Can I make a Java applet ignore/passthrough Command+Q on a Mac?

This question is a bit odd, but I'm using a KVM over IP client that is run as a Java applet. When I press Command+Q the local Java applet running on OS X intercepts the command and shuts down the the ...
10
votes
2answers
8k views

Java applet with self-signed certificate on OS X Mountain Lion

We have a Java applet that needs to run with full trust. While developing and during pre-release tests we sign it using a self-signed certificate (the production version is signed with a real code ...
0
votes
1answer
216 views

Applets are not running after installing Java for OS X 2012-004

I updated my mac mini with latest OS X updates and the Java for OS X 2012-004 got installed . now i am not able to run any applets in my application . I have enabled the applet plugin and all settings ...
1
vote
1answer
299 views

Java Applet is not loading on a Mac after update 1.6.0.33

After the latest java update my applet has stopped loading. It appears that apple has fixed some applet security vulnerabilities and that is what is causing my applet to stop working. My applet uses ...
0
votes
1answer
126 views

Processing sketches won't run online with java?

I've recently been learning Processing, a sort of Java based visual language. It has a feature to export sketches/scripts as html documents and open them in a browser and run them with a java applet. ...
0
votes
0answers
154 views

Apple mail drag and drop

I want to drag and drop an Apple mail from mailbox directly to a webpage. Steps that I am following now: Dragging mail from mailbox and drop into the finder window. Then dragging that mail from ...
0
votes
1answer
182 views

online java webstart applet will not allow mouseDragged() on mac osx but works on windows. Am I missing something?

*note I have been reading and it may or may not be that the java plugin for Apple Inc doesnt allow this. but i feel like its something I am doing. that being said....* I wrote a java applet using ...
0
votes
1answer
71 views

Using the Mac installer command through java

I have an applet that I need to be able to launch a .pkg mac installer from my java applet. Right now I can do so with the following command: Process proc = r.exec(new String[] {"open", ...
0
votes
1answer
122 views

Running a .pkg installer on Mac OSX through java applet

Here is a short synopsis of what's going on. Right now I have a java applet that is embedded in my browser that downloads a .dmg disk image and mounts it. Inside of it, it has an installer.pkg file ...
1
vote
2answers
284 views

Grab image from clipboard on Mac OSX using applet

I am using an Applet to save image from clipboard. The image is saved but something happened with its format. It is darken and lost colors. here's how I am doing it: ...
0
votes
2answers
215 views

java bad version number in .class file in browser

I am receiving java bad version number in .class file when I try to open a simple applet in my browser (I have tried Firefox and Safari). My browsers stat that I am using a 1.5.X JRE, but my command ...
0
votes
1answer
76 views

OSX Java Applet debug - See GET/POST

I have a applet in a webpage that I use and I would like to see the calls that it is making to a Web Service. Normally I would use Firebug or Charles for this, but those don't seem to notice the calls ...
1
vote
2answers
445 views

Mac Java - Exception: java.lang.UnsupportedClassVersionError

Some mac users are reporting this error. What version can I build the applet so that Mac users can use it? Thanks
0
votes
1answer
546 views

java applet not grabbing focus in JRE 1.6.0_29 and up (OS X)

A Java applet has the following in its start() method : this.setFocusable(true); this.requestFocus(); When launched, the applet grabs the focus only in certain OS/JRE/browser configurations. It's ...
0
votes
1answer
162 views

applet security policy on Mac OS [edit: not policy after all]

This is gonna be a big mess to explain, but if anyone has any pointer, Please share! From an applet I'm calling a 3rd parity lib which uses JNI do fetch some info in an OS specific manner. I don't ...
0
votes
1answer
64 views

Old version of applet still running in the background in eclipse

Sometime I forget to close my previous applet before I re-compile a new version. So I end up with multiple versions of my old applets hanging around in my dock. Is there a way to tell Eclipse to ...
0
votes
0answers
238 views

Applet causes scrolling issues on Safari5.1 on MAC

I have a case in which I have two frames in a frameset. In the left frame I have loaded a java applet and in the right frame I have normal html content. I am using MAC and Sfaari 5.1. The problem is ...
0
votes
1answer
222 views

How to open a document located on a WebDAV server from a Java applet on MAC OS X?

I need to open a document for editing with associated application on MAC OS X from Java applet. The document is located on a WebDAV server. What command should I use to open a document? Is it ...
3
votes
2answers
2k views

Java signed applet certificate revoked only on mac OSX10.7 (Lion)

I have a signed applet that works fine on windows, Mac <= 10.6, and linux. However, on OSX lion, the signing certificate is revoked. Here is the security debug info from the java console: ...
1
vote
1answer
326 views

Java applet is very slow in newest version of mac Firefox

I'm running a Java applet, made in processing, as part of a web application. It's a simple applet that has bouncing balls that move around the applet. This runs at normal speed in Windows Firefox 5.0 ...
2
votes
2answers
612 views

Remote debugging Java applets in Safari on OS X?

I have an applet that is problematic under Safari only (works everywhere else) and I need to debug it running in Safari. The args to enable remote Java debugging are -Djava.compiler=NONE -Xnoagent ...
0
votes
1answer
573 views

Applet printing fine on Windows, but not on Mac

We built an mvc in .net for receipts. We wrote a small applet that takes in a url to our view and prints the receipt generated at that url to the users default printer. There is one specific ...
1
vote
2answers
2k views

How to run a Java Applet on Mac OS 10.6.6

I am in my first programming class and I am now reaching the end of the semester. I have an online portfolio where I share my college accomplishments. At this point in the semester, I would like to ...
0
votes
1answer
434 views

How to deploy a Java Japplet in iWeb developed on my Macbook?

I am building a website using iWeb on my Mac (latest versions of everything) I am using the Html Snippet Widget to embed the applet tag. Since iWeb does not seem to have any specific support for Java ...
0
votes
2answers
905 views

Compiling a Java applet (Mac OSX)

I'm currently working on an applet that works with Fourier's series. It doesn't really matter because my question is about Java Applet compilers. Is there a way to compile .java files on Mac OSX. I ...
3
votes
2answers
715 views

Java applet game does not work on Macs, even though it does work on PCs

I made a game that is based in a jpanel. When I add the jpanel to a jframe, it works fine on both pc's and macs. here is the class where I add the jpanel to the jframe: import ...
0
votes
3answers
3k views

Mac OS X: java.lang.ClassNotFoundException: com.sun.java.browser.plugin2.DOM

I am trying to use the new LiveConnect features introduced in Java 6 Update 10. Code looks like this (copied from the applet tutorial): Class<?> c = ...
1
vote
0answers
334 views

Capture inactive window via Java applet

is there a way for a trusted java applet running on a web page to capture another inactive (or even obstructed / minimized) window? I need this proccess to take place on the background, so screenshot ...
0
votes
0answers
341 views

OSx snow leopard “unsinged applet java.lang.RuntimePermission loadLibrary.keychain”

I have an unsigned applet that use SSL certificates, it works nice on Linux and Windows but when test it on OSx Snow leopard, it throws an exception Caused by: java.security.AccessControlException: ...
1
vote
2answers
3k views

Java Applet in iframe fails to load in Mac Safari

For a Facebook iframe app, we load a file browser Java applet. This works fine in all major browsers on PC, and Firefox on the Mac. It also loads fine outside of an iframe in Safari on the Mac. ...
1
vote
0answers
420 views

Java applet certificate on Mac

One of site's I visit has Java Applet, which must use certificate based authentication. I got this cert and added it to Java's key store(cacert) as well as to key chain of Mac. When applet starts it ...

1 2