0
votes
0answers
16 views
How to run java application bundled to .app on Mac OS X in 32 bit mode?
I have written a java application on win vista, it uses Bonjour and works fine. When I run it on Mac OS X 10.5.8 with all updates installed as a .jar file it runs perfectly too. But when I create a …
0
votes
0answers
7 views
OS X Services Bundle
I'm trying to build a standalone service for Snow Leopard. It builds just fine, it shows up in the services menu, but when I try to run it, the executable is not recognized (it reports a Bash error …
0
votes
1answer
7 views
New URLStreamHandlers in glassfish
I have a legacy application that I'm trying to port to Java EE. Presently this application calls URL.setURLStreamHandlerFactory() to register some custom URL protocol handlers. This call fails under …
3
votes
6answers
83 views
How to distribute native perl scripts without custom module overhead?
How can someone distribute native (non-"compiled/perl2exe/...") Perl scripts without forcing users to be aware of the custom (non-CPAN) modules that the scripts needs in order to run?
The problem is …
0
votes
2answers
65 views
How to externalize a Spring MessageSources bundle outside the WAR
Hi,
I have to externalize the Spring MessageSources bundle for i18n support (properties files) outside the classpath in order to modify properties more easily. How can I do that ?
<bean …
1
vote
1answer
49 views
Bundle additional executables with py2exe
I have a python script that calls out to two Sysinternals tools (sigcheck and accesschk). Is there a way I can bundle these executables into a py2exe so that subprocess.Popen can see it when it runs?
…
0
votes
2answers
48 views
OSGi: programmitically add imports to a bundle
How can I add packages to a bundle's import from within code? I need it since I use libraries which rely on reflection and require other packages and I don't want to need to manually add those …
0
votes
3answers
267 views
How to send parameters from a notification-click to an activity?
Hi
I can find a way to send parameters to my activity from my notification.
I have a service that creates a notification. When the user clicks on the notification i want to open my main activity …
0
votes
1answer
94 views
grails create a new resource bundle
Hi,
I'd like to create another resource bundle to organize my Grails app. Grails provides a 'messages' resource bundle and I need to create a 'myApp' resource bundle.
How can I create a new resource …
0
votes
1answer
102 views
iPhone: Change application Bundle files
hi all,
in my application bundle, there are a XML file. i want to change this XML with other XMl file which have same name (without open Xcode). so i want to ask that whether there are any problem …
0
votes
2answers
83 views
How to get classloader for a bundle in equinox?
How can I get the classloader for a osgi bundle in eclipse equinox setup.
Thanks,
Suraj
0
votes
1answer
22 views
Equinox Bundle import conflict
1) Bundle A reexports package com.X, which it gets from bundle C
2) Bundle B exports package com.X
3) Now bunlde D has dependency on both A and B.
From where will the bundle D get the package …
0
votes
1answer
142 views
Application bundle Mac OS X Leopard
I had a working application bundle on Mac OS X Tiger. I was easily able to just replace the jar file and everything worked as i made changes. I take that app bundle now, and when it is on Leopard, I …
0
votes
2answers
101 views
How are objects defined in an XIB file and how are they created at runtime?
I've just purchased a Mac and am beginning to explore software development using Cocoa and Objective-C using XCode in Snow Leaped having come from a strong Microsoft and C# backgrund
All of the …
0
votes
0answers
46 views
Cannot connect to a modified (bundled and registered) Amazon AMI
Hi all,
I am having problems connecting to an AMI that I created by modifying an existing linux ami, bundling it and registering it. Heres what I did -
Launch existing CentOS AMI (ami-cb52b6a2) - …
