Desktop crashes after clicking on Copy It!/Paste It!

Issue #52 resolved
Martijn Vriessen created an issue

Desktop crashes after clicking on Copy It!/Paste It!

#!

Loading settings...
package net.mms_projects.copyit
GET
http://copyit.dev.mms-projects.net/api/clipboard-data/1.json?device_id=8c8eb5b3-7a9a-449b-a22d-52af11df8615&device_password=101gpjsf6lp7kkpdpj4c8879c7
Exception in thread "main" java.lang.ExceptionInInitializerError
    at net.mms_projects.copyit.ui.swt.TrayEntry$3.handleEvent(TrayEntry.java:138)
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
    at net.mms_projects.copyit.ui.SwtGui.open(SwtGui.java:69)
    at net.mms_projects.copyit.app.CopyItDesktop.run(CopyItDesktop.java:81)
    at net.mms_projects.copyit.app.CopyItDesktop.main(CopyItDesktop.java:24)
Caused by: java.util.MissingResourceException: Can't find bundle for base name raw.messages, locale nl_NL
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
    at net.mms_projects.copyit.Messages.<clinit>(Messages.java:10)
    ... 8 more

Comments (2)

  1. Marlin Cremers

    Added the android resources as source folder in the desktop project - fixes #52

    This makes sure the Android resources can be loaded when running from Eclipse

    → <<cset 6caaaf8ca4c8>>

  2. Log in to comment