Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: GCJ


Related Topics
GNU

In the News (Mon 13 Feb 12)

  
  GCJ   (Site not responding. Last check: 2007-10-19)
The GNU Compiler for Java (GCJ) is a compiler for the Java programming language that comes as a part of the GNU Compiler Collection (GCC).
It can compile Java source code to either Java Virtual Machine bytecode s, or directly to machine code for any of a number of CPU architecture s.
Almost all of the runtime library used by GCJ comes from the GNU Classpath project.
www.serebella.com /encyclopedia/article-GCJ.html   (141 words)

  
 GCJ: The GNU Compiler for Java - GNU Project - Free Software Foundation (FSF)
GCJ is a portable, optimizing, ahead-of-time compiler for the Java Programming Language.
GCJ can also be configured as a cross-compiler, suitable for embedded systems programming.
This option prevents GCJ from generating most of the reflection metadata for classes resulting in smaller binaries.
gcc.gnu.org /java   (517 words)

  
 Done with GCJ - GNU Project - Free Software Foundation (FSF)
When built with gcj, it calls directly into the host's graphic routines and can be turned into, for example, an ActiveX control.
GCJ will be the main compiler for my program.
It is available as a native executable (using GCJ) and as a Java library.
gnuwww.epfl.ch /software/gcc/java/done.html   (897 words)

  
 LWN: GCJ - past, present, and future
GCJ (the GNU Compiler for the java programming language) is part of GCC (the GNU Compiler Collection) and provides a compiler, runtime environment, core libraries and tools for the Java language - it's an object oriented, strongly typed, garbage collected programming framework with a rich core library.
GCJ is modeled after, and is a free replacement for, the proprietary Java platform.
GCJ 4 is the result of seven years of work by a large and active community of Free Software hackers.
lwn.net /Articles/130796   (7664 words)

  
 SGI TPL View (gcj.1)
As gcj is just another front end to gcc, it supports many of the same options as gcc.
Input and output files A gcj command is like a gcc command, in that it consists of a number of options and file names.
For instance, gcj might need to load a class that is referenced by the file gcj will search as if it is a directory.
techpubs.sgi.com /library/tpl/cgi-bin/getdoc.cgi?coll=linux&db=man&fname=/usr/share/catman/man1/gcj.1.html   (1270 words)

  
 Compiling Java with GCJ | Linux Journal   (Site not responding. Last check: 2007-10-19)
Truthfully, running a program compiled by GCJ is not always noticeably faster than running it on a JIT-based Java implementation; sometimes it even may be slower, but that usually is because we have not had time to implement Java-specific optimizations and tuning in GCJ, rather than any inherent advantage of HotSpot technology.
GCJ has seen a lot of activity recently and is a solid platform for many tasks.
GCJ has the potential to be the perfect solution for cases where Java as source is desired but execution speed is important.
www.linuxjournal.com /article.php?sid=4860   (5418 words)

  
 Compiling with GCJ - GNU Project - Free Software Foundation (FSF)
GCJ works in three ways: First GCJ can take.java files as input and compile architecture-specific object files.
For GCJs purposes, a system header is any.zip file installed as part of the compiler system.
GCJ has a built-in classpath, which includes the directory., and the system libgcj.zip file, which holds classes from the standard Java class libraries, such as java.lang.
www.gnu.org /software/gcc/java/compile.html   (909 words)

  
 LWN: A look at GCJ 4.1
GCJ is a compiler that can generate both native code and bytecode from Java source files.
GCJ includes a runtime library (libgcj) that provides all runtime support, the core class libraries, a garbage collector, and a bytecode interpreter.
Version 4.0 of GCJ introduced a new deployment model that made is much easier for distributors to package traditional Java programs as native applications without requiring any source level changes.
lwn.net /Articles/171139   (1906 words)

  
 Object Computing, Inc. - Java News Brief - January 2003
GCJ, a radically traditional(*) Free Software implementation of the Java language, has been part of GCC since the 3.0 release in June 2001.
GCJ is sufficiently different from other Java implementations that we need to pay attention to how things are done with it.
GCJ is a capable, wide spread, free implementation of the Java platform.
www.ociweb.com /jnb/jnbJan2003.html   (1317 words)

  
 Embedded Java with GCJ | Linux Journal
