Is it possible to have a java compiler in unity? [closed]Is it bad practice to make a setter return “this”?How to design RESTful search/filtering?Launching Android Applications through Unity / Java pluginsCustom shader no longer working in Unity 5Unity procedural TileMap generation without creating gameobject per tileBusiness app made in UnityWhat happened to Unity?Finding the 2D pack in UnityPlaying unity from a button in an Android Studio application?

How can I answer high-school writing prompts without sounding weird and fake?

Is there a faster way to calculate Abs[z]^2 numerically?

How are Core iX names like Core i5, i7 related to Haswell, Ivy Bridge?

Two researchers want to work on the same extension to my paper. Who to help?

Renting a house to a graduate student in my department

Exception propagation: When to catch exceptions?

Can I do brevets (long distance rides) on my hybrid bike? If yes, how to start?

Was this a power play by Daenerys?

Thesis' "Future Work" section – is it acceptable to omit personal involvement in a mentioned project?

Is there a need for better software for writers?

Why did God specifically target the firstborn in the 10th plague (Exodus 12:29-36)?

Why was this sacrifice sufficient?

Is the homebrew weapon attack cantrip 'Arcane Strike' balanced?

On what legal basis did the UK remove the 'European Union' from its passport?

How could we transfer large amounts of energy sourced in space to Earth?

Is a diamond sword feasible?

Control variables and other independent variables

Ex-manager wants to stay in touch, I don't want to

Can the sorting of a list be verified without comparing neighbors?

What did Rocket give Hawkeye in "Avengers: Endgame"?

"Right on the tip of my tongue" meaning?

stdout and stderr redirection to different files

Why in a Ethernet LAN, a packet sniffer can obtain all packets sent over the LAN?

Is the schwa sound consistent?



Is it possible to have a java compiler in unity? [closed]


Is it bad practice to make a setter return “this”?How to design RESTful search/filtering?Launching Android Applications through Unity / Java pluginsCustom shader no longer working in Unity 5Unity procedural TileMap generation without creating gameobject per tileBusiness app made in UnityWhat happened to Unity?Finding the 2D pack in UnityPlaying unity from a button in an Android Studio application?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








-1















I have this homework where I should create an android application with a java compiler in it. the application i'm supposed to do is an educational application, with tutorials in it, my main problem is how to place a compiler in Unity. I've been searching the whole internet but can't seem to find what i need.










share|improve this question















