it seems that in openjdk no longer has classes stored as .jar files. The same is true of Oracle's JDK since JDK 9. Does anyone know if there is a straightforward way to fix cgsuite-1.1.1.sh to accomodate this change in Java?
it seems that in openjdk no loinger has classes stored as .jar files. The same is true of Oracle's JDK since JDK 9. Does anyone know if there is a straightforward way to fix cgsuite-1.1.1.sh to accomodate this change in Java?
looking inside cgsuite-1.1.1.sh and running it with --verbose I think the issue is that the installer is looking for one of the following files: dt.jar jce.jar charsets.jar rt.jar but it seems that none of the javas I have installed contain these files. I am not sure if this is a problem with my java install or if more recent versions of java have changed the names of these files.
looking inside cgsuite-1.1.1.sh and running it with --verbose I think the issue is that the installer is looking for one of the following files: dt.jar jce.jar charsets.jar rt.jar but it seems that non of the javas I have installed contain these files. I am not sure if this is a problem with my java install or if more recent versions of java have changed the names of these files.
I am running Ubuntu 19.10 with three java alternatives: java-11-openjdk-amd64, java-13-oracle, java-14-oracle. With any of these set as my system java, when I run cgsuite-1.1.1.sh I get the following message Configuring the installer... Searching for JVM on the system... Java SE Development Kit (JDK) was not found on this computer JDK 7 is required for installing CGSuite. Make sure that the JDK is properly installed and run installer again. You can specify valid JDK location using --javahome installer...
I have no done a Windows install and can verify that the littlke button is working...
I have just installed Ubuntu 14.04 on my Dell Latitude XT2. Everything seems to be...
I have just installed Ubuntu 14.04 on my Dell Latitude XT2. Everything seems to be...