EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: JCA using problem
From: "鲍春雷" <[email protected]>
To: "[email protected]" <[email protected]>
Date: Thu, 22 Nov 2007 16:6:37 +0800
Hello,all
	I am using JCA to do some experment.But the first program can not run.The error message is:java.lang.IllegalStateException: Context not initialized.
	My environment:
	JDK 1.6
	JCA 2.3.1
	EPICS 3.14.8

	The program:
import gov.aps.jca.Channel;
import gov.aps.jca.Context;
import gov.aps.jca.JCALibrary;

public class test {
	public static void main(String[] args) {
		 try {
		      Context ctxt= jca.createContext(JCALibrary.JNI_THREAD_SAFE);
		      ctxt.printInfo();
              Channel ch= ctxt.createChannel("light");
			  ctxt.pendIO(5.0);
		      ch.printInfo();
		     ch.destroy();
		      ctxt.destroy();
		    } catch(Exception ex) {
		      System.err.println(ex);
		    }
	}

}

BaoChunlei
Control Group,IHEP



Replies:
Re: JCA using problem Daron Chabot

Navigate by Date:
Prev: RE: EPICS on RTEMS Dalesio, Leo `Bob`
Next: Re: EPICS on RTEMS Elder Matias
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Problems building edm-1-11-0zg Cuzon Stephane
Next: Re: JCA using problem Daron Chabot
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Nov 2011 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·