User Tools

Site Tools


linuxinstall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
linuxinstall [2008/01/23 09:16]
76.100.119.159 created
linuxinstall [2008/01/23 09:17]
76.100.119.159
Line 5: Line 5:
 ====== Details ====== ====== Details ======
  
-Step 1: Install Blackdown'​s JDK libraries.+**Step 1:** Install Blackdown'​s JDK libraries.
  
   sudo apt-get install j2sdk1.4   sudo apt-get install j2sdk1.4
  
-Step 2: Download JavaComm API (this allows java to communicate with your serial ports)+**Step 2:** Download JavaComm API (this allows java to communicate with your serial ports)
 *Note: This is a tarball I created of the necessary files. If you want to register at Sun.com and download the whole thing, go ahead. *Note: This is a tarball I created of the necessary files. If you want to register at Sun.com and download the whole thing, go ahead.
  
Line 15: Line 15:
   tar -xvf javacomm.tar.gz   tar -xvf javacomm.tar.gz
  
-Step 3: Place comm files in appropriate directories+**Step 3:** Place comm files in appropriate directories
  
   sudo mv javax.comm.properties /​usr/​lib/​j2se/​1.4/​jre/​lib   sudo mv javax.comm.properties /​usr/​lib/​j2se/​1.4/​jre/​lib
Line 21: Line 21:
   sudo mv libLinuxSerialParallel_g.so libLinuxSerialParallel.so /​usr/​lib/​j2se/​1.4/​jre/​lib/​i386   sudo mv libLinuxSerialParallel_g.so libLinuxSerialParallel.so /​usr/​lib/​j2se/​1.4/​jre/​lib/​i386
  
-Step 4: Download DSMLink application file+**Step 4:** Download DSMLink application file
  
   wget http://​www.dsmlink.com/​dsmlink.jar   wget http://​www.dsmlink.com/​dsmlink.jar
  
-Step 5: Create space for DSMLink+**Step 5:** Create space for DSMLink
  
   mv dsmlink.jar /opt/   mv dsmlink.jar /opt/
  
-Step 6: Create code for launcher+**Step 6:** Create code for launcher
  
   sudo gedit /​usr/​bin/​dsmlink.sh   sudo gedit /​usr/​bin/​dsmlink.sh
Line 37: Line 37:
   cd /opt java -jar dsmlink.jar   cd /opt java -jar dsmlink.jar
  
-Step 7: Create a launcher.+**Step 7:** Create a launcher.
  
   sudo gedit /​usr/​share/​applications/​DSMLink.desktop   sudo gedit /​usr/​share/​applications/​DSMLink.desktop
Line 52: Line 52:
   Categories=Application;​Other;​   Categories=Application;​Other;​
  
-Step 8: Refresh your panel:+**Step 8:** Refresh your panel:
  
   sudo killall gnome-panel   sudo killall gnome-panel
  
-Step 9: There is no Step 9+**Step 9:** There is no Step 9
  
 Happy tuning! Happy tuning!
linuxinstall.txt ยท Last modified: 2024/03/15 11:16 (external edit)