Tagged Questions
The rococoa tag has no wiki summary.
2
votes
1answer
203 views
Sending email programmatically on a Mac using Java (through Mac Mail Client)
I've done quite a bit of research on this matter and I can't seem to come up with a solid solution to my problem.
I am developing a Java client application that (should) allow users to import their ...
2
votes
0answers
531 views
Adding to the java.library.path or jna.library.path on OSX
I am trying to get Rococoa set up in order to attempt to incorporate a simple Cocoa widget into my java application, but the instruction tell me to add their bin directory to my jna.library.path ...
1
vote
3answers
488 views
Invalid memory access of location with Rococoa
I've been trying to code a simple screenshot application using rococoa (java to osx cocoa api library), and managed to get as far as actually taking the screenshot, and then saving it to a file. ...
0
votes
0answers
24 views
Rococoa class initialization issues
I'm trying to make the following code work under Rococoa:
Invalid memory access of location with Rococoa
I've placed the librococoa.dylib on the "java.library.path" (I can see that the directory ...
0
votes
1answer
68 views
I need help in getting the current logged in user in Mac OSX using object-c from accessed via java's Rococoa
I am new in Mac OSX and I wanted to get the logged in user for an intranet authentication app I am working on at work. I have read about Rococoa and how it can be used to access native object-c ...
0
votes
1answer
435 views
Trouble deciphering java class not visible from class loader error
I am trying to write some java code that will code the will get the Cocoa IKPictureTaker widget to load using Rococoa. I feel like I am getting closer now but I am getting an error and I am not quite ...
0
votes
1answer
695 views
Adding something to jna.library.path on OSX
I need to added a bin directory to jna.library.path to get Rococoa working on OSX but I can't seem to figure out how to do so. Inside java when I call System.getProperty("jna.library.path"); it ...