Skip to content

Instantly share code, notes, and snippets.

@jonorsky
Last active January 8, 2019 11:55
Show Gist options
  • Save jonorsky/5e39704a0f50b8c473d4c80738211931 to your computer and use it in GitHub Desktop.
Save jonorsky/5e39704a0f50b8c473d4c80738211931 to your computer and use it in GitHub Desktop.
% -- Start of Template --
\begin{flushleft} {\Large \textbf{activity\_s.php} } \end{flushleft}
{\footnotesize
\begin{lstlisting}
<meta charset='utf-8' />
<link href='<?php echo base_url();?>assets/fullcalendar/css/
fullcalendar.css' rel='stylesheet' />
<link href="<?php echo base_url();?>assets/fullcalendar/css/
bootstrapValidator.min.css" rel="stylesheet" />
<link href="<?php echo base_url();?>assets/fullcalendar/css/
bootstrap-colorpicker.min.css" rel="stylesheet" />
<link href="<?php echo base_url();?>assets/fullcalendar/css/
custom.css" rel="stylesheet" />
<style type="text/css">
hr {
background: #ff9600;
height: 3px;
border: 0;
}
.popover {
z-index: 1030;
}
</style>
\end{lstlisting}
}
% --End of Template--
How to Run Project:
In Spring Tool Suite (STS)
1. File > Import > Expand General> Choose Existing Projects into Workspace
2. Select root directory: *path of the project folder > Finish
3. Find Markers
*If you cant find your Markers, click Window > Show View > Marker
4. Right click the Project and click Properties
5. Click Java Build Path
6. Select "JRE System Library[JavaSE-10] (unbound)" and Remove it
7. In Classpath click Add Library > JRE System Library > Workspace default JRE
8. Apply
9. Switch to Java Compiler
10. In Compiler compliance level select 1.8
11. Apply and Close
In Marker it must show "Faceted Project Problem (Java Version Mismatch)" Error
1. Expand it and choose "Java compiler level does not match the version of the installed Java project facet."
2. Rigth click and choose Quick Fix
3. Choose Change Java Project facet version to Java (Your Java Version)
4. Right click and run it to Pivotal tc Server Developer Edition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment