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;
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
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
add a comment |
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
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
add a comment |
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
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
api unity3d
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
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
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |