LinPro Program for static and dynamic analysis of plane frames
Get source code following these steps:Install Eclipse
- On Windows install Java JDK from http://www.oracle.com/technetwork/java/javase/downloads and Eclipse IDE from http://www.eclipse.org/downloads
- On Ubuntu install Eclipse from Ubuntu Software Center
Get source code from sourceforge.net following these steps:
On the Eclipse main menu click on Window


Select Git

In the Eclipse main window new view is open.
Eclipse can use data from clipboard to fill into the following dialog window so copy the following line
into clipboard
git://git.code.sf.net/p/jlinpro/code
Click on Clone a Git repository.

Dialog window that is open should be filled with correct data.

Click Next. In the following window branch master should be selected, click Next again.

In the following window you may replace directory name code with jlinpro-code. Select Import all existing projects after clone finishes and click Finish.

After download of source files, open view Package Explorer .
You should have your own working copy of project jlinpro

Compile and run application
In Package Explorer view (be careful: NOT in Git Repositories)
expand main project tree, expand src tree, expand package main
Click with right mouse click on file MainWindow.java and click on
Run As Java Application
If everything worked well, you should see main application window.

Open file mydata/dyn_example1.lscr by selecting it in combobox with list of files and click on button Run Dynamic

If you get response time history diagram calculation is successful.
If you are new with Eclipse
- Use F3 to jump to variable or function declaration,
- Make sure that Java perspective is switched on and that Package Explorer is opened.

Command glossary
Get jlinpro command glossary here:PDF jlinpro-command-glossary-ver04.pdf
Browse source code
Browse the source code in the repository:http://sourceforge.net/p/jlinpro/code/ci/master/tree
Features to be implemented
- Plotting mode shapes is not implemented yet. (modal analysis results are printed on system output),
- Until now I have implemented only concentrated force, uniform load, general lateral load on beam and temperature load...
- Plotting response time history diagram for beams is not implemented,
- User interface is too simplistic for now. Data are read from text file (see directory mydata for examples). I am going to implement more user friendly user interface.