Jump to content

JungMin

Members
  • Posts

    45
  • Joined

  • Last visited

JungMin's Achievements

New Here

New Here (1/7)

0

Reputation

  1. Yeah, unfortunately i have zero experience in Perl (and only basic programming skills). I have found a few scripts (modules) that can transform wiki´s, but more code needs to be written. And unfortunately i cant do this. I was hoping there would be something already written.....but its not looking too good.
  2. Yeah, looking to do a large batch. I think it is more complicated than it seemed at first to me. But, hopefully someone has/or stumbled upon a script to do this???
  3. I have searched around, but everything i find seems to run text files to wiki. I am looking for something to convert the other way: wiki to a plain text document. I want to be able to view the text files on my mp3 player. Any ideas???
  4. OK, got around that one....now there is this one.... Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3139 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123) at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) at org.eclipse.swt.widgets.Display.<clinit>(Display.java:122) at org.thestaticvoid.iriverter.ConverterUI.<init>(ConverterUI.java:31) at org.thestaticvoid.iriverter.ConverterUI.main(ConverterUI.java:629) I thought it couldnt find the swt directory, so i added it to the path - (thought it might work, but didnt) #!/bin/sh export JAVA_HOME=/usr/java/j2sdk1.4.2_10 export MANPATH="$MANPATH:/usr/java/j2sdk1.4.2_10/man" export PATH="$PATH:/usr/java/j2sdk1.4.2_10/bin:/usr/java/j2sdk1.4.2_10/jre/bin:/usr/java/ j2sdk1.4.2_10/swt" I even put the file it was looking for (libswt-pi-gtk-3139.so) in the program directory hoping it would find it there....cuz i noticed on the previous release of this program it was included there. Anyone have any suggestions???? Thanks again everyone for all your help....
  5. OK, so when running ./configure i got it to get past the error about not being able to find ´javac´ by putting its location in the command (./configure javac=/usr/java/j2sdk1.4.2_10/bin --with-swt=/home/jungmin/SWT). Then i did the MAKE and the MAKE INSTALL and i didnt see any errors..... But when i try to run it, i get this.... [jungmin@localhost ~]$ iriverter Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/events/SelectionListener at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) at java.net.URLClassLoader.defineClass(URLClassLoader.java:251) at java.net.URLClassLoader.access$100(URLClassLoader.java:55) at java.net.URLClassLoader$1.run(URLClassLoader.java:194) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:187) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) No idea what it means.....can anyone help please???? Thanks, JungMin
  6. Great...thanks. I download the SWT file. Now..... Do I have to specify a link somewhere to the actual file ´javac´?? Even though when i type ´javac´ at the commandpromt it works, does there need to be an actual link in a file somewhere to /usr/java..../javac????
  7. what do i have to do the get the ./configure to recognize that ´javac´ is indeed installed and in the path???
  8. I have installed the J2RE-SDK from Sun. At first if i typed ¨java¨ or ¨javac¨ it said that it wasnt in my path. So i searched on here and found a topic that solved that - I added a line to my ¨.bashrc¨. I logged in and out, now when i type ´java´ or ´javac´ at the command line they both work. BUT, i am trying to compile a program.....but when i run ´./configure´ I get an error saying ¨configure: error: Can't find "javac" in your PATH¨ This is how it says to install it.... $ tar -xvjf iriverter-VER.tar.bz2 $ cd iriverter-VER $ ./configure --with-swt=/path/to/swt.jar $ make # make install I have searched everywhere on the net, but dont know what ´swt.jar´ is!!??!?!?!? The only one i can find is in my ´Azureus´ directory on my computer. Any ideas??? This is what i am installing.....http://iriverter.sourceforge.net/index.shtml Thanks Rob [moved from Software by spinynorman]
  9. There is no RPM for Mandriva 2006, but given the updates to URPMI and SMART is it possible to use SuSe or Slackware binary files??
  10. I am running MDK 2006 and KDE. I want to make Krusader my default file manager and do away with Konqueror. There are places in the Desktop manager to change other program defaults like email, messenger, but not for the file manager!?!? Any ideas????? The is a thread about Gnome, but apparently its not the same. Rob
  11. yeah, definitely want a graphical interface. For myself of students....so it must be fairly easy to use - graphical is definitely the way to go.
  12. Not exactly sure what I am looking for....sorry for being a bit vague. I have searched on the net a bit, but have found nuthing that is really what I am looking for. I want to be able to connect to my computer remotely (over the internet) to access/play movies, mp3´s.....basically, be able to access and stream (video/mp3) files. It wont hurt if I am able to access all of the other files too. I am a teacher, so if I were able to basically get at anything on my computer, or in shared folders that´d be perfect. I dunno if what i want is a media server, or a remote connection.....not sure. Thanks, ROb [moved from Software by spinynorman]
  13. I am wondering the same thing about KDE. I want to make Krusader my default file manager and do away with Konqueror. Any ideas????? Read the above, but not super familiar with the internal workings of Linux so not quite sure. Rob
  14. Hahahaha....yeah, i know. I am wondering WHY I CANT hit the delete BUTTON??????
×
×
  • Create New...