closed as off-topic by Jean-François Fabre Mar 23 at 16:09


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Jean-François Fabre
If this question can be reworded to fit the rules in the help center, please edit the question.






















    -1















    I have this homework where I should create an android application with a java compiler in it. the application i'm supposed to do is an educational application, with tutorials in it, my main problem is how to place a compiler in Unity. I've been searching the whole internet but can't seem to find what i need.










    share|improve this question















    closed as off-topic by Jean-François Fabre Mar 23 at 16:09


    This question appears to be off-topic. The users who voted to close gave this specific reason:


    • "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Jean-François Fabre
    If this question can be reworded to fit the rules in the help center, please edit the question.


















      -1












      -1








      -1


      0






      I have this homework where I should create an android application with a java compiler in it. the application i'm supposed to do is an educational application, with tutorials in it, my main problem is how to place a compiler in Unity. I've been searching the whole internet but can't seem to find what i need.










      share|improve this question
















      I have this homework where I should create an android application with a java compiler in it. the application i'm supposed to do is an educational application, with tutorials in it, my main problem is how to place a compiler in Unity. I've been searching the whole internet but can't seem to find what i need.







      api unity3d






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 23 at 11:15







      johnedward capellan

















      asked Mar 23 at 10:56









      johnedward capellanjohnedward capellan

      12




      12




      closed as off-topic by Jean-François Fabre Mar 23 at 16:09


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Jean-François Fabre
      If this question can be reworded to fit the rules in the help center, please edit the question.







      closed as off-topic by Jean-François Fabre Mar 23 at 16:09


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Jean-François Fabre
      If this question can be reworded to fit the rules in the help center, please edit the question.






















          1 Answer
          1






          active

          oldest

          votes


















          1














          What do you mean by "place a compiler"? do you want to to use a compiled unity program that can compile java code or do you want to compile a unity project with java?



          I think thats not a thing you can get a fast answer on how to do it.



          If you have a functioning java compiler in whatever language you can bind to C# you for sure can compile java code with a c# application.



          Edit:
          And ofcourse its possible to write kind of a "java syntax string to c# parser" in c# on a really basic level yourself, if that is what you want.






          share|improve this answer

























          • The reason why i mention Unity is that It's the only thing that comes to my mind when it comes to creating android app, but the real intention is to create an application in android using any platform that has a java compiler function in it. I'm trying to find tutorials but can't seem to find any.

            – johnedward capellan
            Mar 23 at 11:39











          • dont use Unity! try xamarin or similar java libraries.

            – user11220832
            Mar 23 at 11:42












          • blog.jooq.org/2018/04/03/… a compiler is just like a parser and thats what you need to do.

            – user11220832
            Mar 23 at 11:45


















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          What do you mean by "place a compiler"? do you want to to use a compiled unity program that can compile java code or do you want to compile a unity project with java?



          I think thats not a thing you can get a fast answer on how to do it.



          If you have a functioning java compiler in whatever language you can bind to C# you for sure can compile java code with a c# application.



          Edit:
          And ofcourse its possible to write kind of a "java syntax string to c# parser" in c# on a really basic level yourself, if that is what you want.






          share|improve this answer

























          • The reason why i mention Unity is that It's the only thing that comes to my mind when it comes to creating android app, but the real intention is to create an application in android using any platform that has a java compiler function in it. I'm trying to find tutorials but can't seem to find any.

            – johnedward capellan
            Mar 23 at 11:39











          • dont use Unity! try xamarin or similar java libraries.

            – user11220832
            Mar 23 at 11:42












          • blog.jooq.org/2018/04/03/… a compiler is just like a parser and thats what you need to do.

            – user11220832
            Mar 23 at 11:45
















          1














          What do you mean by "place a compiler"? do you want to to use a compiled unity program that can compile java code or do you want to compile a unity project with java?



          I think thats not a thing you can get a fast answer on how to do it.



          If you have a functioning java compiler in whatever language you can bind to C# you for sure can compile java code with a c# application.



          Edit:
          And ofcourse its possible to write kind of a "java syntax string to c# parser" in c# on a really basic level yourself, if that is what you want.






          share|improve this answer

























          • The reason why i mention Unity is that It's the only thing that comes to my mind when it comes to creating android app, but the real intention is to create an application in android using any platform that has a java compiler function in it. I'm trying to find tutorials but can't seem to find any.

            – johnedward capellan
            Mar 23 at 11:39











          • dont use Unity! try xamarin or similar java libraries.

            – user11220832
            Mar 23 at 11:42












          • blog.jooq.org/2018/04/03/… a compiler is just like a parser and thats what you need to do.

            – user11220832
            Mar 23 at 11:45














          1












          1








          1







          What do you mean by "place a compiler"? do you want to to use a compiled unity program that can compile java code or do you want to compile a unity project with java?



          I think thats not a thing you can get a fast answer on how to do it.



          If you have a functioning java compiler in whatever language you can bind to C# you for sure can compile java code with a c# application.



          Edit:
          And ofcourse its possible to write kind of a "java syntax string to c# parser" in c# on a really basic level yourself, if that is what you want.






          share|improve this answer















          What do you mean by "place a compiler"? do you want to to use a compiled unity program that can compile java code or do you want to compile a unity project with java?



          I think thats not a thing you can get a fast answer on how to do it.



          If you have a functioning java compiler in whatever language you can bind to C# you for sure can compile java code with a c# application.



          Edit:
          And ofcourse its possible to write kind of a "java syntax string to c# parser" in c# on a really basic level yourself, if that is what you want.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Mar 23 at 11:40

























          answered Mar 23 at 11:35









          user11220832user11220832

          644




          644












          • The reason why i mention Unity is that It's the only thing that comes to my mind when it comes to creating android app, but the real intention is to create an application in android using any platform that has a java compiler function in it. I'm trying to find tutorials but can't seem to find any.

            – johnedward capellan
            Mar 23 at 11:39











          • dont use Unity! try xamarin or similar java libraries.

            – user11220832
            Mar 23 at 11:42












          • blog.jooq.org/2018/04/03/… a compiler is just like a parser and thats what you need to do.

            – user11220832
            Mar 23 at 11:45


















          • The reason why i mention Unity is that It's the only thing that comes to my mind when it comes to creating android app, but the real intention is to create an application in android using any platform that has a java compiler function in it. I'm trying to find tutorials but can't seem to find any.

            – johnedward capellan
            Mar 23 at 11:39











          • dont use Unity! try xamarin or similar java libraries.

            – user11220832
            Mar 23 at 11:42












          • blog.jooq.org/2018/04/03/… a compiler is just like a parser and thats what you need to do.

            – user11220832
            Mar 23 at 11:45

















          The reason why i mention Unity is that It's the only thing that comes to my mind when it comes to creating android app, but the real intention is to create an application in android using any platform that has a java compiler function in it. I'm trying to find tutorials but can't seem to find any.

          – johnedward capellan
          Mar 23 at 11:39





          The reason why i mention Unity is that It's the only thing that comes to my mind when it comes to creating android app, but the real intention is to create an application in android using any platform that has a java compiler function in it. I'm trying to find tutorials but can't seem to find any.

          – johnedward capellan
          Mar 23 at 11:39













          dont use Unity! try xamarin or similar java libraries.

          – user11220832
          Mar 23 at 11:42






          dont use Unity! try xamarin or similar java libraries.

          – user11220832
          Mar 23 at 11:42














          blog.jooq.org/2018/04/03/… a compiler is just like a parser and thats what you need to do.

          – user11220832
          Mar 23 at 11:45






          blog.jooq.org/2018/04/03/… a compiler is just like a parser and thats what you need to do.

          – user11220832
          Mar 23 at 11:45






          Popular posts from this blog

          SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

          용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

          155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해