This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Thu, 23 Jan 2003, Michael Anderson wrote: > Is it possible to do a native compile of java code acessing an oracle > database with gcj. Sure. I do it routinely. > Do I have to manually compile the classes111.zip file? I recommend that you compile the class archive to native code. (The bytecode interpreter could also work, but isn't supported with your configuration.) I'll attach an example Makefile. Jeff
Attachment:
Makefile
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |