View Issue Details

IDProjectCategoryView StatusLast Update
0000742Ecere SDKbuildsystempublic2016-04-19 05:29
Reporterredj Assigned To 
PriorityimmediateSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product Version0.44 Ryoan-ji 
Target Version0.46 eC II 
Summary0000742: support java
Descriptionadd Java to the supported languages in the IDE / build system
this is what we need to compile .java files:

javac -d [output dir] -classpath [classpath dir] -sourcepath [sourcepath dir] source.java

We can also add support for jarring as the linking process:

jar -cf [where to put the jar] -C [path containing all the classes]
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-04-14 00:06 redj New Issue
2012-04-14 00:06 redj Status new => assigned
2012-04-14 00:06 redj Assigned To => redj
2012-04-14 00:41 jerome Description Updated
2012-04-14 00:42 jerome Description Updated
2013-04-24 20:24 jerome Assigned To redj =>
2013-04-27 06:08 redj Status assigned => new
2016-04-19 05:29 jerome Target Version 0.44.12 Fixes => 0.46 eC II