Examples with "Java sources" and their translation in Nederlands
Version 4.0.8:25+ new schema comparison options; New schema synchronization options (Use DROP and CREATE instead of ALTER for tables; Use DROP and CREATE instead of ALTER for views, procedures, functions, triggers, packages, Java Sources).
Versie 4.0.8: meer dan 25 nieuwe opties voor schemavergelijking; Nieuwe schemanynchronisatie-opties (Gebruik DROP en CREATE in plaats van ALTER voor tabellen; Gebruik DROP en CREATE in plaats van ALTER voor weergaven, procedures, functies, triggers, pakketten, Java-bronnen).
After coding the EGL program, a generation step leads to the creation of Java sources and classes, ready for deployment to a Java EE compliant server.
Na het schrijven van het EGL programma, zorgt een generatiestap ervoor dat de nodige Java objecten (klassen en JSPs) gegenereerd worden. Zonder enige wijziging zijn die gebruiksklaar voor deployment in een Java EE compatibele server.
Andere resultaten
Dropped Scrooge in favor of pre-generated Thrift Java source code.
Dropped Scrooge in het voordeel van vooraf gegenereerde Thrift Java broncode.
Editing a Java source code file with EditPad Pro.
Een tekstbestand met EditPad Pro bewerken.
There are tools like the compiler GUAVAC under GPL license, that let us compile any Java source without problems.
Er zijn pakketten als de compiler GUAVAC, te gebruiken met een GPL-licentie die alle Java broncode probleemloos kan compileren.
When java source code is compiled, each class in individually placed in an archive with the same name as the class.
Gecompileerde broncode wordt automatisch in een archief geplaatst met dezelfde naam als de klasse, zodat deze naam overeenkomt met de bestandsnaam van het archive.class bestand.
RSM provides a standard method for analyzing C, ANSI C++, C# and Java source code across operating systems.
RSM biedt een standaard methode voor het analyseren van C, ANSI C ++, C en Java-broncode op verschillende besturingssystemen.
In this interview with Artima, Scott Blum, the Google software engineer behind GWT's Java-to-JavaScript compiler, talks about the challenges of turning Java source code into JavaScript.
As the museum had the Java source code, we were able to recompile it in Java 1.4. to have it compliant and secured.
Het museum bezit de Java-broncode en we konden het hercompileren in Java 1.4. zodat het compliant en veilig was.
Using packages[edit] In a Java source file, the package that this file's class or classes belong to is specified with the package keyword.
Het aangeven van een package[bewerken] Om binnen een Java bronbestand aan te geven binnen welk package hij valt, wordt de volgende syntaxis gebruikt
To use a package's classes inside a Java source file, it is convenient to import the classes from the package with an import declaration.
Om een package binnen een Java-bestand te gebruiken moet de klasse geïmporteerd worden met een statement
JPEG/ JFIF Image, JAR Compressed File, and Java Source Code are some of the popular programs that use the J file extension, so you should be able to use any of these three to open your file.
JPEG/ JFIF Image, JAR Compressed File en Java Source Code zijn enkele van de populaire programma's die gebruikmaken van de bestandsextensie J, dus je zou elk van deze drie moeten kunnen gebruiken om je bestand te openen.
NetRexx: compiles to Java byte-code via Java source code; this has no reserved keywords at all, and uses the Java object model, and is therefore not generally upwards-compatible with 'classic' Rexx.