Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > DynamicCompiler- Java Compiler workaround

Reply
Thread Tools

DynamicCompiler- Java Compiler workaround

 
 
gtRpr gtRpr is offline
Junior Member
Join Date: Dec 2008
Location: South Africa
Posts: 2
 
      12-03-2008
Hi All.
I know you all have heard this before but:
I have java code that gets dynamically generated at runtime and I need my application that will make use of this to compile and run it.
I have created 2 packages "DynamicGenerator" and "DynamicCompiler", both work.
DynamicCompiler can compile source code from both a file(HDD) and from RAM.

My problem is that my end-users machine's does not have a JDK installed(Only JRE 1.6) and due to the Companies "RED-TAPE" we are not allowed to install it. This causes a problem as now DynamicCompiler will not work. Is it possible to include certain files like javac.exe into my application that will allow me get an instance of the Compiler?

Any help or suggestions would be much appreciated
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Eolas patent workaround: Java folks need JavaScript help Mickey Segal Javascript 9 03-16-2006 08:20 AM
Compiler Error Message: The compiler failed with error code -1073741819 Ram ASP .Net 0 09-13-2005 09:52 AM
Want workaround for msvc compiler (VC++ 6.0). Jason Heyes C++ 6 06-15-2005 05:39 PM
Can we use <compiler> tag to avoid RunTime Compiler error? Jack Wright ASP .Net 5 01-19-2004 04:36 PM
Compiler Error Message: The compiler failed with error code 128. Yan ASP .Net 0 07-21-2003 10:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57