Re: Problems with the bean shell

2004-12-20 Thread Jobst Hoffmann
On monday, 20.12.2004, 13:44 -0500 Paul Kinnucan wrote:
> Hi, 
> 
> I upgraded the JDEE to the latest version of beanshell in JDEE
> 2.3.4. It's possible there is some imcompatibility. To confirm, please
> try just replacing the version of bsh.jar in JDEE 2.3.5 with the
> version from 2.3.4beta6.
> 
> Paul
> 
Hi Paul,

the problem is solved. I just had to set the access bits for the .jar-
files in the java/lib-directory to enable read access for the group and
all other: chmod 644 *.jar (another hint for the installation guide).
Now it works as before and I'm going to investigate the new features

Jobst
-- 
Prof. Dr. Jobst HoffmannTel:   (0049)-2461-99-3159
Fachhochschule Aachen Abt. Jülich   Fax:   (0049)-2461-99-3189
Fachbereich 3   email: [EMAIL PROTECTED]






Re: Problems with the bean shell

2004-12-20 Thread Paul Kinnucan
Prof. Dr. Jobst Hoffmann writes:
 > On thursday, 16.12.2004, 16:23 -0500 Paul Kinnucan wrote:
 > > Jobst Hoffmann writes:
 > >  > I've worked succesfully with the jde.2.3.4betas. Now I switched over to
 > >  > released jde 2.3.4 and can't do anything besides editing .java-files.
 > >  > When I call the compiler, I get the following messages (excerpt from the
 > >  > log):
 > > 
 > > The only change I can think of that might have affected the beanshell
 > > is the one that sets the process-connection-type to nil. Search 
 > > beanshell.el
 > > for this variable and change the code to set it to t. See if that works.
 > > If it does, let me know. Otherwise file a complete problem report.
 > > 
 > > Paul
 > > 
 > In the meantime I've installed jde 2.3.5 with the same result. Then I
 > replaced the contents of the directory java by the contents of the same
 > directory from jde-2.3.4beta6 and all worked fine (only replacing
 > jde.jar was not sufficient). What are the differences between the
 > versions, is there anybody with the same problem?
 > 

Hi, 

I upgraded the JDEE to the latest version of beanshell in JDEE
2.3.4. It's possible there is some imcompatibility. To confirm, please
try just replacing the version of bsh.jar in JDEE 2.3.5 with the
version from 2.3.4beta6.

Paul


 > Jobst
 > 
 > PS. In the installation guide should be mentioned that the file
 > attributes for the documentation should be set depending where the files
 > are stored and who installed the files. It's trivial but as a simple
 > reminder it could be valuable.
 > -- 
 > Prof. Dr. Jobst HoffmannTel:   +49-2461-99-3159
 > Fachhochschule Aachen Abt. Jülich   Fax:   +49-2461-99-3189
 > Fachbereich 3   email: [EMAIL PROTECTED]
 > 
 > 
 > 



Re: Problems with the bean shell

2004-12-20 Thread Prof. Dr. Jobst Hoffmann
On thursday, 16.12.2004, 16:23 -0500 Paul Kinnucan wrote:
> Jobst Hoffmann writes:
>  > I've worked succesfully with the jde.2.3.4betas. Now I switched over to
>  > released jde 2.3.4 and can't do anything besides editing .java-files.
>  > When I call the compiler, I get the following messages (excerpt from the
>  > log):
> 
> The only change I can think of that might have affected the beanshell
> is the one that sets the process-connection-type to nil. Search beanshell.el
> for this variable and change the code to set it to t. See if that works.
> If it does, let me know. Otherwise file a complete problem report.
> 
> Paul
> 
In the meantime I've installed jde 2.3.5 with the same result. Then I
replaced the contents of the directory java by the contents of the same
directory from jde-2.3.4beta6 and all worked fine (only replacing
jde.jar was not sufficient). What are the differences between the
versions, is there anybody with the same problem?

Jobst

PS. In the installation guide should be mentioned that the file
attributes for the documentation should be set depending where the files
are stored and who installed the files. It's trivial but as a simple
reminder it could be valuable.
-- 
Prof. Dr. Jobst HoffmannTel:   +49-2461-99-3159
Fachhochschule Aachen Abt. JÃlich   Fax:   +49-2461-99-3189
Fachbereich 3   email: [EMAIL PROTECTED]




Problems with the bean shell

2004-12-16 Thread Paul Kinnucan
Jobst Hoffmann writes:
 > I've worked succesfully with the jde.2.3.4betas. Now I switched over to
 > released jde 2.3.4 and can't do anything besides editing .java-files.
 > When I call the compiler, I get the following messages (excerpt from the
 > log):

The only change I can think of that might have affected the beanshell
is the one that sets the process-connection-type to nil. Search beanshell.el
for this variable and change the code to set it to t. See if that works.
If it does, let me know. Otherwise file a complete problem report.

Paul

 > ...
 > Loading semantic-edit...
 > Loading semantic-edit...done
 > Loading semanticdb-file...
 > Loading semanticdb-file...done
 > Loading jde-javadoc...
 > Setting customized JDE variables to startup values...
 > Loading jde-javadoc...done
 > Loading semantic-decorate...
 > Loading semantic-decorate...done
 > Starting the BeanShell. Please wait...
 > Starting the BeanShell. Please wait...
 > Starting the BeanShell. Please wait...
 > # after several minutes
 > Process not open for writing: #
 > ...
 > Any task that is working with the beanshell ends up in long waiting for
 > a response and an error message. What can I do, can you give me some
 > hints?
 > 
 > Thanks in advance
 > Jobst
 > -- 
 > Prof. Dr. Jobst HoffmannTel:   (0049)-2461-99-3159
 > Fachhochschule Aachen Abt. Jülich   Fax:   (0049)-2461-99-3189
 > Fachbereich 3   email: [EMAIL PROTECTED]
 > 
 > 


Problems with the bean shell

2004-12-16 Thread Jobst Hoffmann
I've worked succesfully with the jde.2.3.4betas. Now I switched over to
released jde 2.3.4 and can't do anything besides editing .java-files.
When I call the compiler, I get the following messages (excerpt from the
log):
...
Loading semantic-edit...
Loading semantic-edit...done
Loading semanticdb-file...
Loading semanticdb-file...done
Loading jde-javadoc...
Setting customized JDE variables to startup values...
Loading jde-javadoc...done
Loading semantic-decorate...
Loading semantic-decorate...done
Starting the BeanShell. Please wait...
Starting the BeanShell. Please wait...
Starting the BeanShell. Please wait...
# after several minutes
Process not open for writing: #
...
Any task that is working with the beanshell ends up in long waiting for
a response and an error message. What can I do, can you give me some
hints?

Thanks in advance
Jobst
-- 
Prof. Dr. Jobst HoffmannTel:   (0049)-2461-99-3159
Fachhochschule Aachen Abt. Jülich   Fax:   (0049)-2461-99-3189
Fachbereich 3   email: [EMAIL PROTECTED]