thanks On Fri, Jul 6, 2018 at 2:57 PM, Alexandre Rusev <[email protected]> wrote:
> OpenJDK may be sometimes slightly deviate from java standards. > As far as I noticed Swing GUI is one of most sencitive parts where > deviation could break > program functioning. > > Electric seams to not use Swing, but uses only AWT instead. > > Yet reference implementations of Java are available from Sun/Oracle at: > http://www.oracle.com/technetwork/java/javase/downloads/index.html > > They are typically most close to written standards. > > > [1] download JDK1.8 from oracle.com > [2] unpack it say into /opt/jdk1.8 (archive for unpacking is usually > available for download) > [3] make know your terminal where to look it for > export PATH=/opt/jdk1.8/bin:$PATH > (you can add this line to your local profile > /home/myusername/.bashrc to make it > remember PATH) > [4] cd <directory where your electricBinary-9.07.jar is located> > [5] java -jar electricBinary-9.07.jar > > > Either you are using OpenJDK or OracleJDK you can ask your command > line which executable "java" it uses, run following command: > > $ which java > /usr/bin/java > > command line will be using the one preceeding in PATH environment variable > > ask your command line which valu having variable PATH: > > $ echo $PATH > /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games > > You can choose which java to use just adding it's location first to > PATH variable. > > > > > > > > > > > > > > On 7/6/18, [email protected] <[email protected]> > wrote: > > ============================================================ > ================= > > Today's topic summary > > ============================================================ > ================= > > > > Group: [email protected] > > Url: > > > > https://groups.google.com/forum/?utm_source=digest&utm_ > medium=email#!forum/electricvlsi/topics > > > > > > - how instal electric in linux [6 Updates] > > http://groups.google.com/group/electricvlsi/t/cff3d3e11c45c72f > > > > > > ============================================================ > ================= > > Topic: how instal electric in linux > > Url: http://groups.google.com/group/electricvlsi/t/cff3d3e11c45c72f > > ============================================================ > ================= > > > > ---------- 1 of 6 ---------- > > From: Guru Murthy <[email protected]> > > Date: Jul 05 02:13AM -0700 > > Url: http://groups.google.com/group/electricvlsi/msg/9997d37b86304 > > > > im new user to linux so how to instal electric file to linux > > > > > > ---------- 2 of 6 ---------- > > From: Sanjeev Gupta <[email protected]> > > Date: Jul 05 08:31PM +0530 > > Url: http://groups.google.com/group/electricvlsi/msg/99b5b3794abee > > > > Install right java version... > > > > then just type on command line java -jar /path/electric------.jar tool > > will open. > > > > > > -- > > Thanks > > Sanjeev > > > > > > ---------- 3 of 6 ---------- > > From: Guru Murthy <[email protected]> > > Date: Jul 05 08:41PM +0530 > > Url: http://groups.google.com/group/electricvlsi/msg/99c6e13da3243 > > > > Path means where the electric is there or command > > > > > > > > ---------- 4 of 6 ---------- > > From: Gavin Abo <[email protected]> > > Date: Jul 05 09:40AM -0600 > > Url: http://groups.google.com/group/electricvlsi/msg/99d80eb84fb35 > > > > The path means the directory where the jar file is. > > > > However, if you are directory where the jar file is, you shouldn't need > it: > > > > username@computername:~/Desktop/Electric$ sudo apt-get install > default-jre > > ... > > Do you want to continue? [Y/n] Y > > ... > > > > username@computername:~/Desktop/Electric$ java -version > > java version "1.7.0_181" > > OpenJDK Runtime Environment (IcedTea 2.6.14) (7u181-2.6.14-0ubuntu0.1) > > OpenJDK 64-Bit Server VM (build 24.181-b01, mixed mode) > > username@computername:~/Desktop$ mkdir Electric > > username@computername:~/Desktop$ cd Electric > > username@computername:~/Desktop/Electric$ wget > > https://ftp.gnu.org/pub/gnu/electric/electricBinary-9.07.jar > > ... > > 2018-07-05 09:24:03 (1.73 MB/s) - ‘electricBinary-9.07.jar’ saved > > [21244560/21244560] > > > > username@computername:~/Desktop/Electric$ java -jar > electricBinary-9.07.jar > > > > > > On 7/5/2018 9:11 AM, Guru Murthy wrote: > > > > > > ---------- 5 of 6 ---------- > > From: Guru Murthy <[email protected]> > > Date: Jul 05 11:40PM +0530 > > Url: http://groups.google.com/group/electricvlsi/msg/9a5b33034edc5 > > > > if it necessary to download the GNU to my linux or how can i check GNU is > > there or not in my os ? > > how can i download the electric please send link for eletric and GNU > > > > > > > > > > ---------- 6 of 6 ---------- > > From: Gavin Abo <[email protected]> > > Date: Jul 05 02:14PM -0600 > > Url: http://groups.google.com/group/electricvlsi/msg/9ac6dd360e15b > > > > Electric at: https://www.staticfreesoft.com/productsFree.html > > > > Ltspice wine install: > > http://cmosedu.com/jbaker/students/wenlan/Electricwu.htm > > > > What do you me by gnu? > > > > > > > > > > > > > > > > > > > > -- > > You received this digest because you're subscribed to updates for this > > group. You can change your settings on the group membership page: > > > > https://groups.google.com/forum/?utm_source=digest&utm_ > medium=email#!forum/electricvlsi/join > > . > > To unsubscribe from this group and stop receiving emails from it send an > > email to [email protected]. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Electric VLSI Editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Electric VLSI Editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
