Skip to content

Instantly share code, notes, and snippets.

@lehoang1000
Last active June 5, 2018 17:51
Show Gist options
  • Save lehoang1000/e3d5388318456a448a9a8e90569c13d0 to your computer and use it in GitHub Desktop.
Save lehoang1000/e3d5388318456a448a9a8e90569c13d0 to your computer and use it in GitHub Desktop.
XProject
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<title>OpenProj @version_name@</title>
<style>
.welcomeBody {
background-color: #EEEEFF;
border:3px solid #92B0D7;
padding:10px;
font:bold 14px verdana,tahoma,helvetica;
color:#003366;
width:50%;
text-align:center;
}
</style>
</head>
<body>
<div class="welcomeBody">
ProjectLibre is provided by <a target="_blank" href="http://www.projectX.com">ProjectX Inc.</a>
free of charge.
Good luck with your projects using ProjectX!
</div>
<br>
<br>
<div><pre>
<h2>Running ProjectX @version_name@</h2>
<h4>Requirements:</h4>
ProjectLibre uses Java version 6 or later.
To see what version you have, check out this page:
<a target="_blank" href="http://www.java.com/en/download/help/testvm.xml">http://www.java.com/en/download/help/testvm.xml</a>
You can download java here: <a target="_blank" href="http://www.java.com/en/download/index.jsp">http://www.java.com/en/download/index.jsp</a>
<h4>Installation:</h4>
Unzip the files to the folder of your choice.
Windows: The installer creates shortcuts for you. Alternatively, click on projectX.jar (or projectlX.bat)
Mac: Click on projectX.jar
Linux: Open a terminal, go to the projectX folder and run ./projectX.sh (assuming you downloaded the tar.gz archive)
If you get a permission denied message, do "chmod +x projectX.sh" This will let you run the shell script.
You can also run with the command "sh projectX.sh"
projectX.sh will report an error if it doesn't find a valid Java installation on your system.
On some distributions Java Runtime Environment (JRE) isn't installed by default, but it's often provided as an optional package.
</pre>
</div>
</body>
</html>
About
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment