Tagged Questions
1
vote
2answers
31 views
moving from win7 to mac, eclipse missing Sun import
I've used eclipse for years in a windows environment. This week I got a brand new mac pro and I'm migrating everything from windows. I copied my entire workspace from win7 box to the mac. I've ...
1
vote
0answers
29 views
Hang on Mac with zoomed desktop when starting an app. with both Swing & SWT
I am on a Mac ( tested it with 10.6.4, 10.7.5 & 10.8.2 ) with my desktop zoomed. When lunching my Java application that use both Swing and SWT the window is freezing right at the opening. The ...
7
votes
3answers
96 views
Why is my JVM doing some runtime loop optimization and making my code buggy?
Consider the following java code:
public int main() {
int i = 1111;
for (; rules(i) != true && i < Integer.MAX_VALUE; i++) {
//LOG.debug("Testing i: " + i);
}
...
-2
votes
0answers
17 views
Mountain Lion - problems to open jar file [migrated]
I use mac with mountain lion and java u update 21.
when I try to open the file with a double click, I get the following error:
"java file.jar could not be launched"
or sometimes not after the ...
0
votes
0answers
29 views
Do I need this Java-folder anymore on my Mac? [migrated]
Today I installed JDK 7 for Mac OS X. Then I uninstalled it to install JDK 6 for Mac OS X.
JDK 6 is stored here: /System/Library/Java
JDK 7 was stored here: /Library/Java
Now here is my quick ...
0
votes
2answers
38 views
Where is the built-in Java Syntax file for vi?
I'm using the default vi installed via homebrew on MacOS.
When I open a java file, I can see the syntax being highlighted as expected.
However, I would like to make some customizations to the syntax ...
0
votes
0answers
6 views
javax.sound throwing serato audio plugin error and after deleteing serato still having problems
Below is the original error I was receiving when running my java program that only plays a sound. I'm sure that it works I tried it on a different computer, but for some reason the problem still ...
0
votes
1answer
31 views
64bit libjvm.dylib on Mac OS X
I have a Java project that needs to load some native dynamic libraries.
I run a 64bit JVM, I need to load 64bit dynamic libraries but I get the following exception:
java.lang.UnsatisfiedLinkError: ...
0
votes
0answers
10 views
FullScreen Video VLCJ on Mac
I'm having a lot of problems implementing fullscreen on mac. I tried of two ways...
Implementing a FullScreenStrategy where i resize the JFrame and it works ok, but the mac menubar is showing. I ...
0
votes
1answer
28 views
Eclipse plugin - SWT_AWT not working on OSX
I'm developing an Eclipse plugin using the SWT_AWT bridge in order to design the gui using Swing.
It works perfectly on Windows but when I try to run it in OSX i get this error:
...
1
vote
2answers
40 views
OS X Java maximum threads per process
Running this code
for (int i = 0; i < 4000; i++) {
new Thread(new Runnable() {
@Override
public void run() {
try {
...
1
vote
0answers
39 views
Why won't my Play application compile on my Mac? [closed]
I'm just getting started on a Play 2 application and am using IntelliJ IDEA 12 as my IDE. My application needs to use some classes outside of my main project. I've configured the external class source ...
0
votes
0answers
11 views
java coding for motorola RFid reader model FX7400 on mac/linux
I am trying to code for a motorola RFID reader using java and a mac os.
The error is:
`Exception in thread "main" java.lang.UnsatisfiedLinkError: no RFIDAPI3_JNI_HOST in java.library.path
at ...
0
votes
0answers
27 views
Applet Jpopupmenu displays away from specified coordinates
I have an applet within a browser which has a popup menu but when the menu is triggered it is shown away from the applet.
Here is the demo code
<html>
<head>
<title>Test the ...
1
vote
1answer
36 views
Put a Java app in the Dock on Mac OS X
I've created an app in java and I would like to be able to put it in the dock on Mac OS X. It's not possible to do it with the .jar file, so I've wrapped it in an .app folder. Now it won't even start. ...
-1
votes
0answers
19 views
Openfire will not start Mountain Lion [closed]
I am trying to create an Openfire server on my machine for a simple XMPP client. I am running Mountain Lion (OS X 10.8.3). After installing Openfire and opening it under System Preferences, I am ...
0
votes
0answers
86 views
Web Applet Fails to Launch using Java 7 Mac OS X 10.8 due to whitespace in path name
I'm trying to launch a web applet (Cisco UCS Manager 2.1) on a Mac running OS X 10.8.4 and Java 7 Update 21. The UCS Manager applet runs another applet (a console, in this case) and that is what's ...
-1
votes
0answers
14 views
What and how to setup before attempting to successfully run JDBC programs on “OS X”?
I'm new to the JDBC subject. While using Windows, it's easier to write and run JDBC codes (without any need of an IDE) due to the clear and widely known procedure. Now i'm trying to work with JDBC ...
1
vote
0answers
28 views
Java: Mac tray/menu bar application
How can I make an application in Java that sits in the Menu bar/tray on Mac? I know on Windows there is a way that is described in oracle docs but I am having trouble making an application that sits ...
0
votes
1answer
51 views
Open applications with Runtime.exec() on OS X [closed]
How to open applications with Runtime.exec() on OS X?
my instructor did give us an example of how to do it, except the only problem is that he uses Windows while I use Mac OS X, here is the code that ...
0
votes
0answers
16 views
The Dimension of my screen is not being measured, MacOSX and NetBeans
package spaceinvaders;
//@author AlexB
import java.awt.Color;
import java.awt.*;
import java.awt.Graphics2D;
import java.awt.event.KeyAdapter;
import java.awt.event.MouseEvent;
import ...
1
vote
0answers
37 views
Java on Mac OS FileNotFound if path contatins non latin characters
Good news everyone.
I found intersted problem with java on my Mac OS.
I put file with name from nonlatin characters to folder test, full path is /Users/dnelepov/Downloads/test/тест изображение.png
...
2
votes
1answer
31 views
Process/record multiple audio input streams in Java
Working on a project requiring the analysis (speech to text) and recording of up to 10 real-time audio (microphone) input streams simultaneously and separately. I'm most comfortable with Java, so my ...
13
votes
4answers
249 views
Java java.io.filenotfoundexception for file path with cyrillic characters
I have a file whose name contains characters not only from the plain ASCII character set, but also from a non-ASCII character set. In my case it contains Cyrillic characters.
Here's a snippet of my ...
0
votes
1answer
49 views
How to import an Eclipse project from Windows to Mac OS
I am trying to import an Eclipse project from Windows to the Mac, but Eclipse does not recognize the folder as a project folder.
Looking at the folder in the Mac OS Finder, all I see is pom.xml, ...
-7
votes
0answers
103 views
Programming with a MacBook Pro [closed]
Is there any cheat sheet providing shortcuts for symbols used with different programming languages (e.g. ~, \, |, braces, etc.).
MacBook Pro keyboard is beautiful, but clearly not functional at all.
3
votes
1answer
54 views
Embedding a Java runtime into a sandboxed Cocoa Mac app
Does anybody know how to embed a Java runtime into a Mac Cocoa (sandboxed) app so that the app can run a .jar file without the user having to install Java separately?
We have a Cocoa application that ...
2
votes
0answers
54 views
Fail to start project from NetBeans on Mac [closed]
I have switched from PC to Mac, and I have a problem with Netbeans (last version, with 1.7 JDK).
When I run the project in NetBeans, it won't launch and I get this error:
Failed to write core ...
3
votes
1answer
297 views
How to sign (dynamic) JNLP files for OSX 10.8.4 and Gatekeeper
My company produces Java Applications for Servers and delivers JNLP files to start local Applications. Since OSX 10.8.4 it is required to sign JNLP files with a Developer ID to keep Gatekeeper happy ...
0
votes
1answer
29 views
java swing on mac, can't activate Component's revalidate()
I'm trying to activate revalidate method in a class that extends JFrame but just can't.
this is my first experience with swing, and I used to have java 6 until today, since I couldn't use revalidate I ...
0
votes
1answer
44 views
Program work in Windows not in mac
File updateDirectory = new File("NewFolder");
if (updateDirectory.isDirectory()) {
if (updateDirectory.list().length > 0) {
JOptionPane.showMessageDialog(null, ...
0
votes
2answers
34 views
How to set permission for log file of log4j programmatically?
If my application is run by root user, creating log file by root. So, if the app is run by another users, display 'permission denied'.
There are the logs in /opt/myapp/logs/ .
I want to set ...
0
votes
0answers
22 views
Java : open PDF crash on macOSX
I try to open a pdf file with java, it works good on Windows but on Mac, if the pdf reader is not open, the pdf does not open.
I tried a lot of ways to open the file like :
...
0
votes
3answers
38 views
Java : Mac command key for multiple selection in a list (instead of control)
I would like use the "command" key instead of "control" key when i'm running my program on mac.
I have got a list with a click listener; today on mac, to select multiple items I use "control" + ...
0
votes
0answers
19 views
docx4j can't open template file on mac os x
i have a problem using docx4j 2.8.1.
In VMWare Fusion windows xp i create an docx word file using MS office 2010, with plugin OpenDope. Add to the file 2 simple bindings and save this file as docx. ...
0
votes
1answer
27 views
Writing a file using Java does not save the file in Mac OSx
I am developing a java application in which I need to save some data in a file. I tried to use different methods, however no file gets saved and I don't receive any errors. Here is my code for saving ...
0
votes
2answers
62 views
Action Bar Sherlock Compiling Error
I am trying to import a program file for android app. But having issues with setting up ActionBarSherlock giving me errors. I am using a MAC with IntelliJ 12 CE, Android SDK, Java, and Action Bar ...
-1
votes
1answer
47 views
What language, library, tool to use for a crossplatform [closed]
I have in mind a multiplayer game in thich I need to draw stuff but I don't really need physics. I'd like to make it playable from browser, Android and iOS (probably another version for mobile ...
0
votes
2answers
77 views
Startup Failure for Neo4j on OSX 10.7.5 re: log4j.properties
Can't get any flavour of Neo4j (1.7.2, 1.8.2, 1.9.RC2) running on my MacBook due to issues with not finding "file:conf/log4j.properties" and it looks like even with jakarta-log4j installed from ports ...
0
votes
0answers
28 views
How to disable Mac OS X menu bar keyboard shortcuts
I'm developing a Java app for OSX, and I'd like to disable the native OS shortcuts for "Hide" and "Hide Others".
I've searched and found ways of reassigning through system preferences, and ways of ...
1
vote
1answer
44 views
How to zip Mac app that preserve all the properties
I have created one app at Mac using JavaFX. I am using ant to build and zip that app into a folder.
On trying zipping using
<zip destfile="MyApp.zip" basedir="MyApp"/>
It creating zip file ...
0
votes
0answers
32 views
Printing from java using Printer Drivers
At the moment I am using Java's standard printing libraries to print an image to file. This file is then streamed to the printer line by line and prints out no problem.
This makes use of Windows' ...
0
votes
2answers
46 views
How to run a .jar in mac?
Ok, so i've written a relatively simple java application. I have JDK on my PC, but I need it to run on a mac for school. The .jar runs perfectly on my PC, but I tested it on my macintosh (which, btw, ...
-1
votes
1answer
70 views
Why is java not recognized after Oracle JDK 7 is installed in Mac OS Lion [closed]
I have installed Oracle JDK 7 u21 (64bit) on my Mac OS X Lion 10.8.3 MacBook.
Both javac -version and java -version return the correct information on my machine.
Now, based on my installation ...
1
vote
1answer
52 views
How to change the “About” window in my Java program for Mac OS X?
Mac OS X has built in function to show an "About" window.
On my program I can see the name of my head class and "version 1.0".
Where can I change this information? I am using NetBeans and there is ...
0
votes
2answers
79 views
Can't open a .jar file on my mac
I'm trying to download jsoup on my mac (Mountain Lion). I've downloaded the jsoup.jar file and installed the last java 7 from the site. But here is the problem, when I double click the .jar file it ...
0
votes
0answers
27 views
How to write apple script that take arguments?
I have deployed one javaFx app that is basically a command line application on Mac OS X, which take three arguments to run. But with JavaFx I am unable to pass arguments by directly running app, so we ...
1
vote
1answer
35 views
TabFolder with single item on OS X
I created a tab folder with one tabitem. When i execute this ui on mac it does not show me the title of tab item properly. If i create two or more tab item then its all titles are visible. I ...
0
votes
1answer
22 views
OSX Java Remote Debug for packaged app
Do you know how to debug a packaged (inside app directory) java app on OSX? I tried to add this:
-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=6000,suspend=y
in the java control panel ...
0
votes
0answers
27 views
Issue with JFileChooser on MAC
On mac osx when you select a folder manually (for example Documents) and double click on it it sometimes tries to create a Documents within Documents folder, or it could give me a "invalid folder" ...
