Android Question Designer Scripts Problem

irobots

Member
Hello,
I recently started getting my layout in order but every time I write something in the Designer Scripts and then run the program onto my device I get this error:

Compiling generated Java code. Error
javac 1.7.0_25
javac: file not found: src\b4a\example\designerscripts\*.java
Usage: javac <options> <source files>
use -help for a list of possible options

Am I doing anything wrong or do I need to add something? Thank you for the responses.
 

Theera

Well-Known Member
Licensed User
Longtime User
Perhaps,you need to reinstall a new JDK, and configure a new the path.
 
Upvote 0
Top