> GDK_NATIVE_WINDOWS=1 eclipseEclispe uses some deprecated API that are no longer supported on the new GTK version.
This option set GTK in compatibility mode.
Nauba is life at least for 8 hours a day...
> GDK_NATIVE_WINDOWS=1 eclipseEclispe uses some deprecated API that are no longer supported on the new GTK version.
Google today announced a new language called "Go" (see http://golang.org).It's what I would call a "mashup" language. It takes parts of C (compiled, pointers, functional language), C++ (strongly typed, Interfaces, but no classes), Java (garbage collection, reflection, memory models), and focuses on lightening fast compilation. It does add its own unique features, such as goroutines, which make concurrent programming easy.
From Google's documentation, it appears that they're targeting the C++ community with Go (see http://golang.org/doc/go_for_cpp_programmers.html). To get a quick introduction, check out the video
Also, check out Google's open source blog for ongoing discussions.
Happy coding!
$DAEMON -user "$TOMCAT6_USER" -cp "$JSVC_CLASSPATH" \
-outfile SYSLOG -errfile SYSLOG \
-pidfile "$CATALINA_PID" $JAVA_OPTS "$BOOTSTRAP_CLASS"