[Áú¹®] JNI¿¡¼­ ½ºÅÓ ¸¸µé¶§ ¿¡·¯ ¹ß»ý


[ ´ÙÀ½ ±Ûµé ] [ À̾ ±Û¿Ã¸®±â(´äÇϱâ) ] [ ÀÚ¹Ù ¹¯°í ´äÇϱâ ]

±Û¾´ÀÌ :À̽ÂÈÆ 1999³â 6¿ù 25ÀÏ 16:24:54

¾È³çÇϼ¼¿ä ? ¿äÁò ÀÚ¹Ù °øºÎ¸¦ ¿­½ÉÈ÷ ÇÏ°í ÀÖ´Â À̽ÂÈÆ À̶ó ÇÕ´Ï´Ù. ÇöÀç Àú´Â JNI¸¦ »ç¿ëÇϱâ
À§ÇØ ¾Æ·¡¿Í °°ÀÌ ½ºÅÓ Äڵ带 ¸¸µé·Á°í ÄÄÆÄÀÏÀ» ÇÏ¿´´ä´Ï´Ù.


D:\tarjan\°¢Á¾¹®¼­\DIGITA~1\mheg6\MHEG-5~1>javah iso.mheg5.MhegException


±×·±µ¥, ´ÙÀ½°ú °°Àº ¿¡·¹µéÀÌ ¹ß»ýÇÏ´Â ±º¿ä. ´Ù¸¥ Ŭ·¡½ºµéÀº ¾Æ¹« ¹®Á¦°¡ ¾ø¾ú´Âµ¥ ¿ÀÁ÷
ÀÌ Å¬·¡½º¸¸ ¿¡·¯¸¦ ¹ß»ýÇÏ´Â ±º¿ä.
Signalled error "java/lang/ClassFormatError" with detail "Bad interface index"
Signalled error "java/lang/NoClassDefFoundError" with detail "java/lang/Throwable"
Signalled error "java/lang/NoClassDefFoundError" with detail "java/lang/Exception"
iso/mheg5/MhegException: no such class


¿øÀÎÀÌ ¹«¾ùÀÌ·Î ÇØ°áÃ¥À» ¾Ë°í °è½ÅºÐÀº Á» µµ¿òÀ» ÁÖ¼¼¿ä....
¿ø·¡ ¼Ò½º´Â ´ÙÀ½°ú °°½À´Ï´Ù.


package iso.mheg5;


public class MhegException extends java.lang.Exception {
// fields
public short parameterRank;
public short exceptionCode;
// TARGET_NOT_AVAILABLE, INVALID_TARGET, ILLEGAL_PARAMETER, OPTION_NOT_SUPPORTED


// constants
public static final short TARGET_NOT_AVAILABLE = 1;
// this exception shall be raised when a method is targeted at a non-available MHEG-5 object.
public static final short INVALID_TARGET = 2;
// this exception shall be raised when a method is targeted at an MHEG-5 object whose reference is invalid.
public static final short ILLEGAL_PARAMETER = 3;
// this exception shall be raised when a method is invoked with parameter values that are illegal.
public static final short OPTION_NOT_SUPPORTED = 4;
// this exception shall be raised when a method needs to callupon optional features not supported by the engine or the application domain.


// contructors
public MhegException() {
return;
}

public MhegException(short reason) {
this.exceptionCode = reason;
//this.parameterRank = -1; // Annex C¿¡¼­ ÀÌ ºÎºÐ¿¡ ´ëÇÑ ¾ð±ÞÀÌ ¾ø´Ù.
}

public MhegException(short reason, short position) {
this.exceptionCode = reason;
this.parameterRank = position;
}


}


* Âü°í·Î Àú´Â jdk 1.1.8À» »ç¿ëÇÏ°í ÀÖ½À´Ï´Ù..


´ÙÀ½ ±Ûµé:



À̾ ±Û¿Ã¸®±â(´äÇϱâ)

À̸§:
E-Mail:
Á¦¸ñ:
³»¿ë:
HTML ÅÂ±× Æ÷ÇÔ ¿©ºÎ: HTML ¹®¼­ÀÏ °æ¿ì üũ
°ü·Ã URL(¼±ÅÃ):
URL Á¦¸ñ(¼±ÅÃ):
°ü·Ã À̹ÌÁö URL:


[ ´ÙÀ½ ±Ûµé ] [ À̾ ±Û¿Ã¸®±â(´äÇϱâ) ] [ ÀÚ¹Ù ¹¯°í ´äÇϱâ ]