PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM20 generation java error
WM20 generation java error
Iniciado por guest, 26,jul. 2015 20:07 - 2 respuestas
Publicado el 26,julio 2015 - 20:07
I have installed WM20 on a win pro 7 machine and am having problems generating Android apps.

This is the text from the error:

Failure creating the Android application named .

Command Line: "C:\Program Files (x86)\Java\jdk1.6.0_45\in\javac.exe" -encoding UTF-8 -nowarn -source 1.5 -target 1.5 -d bin\classes -bootclasspath "C:\Android\android-sdk\platforms\android-19\android.jar" gen\com\coron\handv43\*.java src\com\coron\handv43\wdgen\*.java -classpath "libs;bin\classes;libs\android-support-v4.jar"


Error returned:
src\com\coron\handv43\wdgen\GWDFWIN_Assessments.java:14: package fr.pcsoft.wdjava.core.types does not exist
import fr.pcsoft.wdjava.core.types.*;

(then another 99 messages similar to the one above).

I have reinstalled WM20 (twice)

Any ideas?

Thanks

Pete
Publicado el 26,julio 2015 - 22:45
Hi. WM create a folder in C:\Users\\AppData\Local\Temp

When you use CClean or other clean programs, then them can delete this folder or the files in it, and then WM has this error.

Rubén
Publicado el 27,julio 2015 - 00:37
Thanks very much, Rubén.

It must be Bullguard cleaning up.

Cheers

Pete