Menu

Installing 0.3b

2001-06-02
2001-07-23
  • Al Arduengo

    Al Arduengo - 2001-06-02

    I hate to seem stupid but I can't seem to get 0.3b running. I set VIDE_HOME but it does no good whether I run rv, vide or vide_wrapper. Am I missing something?

    Thanks for the help!

     
    • David Colson

      David Colson - 2001-06-14

      I have the same problem. You are not alone. I get the following response:

      C:\vIDE-0.3b\bin>vide
      ######################################################
      #                                                    #
      # vIDE super startup script for all win32 platforms  #
      # Copyright (C) The vIDE Team.                       #
      #          FUCK U LUCI !                             #
      ######################################################

      C:\vIDE-0.3b\bin>java -Dvide.home=. ide.vide
      Exception in thread "main" java.lang.NoClassDefFoundError: ide/vide

      C:\vIDE-0.3b\bin>

       
      • Lucian Felix Ghita

        Sorry, we are the idiots  :o)

        Directory structure was modified in 0.3b and java classes were moved into vIDE.jar . These changes was not finalized so this so called "release" is not ready yet.

        BUT, if u still want to run it, do this stuff:
        -unpack the jar file in vide directory (it's a simple zip file)
        -move the vide.bat from the \bin directory in vide root.

        this should do. 
        but remember this version is far from stable.

         
        • David Colson

          David Colson - 2001-07-23

          I did as you said. I unzip the jar into vIDE-0.3b and moved the vide.bat to this directory but got the following message

          C:\vIDE-0.3b>vide
          ######################################################
          #                                                    #
          # vIDE super startup script for all win32 platforms  #
          # Copyright (C) The vIDE Team.                       #
          #          FUCK U LUCI !                             #
          ######################################################

          C:\vIDE-0.3b>java -Dvide.home=. ide.vide
          Exception in thread "main" java.lang.NoClassDefFoundError: ide/vide

          C:\vIDE-0.3b>

           
    • David Colson

      David Colson - 2001-07-23

      This is what i finally did: I guess it needed the class path for the vide.jar file.

      C:\vIDE-0.3b>vide
      ######################################################
      #                                                    #
      # vIDE super startup script for all win32 platforms  #
      # Copyright (C) The vIDE Team.                       #
      #          FUCK U LUCI !                             #
      ######################################################

      C:\vIDE-0.3b>java -cp c:\vide-0.3b\lib\vide.jar -Dvide.home=. ide.vide
      user.dir = C:\vIDE-0.3b
      vide.home = .
      Starting vide...

       

Log in to post a comment.

MongoDB Logo MongoDB