Are you getting an exception similar to the following:
java version is : 1.6.0_21
Deleting the out-of-date tmp files, please wait...
Delete the out-of-date tmp files OK!
Emulator Home : C:\Embedded_Software_Architecture_Emulator_12.00b\emulator
cvmPath: /C:/Embedded_Software_Architecture_Emulator_12.00b/dsdk\mnt/sd2/
cvmPath_Emulator: /C:/Embedded_Software_Architecture_Emulator_12.00b/emulator/resource\
dsdk.home: /C:/Embedded_Software_Architecture_Emulator_12.00b/dsdk\mnt/sd2/sdk\16975872
jp.co.ricoh.dsdk.loadLibrary: false
Local Port Is Inspecting!
Exception in thread "main" java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge
at java.awt.Toolkit.loadAssistiveTechnologies(Unknown Source)
at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
at java.awt.Window.getToolkit(Unknown Source)
at java.awt.Window.init(Unknown Source)
at java.awt.Window.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at javax.swing.JFrame.<init>(Unknown Source)
at jp.co.ricoh.dsdk.emulator.MachineTypeSelector$MachineTypeSelectorDialog.<init>(MachineTypeSelector.java:203)
at jp.co.ricoh.dsdk.emulator.MachineTypeSelector.getUserSelection(MachineTypeSelector.java:142)
at jp.co.ricoh.dsdk.emulator.MachineTypeSelector.select(MachineTypeSelector.java:80)
at jp.co.ricoh.dsdk.emulator.MachineTypeSelector.selectType(MachineTypeSelector.java:52)
at jp.co.ricoh.dsdk.emulator.Emulator.setMachineType(Emulator.java:1127)
at jp.co.ricoh.dsdk.emulator.Emulator.main(Emulator.java:213)
If so, try the following two suggestions to solve the problem:
- Remove accessibility.properties from C:\Embedded_Software_Architecture_Emulator_12.00b\Java\jre1.6.0_21\lib
- Close setting as Comment out below line in accessiblity.properties. #assistive_technologies=com.sun.java.accessibility.AccessBridge
Problem: Typically the issue is that the accessibility.properties file has been imported into the JRE and cuases this issue.