GCJ requires unicode support, which is not supported by uClibc, so glibc is a requirement.
The standard GCJ library can be trimmed by removing support for executing Java byte code, but the loss of that feature would reduce the overall value of GCJ.
Because this article is about using GCJ in an embedded environment, it shows you how to build a cross compiler and a simple root filesystem for the target system.
www.linuxjournal.com /article/8757   (2304 words)

  
 TWiki . Javapedia . GCJ
GCJ can compile Java sources and Java bytecode into native machine code.
The CNI enabled GCJ to mix C++-code and Java-code.
GCJ does not support AWT or Swing at the moment.
wiki.java.net /bin/view/Javapedia/GCJ   (205 words)

  
 The GCJ home page - GNU Project - Free Software Foundation (FSF)
gcj is also a convenient front end to jvgenmain.
Finally, gcj can read ``.java'' files and generate assembly code or Java bytecode.
Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.
gnuwww.epfl.ch /software/gcc/java/gcj2.html   (396 words)

  
 mod_gcj - Serving Gnu-compiled Java(tm) with Apache
In combination with GCJ 4.0, mod_gcj should now be ready for deployment of real-world web applications.
GCJ has made a lot of progress on the GCC 4.0 branch over the last half year.
If you want to check out mod-gcj, make sure you build a GCJ snapshot from branch gcc-4_0-branch (or just wait until GCC 4.0 is released, which should happen soon).
mod-gcj.sourceforge.net   (688 words)

  
 Compiling Machine Code with GCJ
Getting started with GCJ isn't an easy task right now because it is still in development, but the latest source codes are available from ftp://gcc.gnu.org/pub/gcc/releases/index.html.
GCJ provides a means to achieve high-powered Java performance on Linux through native compilation.
GCJ only implements Java 1.1 language features and, at the time this Solution was written, does not support inner classes.
www.devx.com /getHelpOn/10MinuteSolution/20430   (858 words)

  
 The GCJ FAQ - GNU Project - Free Software Foundation (FSF)
Gcj and libgcj are known to work more or less with IA-32 and SPARC Solaris, Tru64 Unix, as well as IA-32, IA-64, Alpha, and PowerPC Linux.
GCJ supports all Java language constructs as per the Java language Specification.
The behavior of "gcj -C" is not at all like javac or jikes, which will compile (not just scan) all.java's which are out of date with regard to their.class's.
gcc.gnu.org /java/faq.html   (2468 words)

  
 Gnome-GCJ
It compiles with the GCJ compiler (part of gcc) and uses the GCJ runtime library libgcj.
GCJ is capable of compiling Java source code to native machine code, which makes Java code almost as fast as C++ code.
As the interface between Java and GTK+, CNI (Cygnus Native Interface) and C++ will be used instead of the more traditional JNI and C. This means that support for other Java runtimes has been sacrificed in favour of GCJ and its faster CNI.
gnome-gcj.sourceforge.net   (295 words)

  
 gcj   (Site not responding. Last check: 2007-10-19)
It is not yet able to compile awt and swing code, but other important core libs work fine.
It should run with lwjgl, as an important design aspect of lwjgl is that it's free of awt, swing etc. that can hinder native compilation.
Last time I checked the GCJ site it mentioned that NIO is not fully implemented yet.
www.javagaming.org /forums/index.php?topic=231.msg2355   (243 words)

  
 Create native, cross-platform GUI applications   (Site not responding. Last check: 2007-10-19)
GCJ 3.1 is targeted for an April 15, 2002 release.
Because GCJ is still evolving, you may want to consider using the latest and greatest version.
Compilation of Windows applications is very nearly a reality (see the GCJ on Windows sidebar), and although SWT is currently supported only on Linux/Motif and Windows, active development is underway to port SWT to GTK/GNOME on Linux.
www-106.ibm.com /developerworks/library/j-nativegui   (1792 words)

  
 Java - AzureusWiki
