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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ! #
######################################################
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!
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>
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.
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>
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...