Openlca For Mac
The openLCA project will create, in the coming 1. Download openLCA by GreenDeltaTC GmbH
Publisher: | GreenDeltaTC GmbH |
License: | Shareware |
Price: | USD $0.00 |
Filesize: | 70.2 MB |
Date Added: | 09/16/2012 |
Trusted Windows (PC) download openLCA 1.4.0. Virus-free and 100% clean download. Get openLCA alternative downloads. 2 Download & Installation. OpenLCA is available for Mac, Linux and for both 32 bit and 64 bit Windows version. Installation procedure varies for.
The openLCA project will create, in the coming 1.5 years, a modular software for life cycle analysis and sustainability assessments. The software will be available as open source, and will be available for free. Initially, a basic framework for..
Read more
PCWin Note: openLCA 1.2 download version indexed from servers all over the world. There are inherent dangers in the use of any software available for download on the Internet. PCWin free download center makes no representations as to the content of openLCA version/build 1.2 is accurate, complete, virus free or do not infringe the rights of any third party. PCWin has not developed this software openLCA and in no way responsible for the use of the software and any damage done to your systems. You are solely responsible for adequate protection and backup of the data and equipment used in connection with using software openLCA.
Platform:
Category: Software Development / Misc. Programming
Download Homepage Report Error
This repository contains the source code of openLCA.openLCA is a Java application that runs on the Eclipse Rich Client Platform(Eclipse RCP). Thisproject depends on the olca-modulesproject which is a plain Maven project that containsthe core functionalities of openLCA (e.g. the model, database access,calculations, data exchange, and database updates).
This repository has the following sub-projects:
- olca-app: contains the source code of the openLCA RCPapplication.
- olca-app-build: contains the build scripts for compilingopenLCA and creating the installers for Windows, Linux, and macOS.
- olca-app-html: contains the source code for the HTML viewsin openLCA (like the start page or the report views).
- olca-refdata: contains the current reference data (units,quantities, and flows) that are packaged with openLCA.
See also the README files that are contained in these sub-projects.
Building from source
openLCA is an Eclipse RCP application with parts of the user interface writtenin HTML5 and JavaScript. To compile it from source you need to have thefollowing tools installed:
- Git (optional)
- a Java Development Kit v8
- the Eclipse package for RCP developers
Excel meal planner template. When you have these tools installed you can build the application from sourcevia the following steps:
Install the openLCA core modules
The core modules contain the application logic that is independent from the userinterface and can be also used in other applications. These modules are plainMaven projects and can be installed via mvn install
. See theolca-modules repository for moreinformation.
Get the source code of the application
We recommend that to use Git to manage the source code but you can also downloadthe source code as a zip file.Create a development directory (the path should not contain whitespaces):
and get the source code:
Your development directory should now look like this:
Building the HTML pages
To build the HTML pages of the user interface navigate to theolca-app-html folder:
Then install the Node.js modules via npm (npm is apackage manager that comes with your Node.js installation):
This also installs a local version of webpack
which is used to create thedistribution package. The build of this package can be invoked via:
The output is generated in the dist
folder of this directory and packagedinto a zip file that is copied to the ./olca-app/html
folder.
Prepare the Eclipse workspace
Download the current Eclipse package for RCP and RAP developers (to haveeverything together you can extract it into your development directory). Createa workspace directory in your development directory (e.g. under the eclipsefolder to have a clean structure):
After this, open Eclipse and select the created workspace directory. Import theprojects into Eclipse via Import > General > Existing Projects into Workspace
(select the olca/olca-app
directory). You should now see the olca-app
,olca-app-build
, projects in your Eclipse workspace.
Loading the target platform
The file platform.target
in the olca-app
project contains the definition ofthe target platformof the openLCA RCP application. Just open the file with the Target Editor
and click on Set as target platform
on the top right of the editor.
This will download the resources of the target platform into your localworkspace and, thus, may take a while. Unfortunately, setting up andconfiguring Eclipse can be quite challenging. If you get errors likeUnable locate installable unit in target definition
,this discussionmay help.
Copy the Maven modules
Go back to the command line and navigate to theolca-app/olca-app
folder:
and run
This will copy the installed openLCA core modules and dependencies (see above)to the folder olca-app/olca-app/libs
.
Test the application
Refresh your Eclipse workspace (select all and press F5
). Open the fileolca-app/openLCA.product within Eclipse and clickon the run icon inside the openLCA.product
tab. openLCA should now start.
N64 ocarina of time walkthrough. If you want to build an installable product, see the description in theolca-app-build sub-project or simply use the Eclipse exportwizard (Export/Eclipse product).
Build the database templates
The openLCA application contains database templates that are used when the usercreates a new database (empty, with units, or with all reference data). Thereis a Maven project olca-refdata
that creates these database templates andcopies them to the olca-app/olca-app/db_templates
folder from which openLCAloads these templates. To build the templates, navigate to the refdata projectand run the build:
License
Unless stated otherwise, all source code of the openLCA project is licensedunder the Mozilla Public License, v. 2.0. Pleasesee the LICENSE.txt file in the root directory of the source code.