~tapaal-contributor/tapaal/notes-hides-namelabels-1848947

« back to all changes in this revision

Viewing changes to run-tapaal-j7.sh

  • Committer: Jiri Srba
  • Date: 2013-03-07 14:30:30 UTC
  • mto: (746.2.11 nativeFileDialog)
  • mto: This revision was merged to the branch mainline in revision 756.
  • Revision ID: srba@cs.aau.dk-20130307143030-4mb8yjfo7fw1vpgd
upated the Makefile to work for Java 7, removed unused import from GuiFrame.java and added two scripts for running tapaal (on Mac) on Java 6 and Java 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
(cd release-version; java -Dapple.laf.useScreenMenuBar=true -Dcom.apple.mrj.application.apple.menu.about.name="TAPAAL" -Xdock:name="TAPAAL" -Xdock:icon=../src/resources/Images/tapaal-icon.png -cp .:* TAPAAL)