[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss on JDK to use JSR199

2007-09-03 Thread Grandfatha
You need to compile java code inside an EJB? That sounds... unusual. ;)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080633#4080633

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080633
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss on JDK to use JSR199

2007-08-28 Thread [EMAIL PROTECTED]
Why not point JAVA_HOME to a jdk ?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4078689#4078689

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078689
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss on JDK to use JSR199

2007-08-28 Thread Marco.Pehla
JAVA_HOME points to my JDK. When I type in SET in the console it shows:

  | JAVA_HOME=C:\Programme\Java\jdk1.5.0_12
  | 
But this is not the point. As far as I know does JBoss not really need a JDK to 
run. The JRE is absolute sufficient if everything is compiled, as I read in 
some other posts. The Java compiler is only necessary for Tomcat in order to 
compile JSP's. 

I could send you the two migrated JSR199 libraries. If you have time, you could 
try them in standalone applications and then e.g. in a EJB3 on JBoss. 

I guess that only JBoss need to use the tools.jar library. (I know that 
tools.jar is in the classpath and inside is the Java compiler. This is 
specified in the run.bat file.)



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4078696#4078696

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078696
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss on JDK to use JSR199

2007-08-28 Thread Marco.Pehla
So finaly I tried the Java 6 SDK instead of Java 5 and the Java Compiler API 
(JSR 199) works! :D

Now I can compile Java code in memory, without any file accessm inside of a 
EJB3.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4078790#4078790

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078790
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user