[Migrated content. Thread originally posted on 15 November 2011]
Hello,I want to create a Cobol JVM remote project from Visual Cobol Eclipse.. Is it not possible?
Visual Cobol Eclipse only have the option to create a Cobol Native remote project...
I've tried one way to do this...
-I create the Cobol JVM Project
-I copied it to antoher folder
-I removed it from my workspace
-I imported it to my workspace with the option "Convert Local COBOL Projects to Remote Projects"
But when the "Development Hub" build the project, it returns error:
cfg.New_Configuration:
[cobol]
[cobol] Compiling Arrays.cbl...
[cobol] Error[18]: No license code is available for feature SolarManagedCheckerPE on host 127.0.0.1.
[cobol] *1507-U
[cobol] Illegal command line
[cobol] cob32: error(s) in compilation: /MNG/DESA/FUENTES/EQBASE/visual_cobol/Arrays/src/Arrays.cbl
[cobol] Compilation complete with 0 errors, 0 warnings, 0 notices and an exit code of 16
Is there any solution??
Thank you