You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
I downloaded and imported into the Eclipse the latest version of JDE Samples from Github repositories. Unfortunately, some projects cannot be build because of errors. I attach below errors details and proposed solution.
Project: PreprocessorDemo
Source file: PreprocessorDemoScreen.java
Error Message: '#endif' missing
Solution: add #endif command after import packages with touch API
Project: CommunicationAPIDemo
Source file: Utils.java, FullWidthButton.java
Error Message: Syntax error on token(s), misplaced construct(s)
Solution: Utils.java and FullWidthButton.java files are corrupted. They need to be replaced with appropriate files from JDE IDE.
Project: CommunicationAPILocalHelper
Source file: Utils.java, FullWidthButton.java
Error Message: Syntax error on token(s), misplaced construct(s)
Solution: Utils.java and FullWidthButton.java files are corrupted. They need to be replaced with appropriate files from JDE IDE.
Project: FMRadioDemo
Source file: FMRadioDemoPlayer.java
Error Message: FmTunerControl cannot be resolved to a type
Solution: FMTunerControl package is not imported. Add import net.rim.device.api.amms.control.fmradio.FmTunerControl; in the imports section.
Regards,
Maciek
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I downloaded and imported into the Eclipse the latest version of JDE Samples from Github repositories. Unfortunately, some projects cannot be build because of errors. I attach below errors details and proposed solution.
Project: PreprocessorDemo
Source file: PreprocessorDemoScreen.java
Error Message: '#endif' missing
Solution: add #endif command after import packages with touch API
Project: CommunicationAPIDemo
Source file: Utils.java, FullWidthButton.java
Error Message: Syntax error on token(s), misplaced construct(s)
Solution: Utils.java and FullWidthButton.java files are corrupted. They need to be replaced with appropriate files from JDE IDE.
Project: CommunicationAPILocalHelper
Source file: Utils.java, FullWidthButton.java
Error Message: Syntax error on token(s), misplaced construct(s)
Solution: Utils.java and FullWidthButton.java files are corrupted. They need to be replaced with appropriate files from JDE IDE.
Project: FMRadioDemo
Source file: FMRadioDemoPlayer.java
Error Message: FmTunerControl cannot be resolved to a type
Solution: FMTunerControl package is not imported. Add import net.rim.device.api.amms.control.fmradio.FmTunerControl; in the imports section.
Regards,
Maciek
The text was updated successfully, but these errors were encountered: