Opened 19 years ago
Last modified 19 years ago
#55 closed defect (fixed)
doPlot script does not work under Linux
Reported by: | jakesson | Owned by: | jakesson |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | jakesson, Adrian Pop |
Description
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Added information in README.Cygwin.or.Linux on how to plot on Linux
and a new script doPlot.Linux in revision 2175!
Note:
See TracTickets
for help on using tickets.
After compiling OpenModelica I could not plot simulation result. The reason is
that the script Compiler/scripts/doPlot does not work properly, at least not
with my compilation. This one does:
#!/bin/sh
exec java -classpath .:$OPENMODELICAHOME/Compiler/VC7/Setup/ptplot.jar
ptolemy.plot.plotml.EditablePlotMLApplication $1 &