GCJ is available for Cygwin in the gcc test release [1].
A MinGW version of GCJ is also available at this page.
Azureus 2.4.0.0 and greater may run with GCJ 4.1.0 or greater, however some people experience problems which does not occur with the J2SE version.
www.azureuswiki.com /index.php/Java   (1316 words)

  
 GCJ and JHBuild   (Site not responding. Last check: 2007-10-19)
GCJ's AWT peers depend on GTK which in turn depends on 12 other packages directly or indirectly.
When you're developing packages like GCJ and Java-GNOME that use the GNU autotools, it's best to separate the build, source, and installation directories, if possible.
As its name implies, this branch was created specifically for developing the the GUI parts of the Java class library -- the AWT and Swing.
people.redhat.com /fitzsim/gcj-and-jhbuild.html   (610 words)

  
 Contributors - Using the GNU Compiler Collection (GCC)
Steve Chamberlain for support for the Renesas SH and H8 processors and the PicoJava processor, and for GCJ config fixes.
Torbjorn Granlund for various fixes and the c-torture testsuite, multiply- and divide-by-constant optimization, improved long long support, improved leaf function register allocation, and his direction via the steering committee.
Bryce McKinlay for numerous GCJ and libgcj fixes and improvements.
gcc.gnu.org /onlinedocs/gcc/Contributors.html   (3886 words)

  
 GCJ : Java Glossary
gcj is the Java front end to the GNU Compiler Collection (gcc).
gcj comes with its own runtime, which on some platforms includes a (slow) bytecode interpreter.
gcj will appear in the upcoming gcc 3.0 release.
www.mindprod.com /jgloss/gcj.html   (171 words)

  
 Running Eclipse with gcj/gij   (Site not responding. Last check: 2007-10-19)
It is possible to run Eclipse with gcj since it comes with gij (GNU Interpreter for Java).
XQuery to native code.) If you are interested in other Free Software running on top of gcj, please checkout RHUG setup by Anthony Green.
And I want to thank all GNU Classpath and gcj hackers for their years of hacking to make this possible.
klomp.org /mark/gij_eclipse   (530 words)

  
 FSF - Volunteers needed to build, test and package free OpenOffice.org 2.0
The FSF is looking for volunteers to build, test and package fully free versions of OpenOffice.org 2.0 that use GCJ as a replacement for the non-free Java platform.
OpenOffice.org and GCJ hackers have worked hard to make sure that all the new features of the next version of OpenOffice.org 2.0 written in the java programming language will build and run with GCJ, the GNU Compiler for java part of GCC 4.0.
This support was just very recently added to GCJ and OpenOffice.org and does not yet work completely out of the box.
www.fsf.org /news/open-office-java.html   (282 words)

  
 Gentoo Forums :: View topic - GCJ spinnt.
Gentoo Forums :: View topic - GCJ spinnt.
Posted: Wed May 31, 2006 12:45 pm Post subject: GCJ spinnt.
gcj -c HelloWorld.java funktioniert übrigens, der Fehler passiert also gar nicht beim eigentlichen kompilieren sondern erst beim Linken...
forums.gentoo.org /viewtopic-t-467160.html   (178 words)

  
 GCJBuilder::Eclipse builder plugin   (Site not responding. Last check: 2007-10-19)
GCJ Builder is an Eclipse plugin that integrates GCJ compiler within Eclipse build infrastructure.
Make is used to build GCJ enabled projects with the plugin's generated makefile.
GCJ Builder was developed as an easy to use tool for GCJ new comers and savvy developers, and intends to offer a straight forward way for developing Java applications with GNU's open source compiler for Java.
gcjbuilder.sourceforge.net   (103 words)

  
 Create native, cross-platform GUI applications, revisited   (Site not responding. Last check: 2007-10-19)
Note: Kirk Vogen has changed jobs, but is still available to answer questions on this topic either in the accompanying discussion forum or at his personal email address: kcvogen@yahoo.com.
When we last discussed the GNU Compiler for Java (GCJ) and the Eclipse Standard Widget Toolkit (SWT), we had a solution for creating natively compiled Java applications with a look and feel of the native operating system.
If you are running a version of Linux/UNIX without GCJ, see Resources for instructions on compiling GCJ in your environment.
www-106.ibm.com /developerworks/java/library/j-nativegui2   (2709 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.