Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with AppleCommander

30 views
Skip to first unread message

Steven Hirsch

unread,
Jun 2, 2012, 4:30:35 PM6/2/12
to
My usual luck with Java strikes again. I'm unable to import a file into a
valid ProDOS 140k image.

When I push the button, I get:

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.webcodepro.applecommander.ui.AppleCommander.launchSwtAppleCommander(Unknown Source)
at com.webcodepro.applecommander.ui.AppleCommander.main(Unknown Source)
Caused by: java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key ImportErrorTitle
at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
at java.util.ResourceBundle.getString(ResourceBundle.java:334)
at com.webcodepro.applecommander.util.TextBundle.get(Unknown Source)
at
com.webcodepro.applecommander.ui.swt.DiskExplorerTab.importFiles(Unknown Source)
at
com.webcodepro.applecommander.ui.swt.DiskExplorerTab$49.widgetSelected(Unknown
Source)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at
com.webcodepro.applecommander.ui.swt.SwtAppleCommander.launch(Unknown Source)
at
com.webcodepro.applecommander.ui.swt.SwtAppleCommander.launch(Unknown Source)

Tried several different versions of AC - same thing.

John B. Matthews

unread,
Jun 2, 2012, 11:22:53 PM6/2/12
to
In article <gMmdnWFP2ch26lfS...@giganews.com>,
Steven Hirsch <snhi...@gmail.com> wrote:

> My usual luck with Java strikes again. I'm unable to import a file into a
> valid ProDOS 140k image.

I just tried AppleCommander-1.3.5.11.jar and AppleCommander-1.3.5.8.jar
on Ubuntu 10/OpenJDK. I imported some text (TXT) and an Applesoft (BAS)
program. It looks like the resources are there:

$ jar tf AppleCommander.jar | grep TextBundle
com/webcodepro/applecommander/util/TextBundle.class
com/webcodepro/applecommander/util/TextBundle.properties

Anything else to go on?

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>

Steven Hirsch

unread,
Jun 3, 2012, 10:30:49 AM6/3/12
to
On 06/02/2012 11:22 PM, John B. Matthews wrote:
> In article <gMmdnWFP2ch26lfS...@giganews.com>,
> Steven Hirsch <snhi...@gmail.com> wrote:
>
>> My usual luck with Java strikes again. I'm unable to import a file into a
>> valid ProDOS 140k image.
>
> I just tried AppleCommander-1.3.5.11.jar and AppleCommander-1.3.5.8.jar
> on Ubuntu 10/OpenJDK. I imported some text (TXT) and an Applesoft (BAS)
> program. It looks like the resources are there:
>
> $ jar tf AppleCommander.jar | grep TextBundle
> com/webcodepro/applecommander/util/TextBundle.class
> com/webcodepro/applecommander/util/TextBundle.properties
>
> Anything else to go on?

Ok, I think the issue was insufficient space on the target ProDOS diskette
image. The command line tool flagged this error and exited gracefully. The
GUI just blows up with the traceback.



John B. Matthews

unread,
Jun 3, 2012, 9:37:57 PM6/3/12
to
In article <wPydneruxtqH6FbS...@giganews.com>,
Ah, good to know; thanks. The command line functions and the JUnit
regression tests operate at about the same level, so this problem may
have remained latent for some time.
0 new messages