Entries from April 2007

Stuff

  • Home
  • Blog
  • Gallery

Quicksearch

recent entries

Enabling the pen in Acrobat 6 via Keyboard Shortcut
Monday, June 25 2007
Opentype Fonts with Latex using xetex
Thursday, June 21 2007
"Installing" Lecturnity under Linux
Monday, April 2 2007
Bird of prey visiting Building 51
Wednesday, February 28 2007
Khaireels Joke of the Day
Wednesday, February 14 2007

Static Pages

Frontpage
Courses
Advanced Topics in Algorithms and Data Structures
Sommercampus
Sommercampus2006
Conferences
Multikonferenz Wirtschaftsinformatik
Course Evaluation
Course Evaluation WS2005/2006
Course Evaluation SS2006
Administration
Informations for Graduates
Informations for Students/Hiwis
The eLecture-Portal
eLecture-Passwords
Stuff
Logos
Security
Tips and Tricks
Cocoon I18N Tool
Contact Form

Archives

  • March 2010
  • February 2010
  • January 2010
  • Recent...
  • Older...

Blog Administration

Open login screen

Calendar

Back April '07 Forward
Mon Tue Wed Thu Fri Sat Sun
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

Gallery

ERROR: The HTTP server returned the error or the warning(result:404).

Categories

  • XML AD-Staff
  • XML Administration
  • XML Courses
  • XML Fotos
  • XML Students
  • XML Study
  • XML Stuff
  • XML Fun Mails
  • XML Khaireels Jokes


All categories

Monday, April 2. 2007

"Installing" Lecturnity under Linux

First, one has to download the Lecturnity Jar File. Then, i wrote this small shell-script (i called it "lecturnity-player") to start the lecturnity player with parameters:
#!/bin/sh

JAR="player170p6.jar"

# check Java Home and set it if not available (Gentoo-Version)
if [ -z "$JAVA_HOME" -o "$JAVA_HOME" = "" ]
then
        JAVA_HOME=`java-config --jre-home`
fi

$JAVA_HOME/bin/java -jar /opt/lecturnity/$JAR $@
If $JAVA_HOME is already set on your system (echo $JAVA_HOME) you don't need the JAVA_HOME-Check. chmod the File executable: chmod u+x lecturnity-player Then you can play lecturnity Files with lecturnity-player /path/to/file.lpd. One Remark: It is not possible to player the Video Versions under Linux (at least it does not work here, it simply plays them without Video). Using this with Firefox: Click on a link to a Lecturnity File and choose lecturnity-player in the "run with" Dialog. Then Lecturnity Files will automatically play when you click on a link (takes some time to start the player).
"Installing" Lecturnity ... Posted by Christoph Hermann in Students, Stuff at 08:47
Comments (0) Trackback (1)
Vote for articles fresher than 7 days!
Current karma: none, 0 vote(s) 3298 hits
Defined tags for this entry: ad-staff, lecturnity, linux, students, stuff
« previous page   (Page 1 of 1, totaling 1 entries)   next page »
Frontpage
 
© 2006 Christoph Hermann backup-script, no real image