You don't need superuser rights or experience to install DVT!!!
You don't need root, admin etc. rights in order to install Eclipse and DVT. It can be done in your home directory, using simple unzip operations. You don't have to compile anything.
System Requirements
- OS (32 or 64): Linux, Windows, Solaris
- Java: 1.6 or newer - we'll guide you here, you don't have to visit other sites
- Eclipse: 3.4 - we'll guide you here, you don't have to visit other sites
Installation
There are several ways to install DVT, tailored to match your experience level or access constraints:
- quickly from a pre-packaged Eclipse distribution which includes Java and DVT
- from the update site
- from the archive, for example if you are behind a firewall
Notes
-
To avoid unexpected crashes, it is recommended to edit the eclipse.ini file in the eclipse directory and add the missing lines (see below)
Explanations:
--launcher.XXMaxPermSize 256m
-vmargs
// Add line below to avoid slowness or being stuck on some platforms with printing issues
-Dorg.eclipse.swt.internal.gtk.disablePrinting
// Add lines below to avoid crashes on some platforms (bugs in Java)
-XX:CompileCommand=exclude,ro/amiq/edt/ui/editor/rules/EMethodRule,evaluate
-XX:CompileCommand=exclude,ro/amiq/edt/ui/editor/rules/ECommentTaskRule,evaluate
-XX:CompileCommand=exclude,ro/amiq/vlogdt/ui/editor/rules/VlogCommentTaskRule,evaluate
-XX:CompileCommand=exclude,ro/amiq/vlogdt/ui/editor/rules/VlogCombinedWordRule,evaluate
-XX:CompileCommand=exclude,ro/amiq/vhdldt/ui/editor/rules/VhdlCommentTaskRule,evaluate
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
// Initial Heap Space
-Xms128m
// Max Heap Space
// Increase if you get "Out of memory error: heap space"
-Xmx1024m
// Stack Size
// Decrease if you get "Out of memory error: unable to crate new native thread."
// Increase if you get "Out of memory error: stack overflow."
-Xss1m
